aws-sdk-securityagent 1.0.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-securityagent/client.rb +3056 -0
- data/lib/aws-sdk-securityagent/client_api.rb +1856 -0
- data/lib/aws-sdk-securityagent/customizations.rb +0 -0
- data/lib/aws-sdk-securityagent/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-securityagent/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-securityagent/endpoints.rb +20 -0
- data/lib/aws-sdk-securityagent/errors.rb +149 -0
- data/lib/aws-sdk-securityagent/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-securityagent/resource.rb +26 -0
- data/lib/aws-sdk-securityagent/types.rb +4213 -0
- data/lib/aws-sdk-securityagent/waiters.rb +15 -0
- data/lib/aws-sdk-securityagent.rb +62 -0
- data/sig/client.rbs +931 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +85 -0
- data/sig/types.rbs +1250 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,1250 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws::SecurityAgent
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class AWSResources
|
|
12
|
+
attr_accessor vpcs: ::Array[Types::VpcConfig]
|
|
13
|
+
attr_accessor log_groups: ::Array[::String]
|
|
14
|
+
attr_accessor s3_buckets: ::Array[::String]
|
|
15
|
+
attr_accessor secret_arns: ::Array[::String]
|
|
16
|
+
attr_accessor lambda_function_arns: ::Array[::String]
|
|
17
|
+
attr_accessor iam_roles: ::Array[::String]
|
|
18
|
+
SENSITIVE: []
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
class AccessDeniedException
|
|
22
|
+
attr_accessor message: ::String
|
|
23
|
+
SENSITIVE: []
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
class Actor
|
|
27
|
+
attr_accessor identifier: ::String
|
|
28
|
+
attr_accessor uris: ::Array[::String]
|
|
29
|
+
attr_accessor authentication: Types::Authentication
|
|
30
|
+
attr_accessor description: ::String
|
|
31
|
+
SENSITIVE: []
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class AddArtifactInput
|
|
35
|
+
attr_accessor agent_space_id: ::String
|
|
36
|
+
attr_accessor artifact_content: ::String
|
|
37
|
+
attr_accessor artifact_type: ("TXT" | "PNG" | "JPEG" | "MD" | "PDF" | "DOCX" | "DOC" | "JSON" | "YAML")
|
|
38
|
+
attr_accessor file_name: ::String
|
|
39
|
+
SENSITIVE: []
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
class AddArtifactOutput
|
|
43
|
+
attr_accessor artifact_id: ::String
|
|
44
|
+
SENSITIVE: []
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
class AgentSpace
|
|
48
|
+
attr_accessor agent_space_id: ::String
|
|
49
|
+
attr_accessor name: ::String
|
|
50
|
+
attr_accessor description: ::String
|
|
51
|
+
attr_accessor aws_resources: Types::AWSResources
|
|
52
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
53
|
+
attr_accessor code_review_settings: Types::CodeReviewSettings
|
|
54
|
+
attr_accessor kms_key_id: ::String
|
|
55
|
+
attr_accessor created_at: ::Time
|
|
56
|
+
attr_accessor updated_at: ::Time
|
|
57
|
+
SENSITIVE: []
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
class AgentSpaceSummary
|
|
61
|
+
attr_accessor agent_space_id: ::String
|
|
62
|
+
attr_accessor name: ::String
|
|
63
|
+
attr_accessor created_at: ::Time
|
|
64
|
+
attr_accessor updated_at: ::Time
|
|
65
|
+
SENSITIVE: []
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
class ApplicationSummary
|
|
69
|
+
attr_accessor application_id: ::String
|
|
70
|
+
attr_accessor application_name: ::String
|
|
71
|
+
attr_accessor domain: ::String
|
|
72
|
+
attr_accessor default_kms_key_id: ::String
|
|
73
|
+
SENSITIVE: []
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
class Artifact
|
|
77
|
+
attr_accessor contents: ::String
|
|
78
|
+
attr_accessor type: ("TXT" | "PNG" | "JPEG" | "MD" | "PDF" | "DOCX" | "DOC" | "JSON" | "YAML")
|
|
79
|
+
SENSITIVE: []
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
class ArtifactMetadataItem
|
|
83
|
+
attr_accessor agent_space_id: ::String
|
|
84
|
+
attr_accessor artifact_id: ::String
|
|
85
|
+
attr_accessor file_name: ::String
|
|
86
|
+
attr_accessor updated_at: ::Time
|
|
87
|
+
SENSITIVE: []
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
class ArtifactSummary
|
|
91
|
+
attr_accessor artifact_id: ::String
|
|
92
|
+
attr_accessor file_name: ::String
|
|
93
|
+
attr_accessor artifact_type: ("TXT" | "PNG" | "JPEG" | "MD" | "PDF" | "DOCX" | "DOC" | "JSON" | "YAML")
|
|
94
|
+
SENSITIVE: []
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class Assets
|
|
98
|
+
attr_accessor endpoints: ::Array[Types::Endpoint]
|
|
99
|
+
attr_accessor actors: ::Array[Types::Actor]
|
|
100
|
+
attr_accessor documents: ::Array[Types::DocumentInfo]
|
|
101
|
+
attr_accessor source_code: ::Array[Types::SourceCodeRepository]
|
|
102
|
+
attr_accessor integrated_repositories: ::Array[Types::IntegratedRepository]
|
|
103
|
+
SENSITIVE: []
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
class Authentication
|
|
107
|
+
attr_accessor provider_type: ("SECRETS_MANAGER" | "AWS_LAMBDA" | "AWS_IAM_ROLE" | "AWS_INTERNAL")
|
|
108
|
+
attr_accessor value: ::String
|
|
109
|
+
SENSITIVE: []
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
class BatchDeletePentestsInput
|
|
113
|
+
attr_accessor pentest_ids: ::Array[::String]
|
|
114
|
+
attr_accessor agent_space_id: ::String
|
|
115
|
+
SENSITIVE: []
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class BatchDeletePentestsOutput
|
|
119
|
+
attr_accessor deleted: ::Array[Types::Pentest]
|
|
120
|
+
attr_accessor failed: ::Array[Types::DeletePentestFailure]
|
|
121
|
+
SENSITIVE: []
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
class BatchGetAgentSpacesInput
|
|
125
|
+
attr_accessor agent_space_ids: ::Array[::String]
|
|
126
|
+
SENSITIVE: []
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
class BatchGetAgentSpacesOutput
|
|
130
|
+
attr_accessor agent_spaces: ::Array[Types::AgentSpace]
|
|
131
|
+
attr_accessor not_found: ::Array[::String]
|
|
132
|
+
SENSITIVE: []
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
class BatchGetArtifactMetadataInput
|
|
136
|
+
attr_accessor agent_space_id: ::String
|
|
137
|
+
attr_accessor artifact_ids: ::Array[::String]
|
|
138
|
+
SENSITIVE: []
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
class BatchGetArtifactMetadataOutput
|
|
142
|
+
attr_accessor artifact_metadata_list: ::Array[Types::ArtifactMetadataItem]
|
|
143
|
+
SENSITIVE: []
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
class BatchGetFindingsInput
|
|
147
|
+
attr_accessor finding_ids: ::Array[::String]
|
|
148
|
+
attr_accessor agent_space_id: ::String
|
|
149
|
+
SENSITIVE: []
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
class BatchGetFindingsOutput
|
|
153
|
+
attr_accessor findings: ::Array[Types::Finding]
|
|
154
|
+
attr_accessor not_found: ::Array[::String]
|
|
155
|
+
SENSITIVE: []
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
class BatchGetPentestJobTasksInput
|
|
159
|
+
attr_accessor agent_space_id: ::String
|
|
160
|
+
attr_accessor task_ids: ::Array[::String]
|
|
161
|
+
SENSITIVE: []
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
class BatchGetPentestJobTasksOutput
|
|
165
|
+
attr_accessor tasks: ::Array[Types::Task]
|
|
166
|
+
attr_accessor not_found: ::Array[::String]
|
|
167
|
+
SENSITIVE: []
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
class BatchGetPentestJobsInput
|
|
171
|
+
attr_accessor pentest_job_ids: ::Array[::String]
|
|
172
|
+
attr_accessor agent_space_id: ::String
|
|
173
|
+
SENSITIVE: []
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
class BatchGetPentestJobsOutput
|
|
177
|
+
attr_accessor pentest_jobs: ::Array[Types::PentestJob]
|
|
178
|
+
attr_accessor not_found: ::Array[::String]
|
|
179
|
+
SENSITIVE: []
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
class BatchGetPentestsInput
|
|
183
|
+
attr_accessor pentest_ids: ::Array[::String]
|
|
184
|
+
attr_accessor agent_space_id: ::String
|
|
185
|
+
SENSITIVE: []
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
class BatchGetPentestsOutput
|
|
189
|
+
attr_accessor pentests: ::Array[Types::Pentest]
|
|
190
|
+
attr_accessor not_found: ::Array[::String]
|
|
191
|
+
SENSITIVE: []
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
class BatchGetTargetDomainsInput
|
|
195
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
196
|
+
SENSITIVE: []
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class BatchGetTargetDomainsOutput
|
|
200
|
+
attr_accessor target_domains: ::Array[Types::TargetDomain]
|
|
201
|
+
attr_accessor not_found: ::Array[::String]
|
|
202
|
+
SENSITIVE: []
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class Category
|
|
206
|
+
attr_accessor name: ::String
|
|
207
|
+
attr_accessor is_primary: bool
|
|
208
|
+
SENSITIVE: []
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class CloudWatchLog
|
|
212
|
+
attr_accessor log_group: ::String
|
|
213
|
+
attr_accessor log_stream: ::String
|
|
214
|
+
SENSITIVE: []
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class CodeRemediationTask
|
|
218
|
+
attr_accessor status: ("IN_PROGRESS" | "COMPLETED" | "FAILED")
|
|
219
|
+
attr_accessor status_reason: ::String
|
|
220
|
+
attr_accessor task_details: ::Array[Types::CodeRemediationTaskDetails]
|
|
221
|
+
SENSITIVE: []
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
class CodeRemediationTaskDetails
|
|
225
|
+
attr_accessor repo_name: ::String
|
|
226
|
+
attr_accessor code_diff_link: ::String
|
|
227
|
+
attr_accessor pull_request_link: ::String
|
|
228
|
+
SENSITIVE: []
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
class CodeReviewSettings
|
|
232
|
+
attr_accessor controls_scanning: bool
|
|
233
|
+
attr_accessor general_purpose_scanning: bool
|
|
234
|
+
SENSITIVE: []
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
class ConflictException
|
|
238
|
+
attr_accessor message: ::String
|
|
239
|
+
SENSITIVE: []
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
class CreateAgentSpaceInput
|
|
243
|
+
attr_accessor name: ::String
|
|
244
|
+
attr_accessor description: ::String
|
|
245
|
+
attr_accessor aws_resources: Types::AWSResources
|
|
246
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
247
|
+
attr_accessor code_review_settings: Types::CodeReviewSettings
|
|
248
|
+
attr_accessor kms_key_id: ::String
|
|
249
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
250
|
+
SENSITIVE: []
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class CreateAgentSpaceOutput
|
|
254
|
+
attr_accessor agent_space_id: ::String
|
|
255
|
+
attr_accessor name: ::String
|
|
256
|
+
attr_accessor description: ::String
|
|
257
|
+
attr_accessor aws_resources: Types::AWSResources
|
|
258
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
259
|
+
attr_accessor code_review_settings: Types::CodeReviewSettings
|
|
260
|
+
attr_accessor kms_key_id: ::String
|
|
261
|
+
attr_accessor created_at: ::Time
|
|
262
|
+
attr_accessor updated_at: ::Time
|
|
263
|
+
SENSITIVE: []
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class CreateApplicationRequest
|
|
267
|
+
attr_accessor idc_instance_arn: ::String
|
|
268
|
+
attr_accessor role_arn: ::String
|
|
269
|
+
attr_accessor default_kms_key_id: ::String
|
|
270
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
271
|
+
SENSITIVE: []
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
class CreateApplicationResponse
|
|
275
|
+
attr_accessor application_id: ::String
|
|
276
|
+
SENSITIVE: []
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
class CreateIntegrationInput
|
|
280
|
+
attr_accessor provider: ("GITHUB")
|
|
281
|
+
attr_accessor input: Types::ProviderInput
|
|
282
|
+
attr_accessor integration_display_name: ::String
|
|
283
|
+
attr_accessor kms_key_id: ::String
|
|
284
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
285
|
+
SENSITIVE: []
|
|
286
|
+
end
|
|
287
|
+
|
|
288
|
+
class CreateIntegrationOutput
|
|
289
|
+
attr_accessor integration_id: ::String
|
|
290
|
+
SENSITIVE: []
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
class CreateMembershipRequest
|
|
294
|
+
attr_accessor application_id: ::String
|
|
295
|
+
attr_accessor agent_space_id: ::String
|
|
296
|
+
attr_accessor membership_id: ::String
|
|
297
|
+
attr_accessor member_type: ("USER")
|
|
298
|
+
attr_accessor config: Types::MembershipConfig
|
|
299
|
+
SENSITIVE: []
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
class CreateMembershipResponse < Aws::EmptyStructure
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
class CreatePentestInput
|
|
306
|
+
attr_accessor title: ::String
|
|
307
|
+
attr_accessor agent_space_id: ::String
|
|
308
|
+
attr_accessor assets: Types::Assets
|
|
309
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
310
|
+
attr_accessor service_role: ::String
|
|
311
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
312
|
+
attr_accessor vpc_config: Types::VpcConfig
|
|
313
|
+
attr_accessor network_traffic_config: Types::NetworkTrafficConfig
|
|
314
|
+
attr_accessor code_remediation_strategy: ("AUTOMATIC" | "DISABLED")
|
|
315
|
+
SENSITIVE: []
|
|
316
|
+
end
|
|
317
|
+
|
|
318
|
+
class CreatePentestOutput
|
|
319
|
+
attr_accessor pentest_id: ::String
|
|
320
|
+
attr_accessor title: ::String
|
|
321
|
+
attr_accessor created_at: ::Time
|
|
322
|
+
attr_accessor updated_at: ::Time
|
|
323
|
+
attr_accessor assets: Types::Assets
|
|
324
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
325
|
+
attr_accessor service_role: ::String
|
|
326
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
327
|
+
attr_accessor agent_space_id: ::String
|
|
328
|
+
SENSITIVE: []
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class CreateTargetDomainInput
|
|
332
|
+
attr_accessor target_domain_name: ::String
|
|
333
|
+
attr_accessor verification_method: ("DNS_TXT" | "HTTP_ROUTE")
|
|
334
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
335
|
+
SENSITIVE: []
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
class CreateTargetDomainOutput
|
|
339
|
+
attr_accessor target_domain_id: ::String
|
|
340
|
+
attr_accessor domain_name: ::String
|
|
341
|
+
attr_accessor verification_status: ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
|
342
|
+
attr_accessor verification_details: Types::VerificationDetails
|
|
343
|
+
attr_accessor created_at: ::Time
|
|
344
|
+
attr_accessor verified_at: ::Time
|
|
345
|
+
SENSITIVE: []
|
|
346
|
+
end
|
|
347
|
+
|
|
348
|
+
class CustomHeader
|
|
349
|
+
attr_accessor name: ::String
|
|
350
|
+
attr_accessor value: ::String
|
|
351
|
+
SENSITIVE: []
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
class DeleteAgentSpaceInput
|
|
355
|
+
attr_accessor agent_space_id: ::String
|
|
356
|
+
SENSITIVE: []
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
class DeleteAgentSpaceOutput
|
|
360
|
+
attr_accessor agent_space_id: ::String
|
|
361
|
+
SENSITIVE: []
|
|
362
|
+
end
|
|
363
|
+
|
|
364
|
+
class DeleteApplicationRequest
|
|
365
|
+
attr_accessor application_id: ::String
|
|
366
|
+
SENSITIVE: []
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
class DeleteArtifactInput
|
|
370
|
+
attr_accessor agent_space_id: ::String
|
|
371
|
+
attr_accessor artifact_id: ::String
|
|
372
|
+
SENSITIVE: []
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
class DeleteArtifactOutput < Aws::EmptyStructure
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
class DeleteIntegrationInput
|
|
379
|
+
attr_accessor integration_id: ::String
|
|
380
|
+
SENSITIVE: []
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
class DeleteIntegrationOutput < Aws::EmptyStructure
|
|
384
|
+
end
|
|
385
|
+
|
|
386
|
+
class DeleteMembershipRequest
|
|
387
|
+
attr_accessor application_id: ::String
|
|
388
|
+
attr_accessor agent_space_id: ::String
|
|
389
|
+
attr_accessor membership_id: ::String
|
|
390
|
+
attr_accessor member_type: ("USER")
|
|
391
|
+
SENSITIVE: []
|
|
392
|
+
end
|
|
393
|
+
|
|
394
|
+
class DeleteMembershipResponse < Aws::EmptyStructure
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class DeletePentestFailure
|
|
398
|
+
attr_accessor pentest_id: ::String
|
|
399
|
+
attr_accessor reason: ::String
|
|
400
|
+
SENSITIVE: []
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class DeleteTargetDomainInput
|
|
404
|
+
attr_accessor target_domain_id: ::String
|
|
405
|
+
SENSITIVE: []
|
|
406
|
+
end
|
|
407
|
+
|
|
408
|
+
class DeleteTargetDomainOutput
|
|
409
|
+
attr_accessor target_domain_id: ::String
|
|
410
|
+
SENSITIVE: []
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
class DiscoveredEndpoint
|
|
414
|
+
attr_accessor uri: ::String
|
|
415
|
+
attr_accessor pentest_job_id: ::String
|
|
416
|
+
attr_accessor task_id: ::String
|
|
417
|
+
attr_accessor agent_space_id: ::String
|
|
418
|
+
attr_accessor evidence: ::String
|
|
419
|
+
attr_accessor operation: ::String
|
|
420
|
+
attr_accessor description: ::String
|
|
421
|
+
SENSITIVE: []
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
class DnsVerification
|
|
425
|
+
attr_accessor token: ::String
|
|
426
|
+
attr_accessor dns_record_name: ::String
|
|
427
|
+
attr_accessor dns_record_type: ("TXT")
|
|
428
|
+
SENSITIVE: []
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
class DocumentInfo
|
|
432
|
+
attr_accessor s3_location: ::String
|
|
433
|
+
attr_accessor artifact_id: ::String
|
|
434
|
+
SENSITIVE: []
|
|
435
|
+
end
|
|
436
|
+
|
|
437
|
+
class Endpoint
|
|
438
|
+
attr_accessor uri: ::String
|
|
439
|
+
SENSITIVE: []
|
|
440
|
+
end
|
|
441
|
+
|
|
442
|
+
class ErrorInformation
|
|
443
|
+
attr_accessor code: ("CLIENT_ERROR" | "INTERNAL_ERROR" | "STOPPED_BY_USER")
|
|
444
|
+
attr_accessor message: ::String
|
|
445
|
+
SENSITIVE: []
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
class ExecutionContext
|
|
449
|
+
attr_accessor context_type: ("ERROR" | "CLIENT_ERROR" | "WARNING" | "INFO")
|
|
450
|
+
attr_accessor context: ::String
|
|
451
|
+
attr_accessor timestamp: ::Time
|
|
452
|
+
SENSITIVE: []
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
class Finding
|
|
456
|
+
attr_accessor finding_id: ::String
|
|
457
|
+
attr_accessor agent_space_id: ::String
|
|
458
|
+
attr_accessor pentest_id: ::String
|
|
459
|
+
attr_accessor pentest_job_id: ::String
|
|
460
|
+
attr_accessor task_id: ::String
|
|
461
|
+
attr_accessor name: ::String
|
|
462
|
+
attr_accessor description: ::String
|
|
463
|
+
attr_accessor status: ("ACTIVE" | "RESOLVED" | "ACCEPTED" | "FALSE_POSITIVE")
|
|
464
|
+
attr_accessor risk_type: ::String
|
|
465
|
+
attr_accessor risk_level: ("UNKNOWN" | "INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
|
466
|
+
attr_accessor risk_score: ::String
|
|
467
|
+
attr_accessor reasoning: ::String
|
|
468
|
+
attr_accessor confidence: ("FALSE_POSITIVE" | "UNCONFIRMED" | "LOW" | "MEDIUM" | "HIGH")
|
|
469
|
+
attr_accessor attack_script: ::String
|
|
470
|
+
attr_accessor code_remediation_task: Types::CodeRemediationTask
|
|
471
|
+
attr_accessor last_updated_by: ::String
|
|
472
|
+
attr_accessor created_at: ::Time
|
|
473
|
+
attr_accessor updated_at: ::Time
|
|
474
|
+
SENSITIVE: []
|
|
475
|
+
end
|
|
476
|
+
|
|
477
|
+
class FindingSummary
|
|
478
|
+
attr_accessor finding_id: ::String
|
|
479
|
+
attr_accessor agent_space_id: ::String
|
|
480
|
+
attr_accessor pentest_id: ::String
|
|
481
|
+
attr_accessor pentest_job_id: ::String
|
|
482
|
+
attr_accessor name: ::String
|
|
483
|
+
attr_accessor status: ("ACTIVE" | "RESOLVED" | "ACCEPTED" | "FALSE_POSITIVE")
|
|
484
|
+
attr_accessor risk_type: ::String
|
|
485
|
+
attr_accessor risk_level: ("UNKNOWN" | "INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
|
486
|
+
attr_accessor confidence: ("FALSE_POSITIVE" | "UNCONFIRMED" | "LOW" | "MEDIUM" | "HIGH")
|
|
487
|
+
attr_accessor created_at: ::Time
|
|
488
|
+
attr_accessor updated_at: ::Time
|
|
489
|
+
SENSITIVE: []
|
|
490
|
+
end
|
|
491
|
+
|
|
492
|
+
class GetApplicationRequest
|
|
493
|
+
attr_accessor application_id: ::String
|
|
494
|
+
SENSITIVE: []
|
|
495
|
+
end
|
|
496
|
+
|
|
497
|
+
class GetApplicationResponse
|
|
498
|
+
attr_accessor application_id: ::String
|
|
499
|
+
attr_accessor domain: ::String
|
|
500
|
+
attr_accessor application_name: ::String
|
|
501
|
+
attr_accessor idc_configuration: Types::IdCConfiguration
|
|
502
|
+
attr_accessor role_arn: ::String
|
|
503
|
+
attr_accessor default_kms_key_id: ::String
|
|
504
|
+
SENSITIVE: []
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
class GetArtifactInput
|
|
508
|
+
attr_accessor agent_space_id: ::String
|
|
509
|
+
attr_accessor artifact_id: ::String
|
|
510
|
+
SENSITIVE: []
|
|
511
|
+
end
|
|
512
|
+
|
|
513
|
+
class GetArtifactOutput
|
|
514
|
+
attr_accessor agent_space_id: ::String
|
|
515
|
+
attr_accessor artifact_id: ::String
|
|
516
|
+
attr_accessor artifact: Types::Artifact
|
|
517
|
+
attr_accessor file_name: ::String
|
|
518
|
+
attr_accessor updated_at: ::Time
|
|
519
|
+
SENSITIVE: []
|
|
520
|
+
end
|
|
521
|
+
|
|
522
|
+
class GetIntegrationInput
|
|
523
|
+
attr_accessor integration_id: ::String
|
|
524
|
+
SENSITIVE: []
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
class GetIntegrationOutput
|
|
528
|
+
attr_accessor integration_id: ::String
|
|
529
|
+
attr_accessor installation_id: ::String
|
|
530
|
+
attr_accessor provider: ("GITHUB")
|
|
531
|
+
attr_accessor provider_type: ("SOURCE_CODE" | "DOCUMENTATION")
|
|
532
|
+
attr_accessor display_name: ::String
|
|
533
|
+
attr_accessor kms_key_id: ::String
|
|
534
|
+
SENSITIVE: []
|
|
535
|
+
end
|
|
536
|
+
|
|
537
|
+
class GitHubIntegrationInput
|
|
538
|
+
attr_accessor code: ::String
|
|
539
|
+
attr_accessor state: ::String
|
|
540
|
+
attr_accessor organization_name: ::String
|
|
541
|
+
SENSITIVE: []
|
|
542
|
+
end
|
|
543
|
+
|
|
544
|
+
class GitHubRepositoryMetadata
|
|
545
|
+
attr_accessor name: ::String
|
|
546
|
+
attr_accessor provider_resource_id: ::String
|
|
547
|
+
attr_accessor owner: ::String
|
|
548
|
+
attr_accessor access_type: ("PRIVATE" | "PUBLIC")
|
|
549
|
+
SENSITIVE: []
|
|
550
|
+
end
|
|
551
|
+
|
|
552
|
+
class GitHubRepositoryResource
|
|
553
|
+
attr_accessor name: ::String
|
|
554
|
+
attr_accessor owner: ::String
|
|
555
|
+
SENSITIVE: []
|
|
556
|
+
end
|
|
557
|
+
|
|
558
|
+
class GitHubResourceCapabilities
|
|
559
|
+
attr_accessor leave_comments: bool
|
|
560
|
+
attr_accessor remediate_code: bool
|
|
561
|
+
SENSITIVE: []
|
|
562
|
+
end
|
|
563
|
+
|
|
564
|
+
class HttpVerification
|
|
565
|
+
attr_accessor token: ::String
|
|
566
|
+
attr_accessor route_path: ::String
|
|
567
|
+
SENSITIVE: []
|
|
568
|
+
end
|
|
569
|
+
|
|
570
|
+
class IdCConfiguration
|
|
571
|
+
attr_accessor idc_application_arn: ::String
|
|
572
|
+
attr_accessor idc_instance_arn: ::String
|
|
573
|
+
SENSITIVE: []
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
class InitiateProviderRegistrationInput
|
|
577
|
+
attr_accessor provider: ("GITHUB")
|
|
578
|
+
SENSITIVE: []
|
|
579
|
+
end
|
|
580
|
+
|
|
581
|
+
class InitiateProviderRegistrationOutput
|
|
582
|
+
attr_accessor redirect_to: ::String
|
|
583
|
+
attr_accessor csrf_state: ::String
|
|
584
|
+
SENSITIVE: []
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
class IntegratedRepository
|
|
588
|
+
attr_accessor integration_id: ::String
|
|
589
|
+
attr_accessor provider_resource_id: ::String
|
|
590
|
+
SENSITIVE: []
|
|
591
|
+
end
|
|
592
|
+
|
|
593
|
+
class IntegratedResource
|
|
594
|
+
attr_accessor github_repository: Types::GitHubRepositoryResource
|
|
595
|
+
attr_accessor unknown: untyped
|
|
596
|
+
SENSITIVE: []
|
|
597
|
+
|
|
598
|
+
class GithubRepository < IntegratedResource
|
|
599
|
+
end
|
|
600
|
+
class Unknown < IntegratedResource
|
|
601
|
+
end
|
|
602
|
+
end
|
|
603
|
+
|
|
604
|
+
class IntegratedResourceInputItem
|
|
605
|
+
attr_accessor resource: Types::IntegratedResource
|
|
606
|
+
attr_accessor capabilities: Types::ProviderResourceCapabilities
|
|
607
|
+
SENSITIVE: []
|
|
608
|
+
end
|
|
609
|
+
|
|
610
|
+
class IntegratedResourceMetadata
|
|
611
|
+
attr_accessor github_repository: Types::GitHubRepositoryMetadata
|
|
612
|
+
attr_accessor unknown: untyped
|
|
613
|
+
SENSITIVE: []
|
|
614
|
+
|
|
615
|
+
class GithubRepository < IntegratedResourceMetadata
|
|
616
|
+
end
|
|
617
|
+
class Unknown < IntegratedResourceMetadata
|
|
618
|
+
end
|
|
619
|
+
end
|
|
620
|
+
|
|
621
|
+
class IntegratedResourceSummary
|
|
622
|
+
attr_accessor integration_id: ::String
|
|
623
|
+
attr_accessor resource: Types::IntegratedResourceMetadata
|
|
624
|
+
attr_accessor capabilities: Types::ProviderResourceCapabilities
|
|
625
|
+
SENSITIVE: []
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
class IntegrationFilter
|
|
629
|
+
attr_accessor provider: ("GITHUB")
|
|
630
|
+
attr_accessor provider_type: ("SOURCE_CODE" | "DOCUMENTATION")
|
|
631
|
+
attr_accessor unknown: untyped
|
|
632
|
+
SENSITIVE: []
|
|
633
|
+
|
|
634
|
+
class Provider < IntegrationFilter
|
|
635
|
+
end
|
|
636
|
+
class ProviderType < IntegrationFilter
|
|
637
|
+
end
|
|
638
|
+
class Unknown < IntegrationFilter
|
|
639
|
+
end
|
|
640
|
+
end
|
|
641
|
+
|
|
642
|
+
class IntegrationSummary
|
|
643
|
+
attr_accessor integration_id: ::String
|
|
644
|
+
attr_accessor installation_id: ::String
|
|
645
|
+
attr_accessor provider: ("GITHUB")
|
|
646
|
+
attr_accessor provider_type: ("SOURCE_CODE" | "DOCUMENTATION")
|
|
647
|
+
attr_accessor display_name: ::String
|
|
648
|
+
SENSITIVE: []
|
|
649
|
+
end
|
|
650
|
+
|
|
651
|
+
class InternalServerException
|
|
652
|
+
attr_accessor message: ::String
|
|
653
|
+
SENSITIVE: []
|
|
654
|
+
end
|
|
655
|
+
|
|
656
|
+
class ListAgentSpacesInput
|
|
657
|
+
attr_accessor next_token: ::String
|
|
658
|
+
attr_accessor max_results: ::Integer
|
|
659
|
+
SENSITIVE: []
|
|
660
|
+
end
|
|
661
|
+
|
|
662
|
+
class ListAgentSpacesOutput
|
|
663
|
+
attr_accessor agent_space_summaries: ::Array[Types::AgentSpaceSummary]
|
|
664
|
+
attr_accessor next_token: ::String
|
|
665
|
+
SENSITIVE: []
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
class ListApplicationsRequest
|
|
669
|
+
attr_accessor next_token: ::String
|
|
670
|
+
attr_accessor max_results: ::Integer
|
|
671
|
+
SENSITIVE: []
|
|
672
|
+
end
|
|
673
|
+
|
|
674
|
+
class ListApplicationsResponse
|
|
675
|
+
attr_accessor application_summaries: ::Array[Types::ApplicationSummary]
|
|
676
|
+
attr_accessor next_token: ::String
|
|
677
|
+
SENSITIVE: []
|
|
678
|
+
end
|
|
679
|
+
|
|
680
|
+
class ListArtifactsInput
|
|
681
|
+
attr_accessor agent_space_id: ::String
|
|
682
|
+
attr_accessor next_token: ::String
|
|
683
|
+
attr_accessor max_results: ::Integer
|
|
684
|
+
SENSITIVE: []
|
|
685
|
+
end
|
|
686
|
+
|
|
687
|
+
class ListArtifactsOutput
|
|
688
|
+
attr_accessor artifact_summaries: ::Array[Types::ArtifactSummary]
|
|
689
|
+
attr_accessor next_token: ::String
|
|
690
|
+
SENSITIVE: []
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
class ListDiscoveredEndpointsInput
|
|
694
|
+
attr_accessor max_results: ::Integer
|
|
695
|
+
attr_accessor pentest_job_id: ::String
|
|
696
|
+
attr_accessor agent_space_id: ::String
|
|
697
|
+
attr_accessor prefix: ::String
|
|
698
|
+
attr_accessor next_token: ::String
|
|
699
|
+
SENSITIVE: []
|
|
700
|
+
end
|
|
701
|
+
|
|
702
|
+
class ListDiscoveredEndpointsOutput
|
|
703
|
+
attr_accessor discovered_endpoints: ::Array[Types::DiscoveredEndpoint]
|
|
704
|
+
attr_accessor next_token: ::String
|
|
705
|
+
SENSITIVE: []
|
|
706
|
+
end
|
|
707
|
+
|
|
708
|
+
class ListFindingsInput
|
|
709
|
+
attr_accessor max_results: ::Integer
|
|
710
|
+
attr_accessor pentest_job_id: ::String
|
|
711
|
+
attr_accessor agent_space_id: ::String
|
|
712
|
+
attr_accessor next_token: ::String
|
|
713
|
+
attr_accessor risk_type: ::String
|
|
714
|
+
attr_accessor risk_level: ("UNKNOWN" | "INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
|
715
|
+
attr_accessor status: ("ACTIVE" | "RESOLVED" | "ACCEPTED" | "FALSE_POSITIVE")
|
|
716
|
+
attr_accessor confidence: ("FALSE_POSITIVE" | "UNCONFIRMED" | "LOW" | "MEDIUM" | "HIGH")
|
|
717
|
+
attr_accessor name: ::String
|
|
718
|
+
SENSITIVE: []
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
class ListFindingsOutput
|
|
722
|
+
attr_accessor findings_summaries: ::Array[Types::FindingSummary]
|
|
723
|
+
attr_accessor next_token: ::String
|
|
724
|
+
SENSITIVE: []
|
|
725
|
+
end
|
|
726
|
+
|
|
727
|
+
class ListIntegratedResourcesInput
|
|
728
|
+
attr_accessor agent_space_id: ::String
|
|
729
|
+
attr_accessor integration_id: ::String
|
|
730
|
+
attr_accessor resource_type: ("CODE_REPOSITORY")
|
|
731
|
+
attr_accessor next_token: ::String
|
|
732
|
+
attr_accessor max_results: ::Integer
|
|
733
|
+
SENSITIVE: []
|
|
734
|
+
end
|
|
735
|
+
|
|
736
|
+
class ListIntegratedResourcesOutput
|
|
737
|
+
attr_accessor integrated_resource_summaries: ::Array[Types::IntegratedResourceSummary]
|
|
738
|
+
attr_accessor next_token: ::String
|
|
739
|
+
SENSITIVE: []
|
|
740
|
+
end
|
|
741
|
+
|
|
742
|
+
class ListIntegrationsInput
|
|
743
|
+
attr_accessor filter: Types::IntegrationFilter
|
|
744
|
+
attr_accessor next_token: ::String
|
|
745
|
+
attr_accessor max_results: ::Integer
|
|
746
|
+
SENSITIVE: []
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
class ListIntegrationsOutput
|
|
750
|
+
attr_accessor integration_summaries: ::Array[Types::IntegrationSummary]
|
|
751
|
+
attr_accessor next_token: ::String
|
|
752
|
+
SENSITIVE: []
|
|
753
|
+
end
|
|
754
|
+
|
|
755
|
+
class ListMembershipsRequest
|
|
756
|
+
attr_accessor application_id: ::String
|
|
757
|
+
attr_accessor agent_space_id: ::String
|
|
758
|
+
attr_accessor member_type: ("USER" | "ALL")
|
|
759
|
+
attr_accessor max_results: ::Integer
|
|
760
|
+
attr_accessor next_token: ::String
|
|
761
|
+
SENSITIVE: []
|
|
762
|
+
end
|
|
763
|
+
|
|
764
|
+
class ListMembershipsResponse
|
|
765
|
+
attr_accessor membership_summaries: ::Array[Types::MembershipSummary]
|
|
766
|
+
attr_accessor next_token: ::String
|
|
767
|
+
SENSITIVE: []
|
|
768
|
+
end
|
|
769
|
+
|
|
770
|
+
class ListPentestJobTasksInput
|
|
771
|
+
attr_accessor agent_space_id: ::String
|
|
772
|
+
attr_accessor max_results: ::Integer
|
|
773
|
+
attr_accessor pentest_job_id: ::String
|
|
774
|
+
attr_accessor step_name: ("PREFLIGHT" | "STATIC_ANALYSIS" | "PENTEST" | "FINALIZING")
|
|
775
|
+
attr_accessor category_name: ::String
|
|
776
|
+
attr_accessor next_token: ::String
|
|
777
|
+
SENSITIVE: []
|
|
778
|
+
end
|
|
779
|
+
|
|
780
|
+
class ListPentestJobTasksOutput
|
|
781
|
+
attr_accessor task_summaries: ::Array[Types::TaskSummary]
|
|
782
|
+
attr_accessor next_token: ::String
|
|
783
|
+
SENSITIVE: []
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
class ListPentestJobsForPentestInput
|
|
787
|
+
attr_accessor max_results: ::Integer
|
|
788
|
+
attr_accessor pentest_id: ::String
|
|
789
|
+
attr_accessor agent_space_id: ::String
|
|
790
|
+
attr_accessor next_token: ::String
|
|
791
|
+
SENSITIVE: []
|
|
792
|
+
end
|
|
793
|
+
|
|
794
|
+
class ListPentestJobsForPentestOutput
|
|
795
|
+
attr_accessor pentest_job_summaries: ::Array[Types::PentestJobSummary]
|
|
796
|
+
attr_accessor next_token: ::String
|
|
797
|
+
SENSITIVE: []
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
class ListPentestsInput
|
|
801
|
+
attr_accessor max_results: ::Integer
|
|
802
|
+
attr_accessor next_token: ::String
|
|
803
|
+
attr_accessor agent_space_id: ::String
|
|
804
|
+
SENSITIVE: []
|
|
805
|
+
end
|
|
806
|
+
|
|
807
|
+
class ListPentestsOutput
|
|
808
|
+
attr_accessor pentest_summaries: ::Array[Types::PentestSummary]
|
|
809
|
+
attr_accessor next_token: ::String
|
|
810
|
+
SENSITIVE: []
|
|
811
|
+
end
|
|
812
|
+
|
|
813
|
+
class ListTagsForResourceInput
|
|
814
|
+
attr_accessor resource_arn: ::String
|
|
815
|
+
SENSITIVE: []
|
|
816
|
+
end
|
|
817
|
+
|
|
818
|
+
class ListTagsForResourceOutput
|
|
819
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
820
|
+
SENSITIVE: []
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class ListTargetDomainsInput
|
|
824
|
+
attr_accessor next_token: ::String
|
|
825
|
+
attr_accessor max_results: ::Integer
|
|
826
|
+
SENSITIVE: []
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class ListTargetDomainsOutput
|
|
830
|
+
attr_accessor target_domain_summaries: ::Array[Types::TargetDomainSummary]
|
|
831
|
+
attr_accessor next_token: ::String
|
|
832
|
+
SENSITIVE: []
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
class LogLocation
|
|
836
|
+
attr_accessor log_type: ("CLOUDWATCH")
|
|
837
|
+
attr_accessor cloud_watch_log: Types::CloudWatchLog
|
|
838
|
+
SENSITIVE: []
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
class MemberMetadata
|
|
842
|
+
attr_accessor user: Types::UserMetadata
|
|
843
|
+
attr_accessor unknown: untyped
|
|
844
|
+
SENSITIVE: []
|
|
845
|
+
|
|
846
|
+
class User < MemberMetadata
|
|
847
|
+
end
|
|
848
|
+
class Unknown < MemberMetadata
|
|
849
|
+
end
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
class MembershipConfig
|
|
853
|
+
attr_accessor user: Types::UserConfig
|
|
854
|
+
attr_accessor unknown: untyped
|
|
855
|
+
SENSITIVE: []
|
|
856
|
+
|
|
857
|
+
class User < MembershipConfig
|
|
858
|
+
end
|
|
859
|
+
class Unknown < MembershipConfig
|
|
860
|
+
end
|
|
861
|
+
end
|
|
862
|
+
|
|
863
|
+
class MembershipSummary
|
|
864
|
+
attr_accessor membership_id: ::String
|
|
865
|
+
attr_accessor application_id: ::String
|
|
866
|
+
attr_accessor agent_space_id: ::String
|
|
867
|
+
attr_accessor member_type: ("USER")
|
|
868
|
+
attr_accessor config: Types::MembershipConfig
|
|
869
|
+
attr_accessor metadata: Types::MemberMetadata
|
|
870
|
+
attr_accessor created_at: ::Time
|
|
871
|
+
attr_accessor updated_at: ::Time
|
|
872
|
+
attr_accessor created_by: ::String
|
|
873
|
+
attr_accessor updated_by: ::String
|
|
874
|
+
SENSITIVE: []
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class NetworkTrafficConfig
|
|
878
|
+
attr_accessor rules: ::Array[Types::NetworkTrafficRule]
|
|
879
|
+
attr_accessor custom_headers: ::Array[Types::CustomHeader]
|
|
880
|
+
SENSITIVE: []
|
|
881
|
+
end
|
|
882
|
+
|
|
883
|
+
class NetworkTrafficRule
|
|
884
|
+
attr_accessor effect: ("ALLOW" | "DENY")
|
|
885
|
+
attr_accessor pattern: ::String
|
|
886
|
+
attr_accessor network_traffic_rule_type: ("URL")
|
|
887
|
+
SENSITIVE: []
|
|
888
|
+
end
|
|
889
|
+
|
|
890
|
+
class Pentest
|
|
891
|
+
attr_accessor pentest_id: ::String
|
|
892
|
+
attr_accessor agent_space_id: ::String
|
|
893
|
+
attr_accessor title: ::String
|
|
894
|
+
attr_accessor assets: Types::Assets
|
|
895
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
896
|
+
attr_accessor service_role: ::String
|
|
897
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
898
|
+
attr_accessor vpc_config: Types::VpcConfig
|
|
899
|
+
attr_accessor network_traffic_config: Types::NetworkTrafficConfig
|
|
900
|
+
attr_accessor code_remediation_strategy: ("AUTOMATIC" | "DISABLED")
|
|
901
|
+
attr_accessor created_at: ::Time
|
|
902
|
+
attr_accessor updated_at: ::Time
|
|
903
|
+
SENSITIVE: []
|
|
904
|
+
end
|
|
905
|
+
|
|
906
|
+
class PentestJob
|
|
907
|
+
attr_accessor pentest_job_id: ::String
|
|
908
|
+
attr_accessor pentest_id: ::String
|
|
909
|
+
attr_accessor title: ::String
|
|
910
|
+
attr_accessor overview: ::String
|
|
911
|
+
attr_accessor status: ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
|
912
|
+
attr_accessor endpoints: ::Array[Types::Endpoint]
|
|
913
|
+
attr_accessor actors: ::Array[Types::Actor]
|
|
914
|
+
attr_accessor documents: ::Array[Types::DocumentInfo]
|
|
915
|
+
attr_accessor source_code: ::Array[Types::SourceCodeRepository]
|
|
916
|
+
attr_accessor exclude_paths: ::Array[Types::Endpoint]
|
|
917
|
+
attr_accessor allowed_domains: ::Array[Types::Endpoint]
|
|
918
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
919
|
+
attr_accessor steps: ::Array[Types::Step]
|
|
920
|
+
attr_accessor execution_context: ::Array[Types::ExecutionContext]
|
|
921
|
+
attr_accessor service_role: ::String
|
|
922
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
923
|
+
attr_accessor vpc_config: Types::VpcConfig
|
|
924
|
+
attr_accessor network_traffic_config: Types::NetworkTrafficConfig
|
|
925
|
+
attr_accessor error_information: Types::ErrorInformation
|
|
926
|
+
attr_accessor integrated_repositories: ::Array[Types::IntegratedRepository]
|
|
927
|
+
attr_accessor code_remediation_strategy: ("AUTOMATIC" | "DISABLED")
|
|
928
|
+
attr_accessor created_at: ::Time
|
|
929
|
+
attr_accessor updated_at: ::Time
|
|
930
|
+
SENSITIVE: []
|
|
931
|
+
end
|
|
932
|
+
|
|
933
|
+
class PentestJobSummary
|
|
934
|
+
attr_accessor pentest_job_id: ::String
|
|
935
|
+
attr_accessor pentest_id: ::String
|
|
936
|
+
attr_accessor title: ::String
|
|
937
|
+
attr_accessor status: ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
|
938
|
+
attr_accessor created_at: ::Time
|
|
939
|
+
attr_accessor updated_at: ::Time
|
|
940
|
+
SENSITIVE: []
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
class PentestSummary
|
|
944
|
+
attr_accessor pentest_id: ::String
|
|
945
|
+
attr_accessor agent_space_id: ::String
|
|
946
|
+
attr_accessor title: ::String
|
|
947
|
+
attr_accessor created_at: ::Time
|
|
948
|
+
attr_accessor updated_at: ::Time
|
|
949
|
+
SENSITIVE: []
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
class ProviderInput
|
|
953
|
+
attr_accessor github: Types::GitHubIntegrationInput
|
|
954
|
+
attr_accessor unknown: untyped
|
|
955
|
+
SENSITIVE: []
|
|
956
|
+
|
|
957
|
+
class Github < ProviderInput
|
|
958
|
+
end
|
|
959
|
+
class Unknown < ProviderInput
|
|
960
|
+
end
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
class ProviderResourceCapabilities
|
|
964
|
+
attr_accessor github: Types::GitHubResourceCapabilities
|
|
965
|
+
attr_accessor unknown: untyped
|
|
966
|
+
SENSITIVE: []
|
|
967
|
+
|
|
968
|
+
class Github < ProviderResourceCapabilities
|
|
969
|
+
end
|
|
970
|
+
class Unknown < ProviderResourceCapabilities
|
|
971
|
+
end
|
|
972
|
+
end
|
|
973
|
+
|
|
974
|
+
class ResourceNotFoundException
|
|
975
|
+
attr_accessor message: ::String
|
|
976
|
+
SENSITIVE: []
|
|
977
|
+
end
|
|
978
|
+
|
|
979
|
+
class SourceCodeRepository
|
|
980
|
+
attr_accessor s3_location: ::String
|
|
981
|
+
SENSITIVE: []
|
|
982
|
+
end
|
|
983
|
+
|
|
984
|
+
class StartCodeRemediationInput
|
|
985
|
+
attr_accessor agent_space_id: ::String
|
|
986
|
+
attr_accessor pentest_job_id: ::String
|
|
987
|
+
attr_accessor finding_ids: ::Array[::String]
|
|
988
|
+
SENSITIVE: []
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
class StartCodeRemediationOutput < Aws::EmptyStructure
|
|
992
|
+
end
|
|
993
|
+
|
|
994
|
+
class StartPentestJobInput
|
|
995
|
+
attr_accessor agent_space_id: ::String
|
|
996
|
+
attr_accessor pentest_id: ::String
|
|
997
|
+
SENSITIVE: []
|
|
998
|
+
end
|
|
999
|
+
|
|
1000
|
+
class StartPentestJobOutput
|
|
1001
|
+
attr_accessor title: ::String
|
|
1002
|
+
attr_accessor status: ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
|
1003
|
+
attr_accessor created_at: ::Time
|
|
1004
|
+
attr_accessor updated_at: ::Time
|
|
1005
|
+
attr_accessor pentest_id: ::String
|
|
1006
|
+
attr_accessor pentest_job_id: ::String
|
|
1007
|
+
attr_accessor agent_space_id: ::String
|
|
1008
|
+
SENSITIVE: []
|
|
1009
|
+
end
|
|
1010
|
+
|
|
1011
|
+
class Step
|
|
1012
|
+
attr_accessor name: ("PREFLIGHT" | "STATIC_ANALYSIS" | "PENTEST" | "FINALIZING")
|
|
1013
|
+
attr_accessor status: ("NOT_STARTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOPPED")
|
|
1014
|
+
attr_accessor created_at: ::Time
|
|
1015
|
+
attr_accessor updated_at: ::Time
|
|
1016
|
+
SENSITIVE: []
|
|
1017
|
+
end
|
|
1018
|
+
|
|
1019
|
+
class StopPentestJobInput
|
|
1020
|
+
attr_accessor agent_space_id: ::String
|
|
1021
|
+
attr_accessor pentest_job_id: ::String
|
|
1022
|
+
SENSITIVE: []
|
|
1023
|
+
end
|
|
1024
|
+
|
|
1025
|
+
class StopPentestJobOutput < Aws::EmptyStructure
|
|
1026
|
+
end
|
|
1027
|
+
|
|
1028
|
+
class TagResourceInput
|
|
1029
|
+
attr_accessor resource_arn: ::String
|
|
1030
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1031
|
+
SENSITIVE: []
|
|
1032
|
+
end
|
|
1033
|
+
|
|
1034
|
+
class TagResourceOutput < Aws::EmptyStructure
|
|
1035
|
+
end
|
|
1036
|
+
|
|
1037
|
+
class TargetDomain
|
|
1038
|
+
attr_accessor target_domain_id: ::String
|
|
1039
|
+
attr_accessor domain_name: ::String
|
|
1040
|
+
attr_accessor verification_status: ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
|
1041
|
+
attr_accessor verification_details: Types::VerificationDetails
|
|
1042
|
+
attr_accessor created_at: ::Time
|
|
1043
|
+
attr_accessor verified_at: ::Time
|
|
1044
|
+
SENSITIVE: []
|
|
1045
|
+
end
|
|
1046
|
+
|
|
1047
|
+
class TargetDomainSummary
|
|
1048
|
+
attr_accessor target_domain_id: ::String
|
|
1049
|
+
attr_accessor domain_name: ::String
|
|
1050
|
+
attr_accessor verification_status: ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
|
1051
|
+
SENSITIVE: []
|
|
1052
|
+
end
|
|
1053
|
+
|
|
1054
|
+
class Task
|
|
1055
|
+
attr_accessor task_id: ::String
|
|
1056
|
+
attr_accessor pentest_id: ::String
|
|
1057
|
+
attr_accessor pentest_job_id: ::String
|
|
1058
|
+
attr_accessor agent_space_id: ::String
|
|
1059
|
+
attr_accessor title: ::String
|
|
1060
|
+
attr_accessor description: ::String
|
|
1061
|
+
attr_accessor categories: ::Array[Types::Category]
|
|
1062
|
+
attr_accessor risk_type: ("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")
|
|
1063
|
+
attr_accessor target_endpoint: Types::Endpoint
|
|
1064
|
+
attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
|
|
1065
|
+
attr_accessor logs_location: Types::LogLocation
|
|
1066
|
+
attr_accessor created_at: ::Time
|
|
1067
|
+
attr_accessor updated_at: ::Time
|
|
1068
|
+
SENSITIVE: []
|
|
1069
|
+
end
|
|
1070
|
+
|
|
1071
|
+
class TaskSummary
|
|
1072
|
+
attr_accessor task_id: ::String
|
|
1073
|
+
attr_accessor pentest_id: ::String
|
|
1074
|
+
attr_accessor pentest_job_id: ::String
|
|
1075
|
+
attr_accessor agent_space_id: ::String
|
|
1076
|
+
attr_accessor title: ::String
|
|
1077
|
+
attr_accessor risk_type: ("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")
|
|
1078
|
+
attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
|
|
1079
|
+
attr_accessor created_at: ::Time
|
|
1080
|
+
attr_accessor updated_at: ::Time
|
|
1081
|
+
SENSITIVE: []
|
|
1082
|
+
end
|
|
1083
|
+
|
|
1084
|
+
class ThrottlingException
|
|
1085
|
+
attr_accessor message: ::String
|
|
1086
|
+
attr_accessor service_code: ::String
|
|
1087
|
+
attr_accessor quota_code: ::String
|
|
1088
|
+
SENSITIVE: []
|
|
1089
|
+
end
|
|
1090
|
+
|
|
1091
|
+
class UntagResourceInput
|
|
1092
|
+
attr_accessor resource_arn: ::String
|
|
1093
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
1094
|
+
SENSITIVE: []
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
class UntagResourceOutput < Aws::EmptyStructure
|
|
1098
|
+
end
|
|
1099
|
+
|
|
1100
|
+
class UpdateAgentSpaceInput
|
|
1101
|
+
attr_accessor agent_space_id: ::String
|
|
1102
|
+
attr_accessor name: ::String
|
|
1103
|
+
attr_accessor description: ::String
|
|
1104
|
+
attr_accessor aws_resources: Types::AWSResources
|
|
1105
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
1106
|
+
attr_accessor code_review_settings: Types::CodeReviewSettings
|
|
1107
|
+
SENSITIVE: []
|
|
1108
|
+
end
|
|
1109
|
+
|
|
1110
|
+
class UpdateAgentSpaceOutput
|
|
1111
|
+
attr_accessor agent_space_id: ::String
|
|
1112
|
+
attr_accessor name: ::String
|
|
1113
|
+
attr_accessor description: ::String
|
|
1114
|
+
attr_accessor aws_resources: Types::AWSResources
|
|
1115
|
+
attr_accessor target_domain_ids: ::Array[::String]
|
|
1116
|
+
attr_accessor code_review_settings: Types::CodeReviewSettings
|
|
1117
|
+
attr_accessor created_at: ::Time
|
|
1118
|
+
attr_accessor updated_at: ::Time
|
|
1119
|
+
SENSITIVE: []
|
|
1120
|
+
end
|
|
1121
|
+
|
|
1122
|
+
class UpdateApplicationRequest
|
|
1123
|
+
attr_accessor application_id: ::String
|
|
1124
|
+
attr_accessor role_arn: ::String
|
|
1125
|
+
attr_accessor default_kms_key_id: ::String
|
|
1126
|
+
SENSITIVE: []
|
|
1127
|
+
end
|
|
1128
|
+
|
|
1129
|
+
class UpdateApplicationResponse
|
|
1130
|
+
attr_accessor application_id: ::String
|
|
1131
|
+
SENSITIVE: []
|
|
1132
|
+
end
|
|
1133
|
+
|
|
1134
|
+
class UpdateFindingInput
|
|
1135
|
+
attr_accessor finding_id: ::String
|
|
1136
|
+
attr_accessor agent_space_id: ::String
|
|
1137
|
+
attr_accessor risk_level: ("UNKNOWN" | "INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
|
1138
|
+
attr_accessor status: ("ACTIVE" | "RESOLVED" | "ACCEPTED" | "FALSE_POSITIVE")
|
|
1139
|
+
SENSITIVE: []
|
|
1140
|
+
end
|
|
1141
|
+
|
|
1142
|
+
class UpdateFindingOutput < Aws::EmptyStructure
|
|
1143
|
+
end
|
|
1144
|
+
|
|
1145
|
+
class UpdateIntegratedResourcesInput
|
|
1146
|
+
attr_accessor agent_space_id: ::String
|
|
1147
|
+
attr_accessor integration_id: ::String
|
|
1148
|
+
attr_accessor items: ::Array[Types::IntegratedResourceInputItem]
|
|
1149
|
+
SENSITIVE: []
|
|
1150
|
+
end
|
|
1151
|
+
|
|
1152
|
+
class UpdateIntegratedResourcesOutput < Aws::EmptyStructure
|
|
1153
|
+
end
|
|
1154
|
+
|
|
1155
|
+
class UpdatePentestInput
|
|
1156
|
+
attr_accessor pentest_id: ::String
|
|
1157
|
+
attr_accessor agent_space_id: ::String
|
|
1158
|
+
attr_accessor title: ::String
|
|
1159
|
+
attr_accessor assets: Types::Assets
|
|
1160
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
1161
|
+
attr_accessor service_role: ::String
|
|
1162
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
1163
|
+
attr_accessor vpc_config: Types::VpcConfig
|
|
1164
|
+
attr_accessor network_traffic_config: Types::NetworkTrafficConfig
|
|
1165
|
+
attr_accessor code_remediation_strategy: ("AUTOMATIC" | "DISABLED")
|
|
1166
|
+
SENSITIVE: []
|
|
1167
|
+
end
|
|
1168
|
+
|
|
1169
|
+
class UpdatePentestOutput
|
|
1170
|
+
attr_accessor pentest_id: ::String
|
|
1171
|
+
attr_accessor title: ::String
|
|
1172
|
+
attr_accessor created_at: ::Time
|
|
1173
|
+
attr_accessor updated_at: ::Time
|
|
1174
|
+
attr_accessor assets: Types::Assets
|
|
1175
|
+
attr_accessor exclude_risk_types: ::Array[("CROSS_SITE_SCRIPTING" | "DEFAULT_CREDENTIALS" | "INSECURE_DIRECT_OBJECT_REFERENCE" | "PRIVILEGE_ESCALATION" | "SERVER_SIDE_TEMPLATE_INJECTION" | "COMMAND_INJECTION" | "CODE_INJECTION" | "SQL_INJECTION" | "ARBITRARY_FILE_UPLOAD" | "INSECURE_DESERIALIZATION" | "LOCAL_FILE_INCLUSION" | "INFORMATION_DISCLOSURE" | "PATH_TRAVERSAL" | "SERVER_SIDE_REQUEST_FORGERY" | "JSON_WEB_TOKEN_VULNERABILITIES" | "XML_EXTERNAL_ENTITY" | "FILE_DELETION" | "OTHER" | "GRAPHQL_VULNERABILITIES" | "BUSINESS_LOGIC_VULNERABILITIES" | "CRYPTOGRAPHIC_VULNERABILITIES" | "DENIAL_OF_SERVICE" | "FILE_ACCESS" | "FILE_CREATION" | "DATABASE_MODIFICATION" | "DATABASE_ACCESS" | "OUTBOUND_SERVICE_REQUEST" | "UNKNOWN")]
|
|
1176
|
+
attr_accessor service_role: ::String
|
|
1177
|
+
attr_accessor log_config: Types::CloudWatchLog
|
|
1178
|
+
attr_accessor agent_space_id: ::String
|
|
1179
|
+
SENSITIVE: []
|
|
1180
|
+
end
|
|
1181
|
+
|
|
1182
|
+
class UpdateTargetDomainInput
|
|
1183
|
+
attr_accessor target_domain_id: ::String
|
|
1184
|
+
attr_accessor verification_method: ("DNS_TXT" | "HTTP_ROUTE")
|
|
1185
|
+
SENSITIVE: []
|
|
1186
|
+
end
|
|
1187
|
+
|
|
1188
|
+
class UpdateTargetDomainOutput
|
|
1189
|
+
attr_accessor target_domain_id: ::String
|
|
1190
|
+
attr_accessor domain_name: ::String
|
|
1191
|
+
attr_accessor verification_status: ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
|
1192
|
+
attr_accessor verification_details: Types::VerificationDetails
|
|
1193
|
+
attr_accessor created_at: ::Time
|
|
1194
|
+
attr_accessor verified_at: ::Time
|
|
1195
|
+
SENSITIVE: []
|
|
1196
|
+
end
|
|
1197
|
+
|
|
1198
|
+
class UserConfig
|
|
1199
|
+
attr_accessor role: ("MEMBER")
|
|
1200
|
+
SENSITIVE: []
|
|
1201
|
+
end
|
|
1202
|
+
|
|
1203
|
+
class UserMetadata
|
|
1204
|
+
attr_accessor username: ::String
|
|
1205
|
+
attr_accessor email: ::String
|
|
1206
|
+
SENSITIVE: []
|
|
1207
|
+
end
|
|
1208
|
+
|
|
1209
|
+
class ValidationException
|
|
1210
|
+
attr_accessor message: ::String
|
|
1211
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
|
1212
|
+
SENSITIVE: []
|
|
1213
|
+
end
|
|
1214
|
+
|
|
1215
|
+
class ValidationExceptionField
|
|
1216
|
+
attr_accessor path: ::String
|
|
1217
|
+
attr_accessor message: ::String
|
|
1218
|
+
SENSITIVE: []
|
|
1219
|
+
end
|
|
1220
|
+
|
|
1221
|
+
class VerificationDetails
|
|
1222
|
+
attr_accessor method: ("DNS_TXT" | "HTTP_ROUTE")
|
|
1223
|
+
attr_accessor dns_txt: Types::DnsVerification
|
|
1224
|
+
attr_accessor http_route: Types::HttpVerification
|
|
1225
|
+
SENSITIVE: []
|
|
1226
|
+
end
|
|
1227
|
+
|
|
1228
|
+
class VerifyTargetDomainInput
|
|
1229
|
+
attr_accessor target_domain_id: ::String
|
|
1230
|
+
SENSITIVE: []
|
|
1231
|
+
end
|
|
1232
|
+
|
|
1233
|
+
class VerifyTargetDomainOutput
|
|
1234
|
+
attr_accessor target_domain_id: ::String
|
|
1235
|
+
attr_accessor domain_name: ::String
|
|
1236
|
+
attr_accessor created_at: ::Time
|
|
1237
|
+
attr_accessor updated_at: ::Time
|
|
1238
|
+
attr_accessor verified_at: ::Time
|
|
1239
|
+
attr_accessor status: ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
|
1240
|
+
SENSITIVE: []
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1243
|
+
class VpcConfig
|
|
1244
|
+
attr_accessor vpc_arn: ::String
|
|
1245
|
+
attr_accessor security_group_arns: ::Array[::String]
|
|
1246
|
+
attr_accessor subnet_arns: ::Array[::String]
|
|
1247
|
+
SENSITIVE: []
|
|
1248
|
+
end
|
|
1249
|
+
end
|
|
1250
|
+
end
|