aws-sdk-securityagent 1.8.0 → 1.10.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityagent/client.rb +22 -1
- data/lib/aws-sdk-securityagent/client_api.rb +4 -0
- data/lib/aws-sdk-securityagent/types.rb +18 -1
- data/lib/aws-sdk-securityagent.rb +1 -1
- data/sig/params.rbs +2 -1
- data/sig/types.rbs +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7ce734aa617093d3d2494b86da92e0b8c4d11d0ebb285ff3b0556f18d18aa3c
|
|
4
|
+
data.tar.gz: da7b8da12d892718010db8b119c8792adf7fd65a9c84d3df3517508a6c911eeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '00808be3cc19052ed670e07f309bfee8f9820d47a3f474dc3322c7e985fdb4d52c91468062c13102a09ed809a25c8cd8a62b79a31d8ffbc0f000a23b2d151b47'
|
|
7
|
+
data.tar.gz: 8994c26be87a4b21e036e5842f65797c31b42432b00b599d37a3af3cbe9aa0a0034b37378bf2be792844cfe832334fb497bcfb7c8dac9c81ca183499b51448e5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.10.0 (2026-07-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for providing a branch override when configured integrated repositories
|
|
8
|
+
|
|
9
|
+
1.9.0 (2026-07-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS Security Agent adds a new task hours field that reflects the active work done for a task.
|
|
13
|
+
|
|
4
14
|
1.8.0 (2026-07-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -655,6 +655,7 @@ module Aws::SecurityAgent
|
|
|
655
655
|
# resp.deleted[0].assets.integrated_repositories #=> Array
|
|
656
656
|
# resp.deleted[0].assets.integrated_repositories[0].integration_id #=> String
|
|
657
657
|
# resp.deleted[0].assets.integrated_repositories[0].provider_resource_id #=> String
|
|
658
|
+
# resp.deleted[0].assets.integrated_repositories[0].branch #=> String
|
|
658
659
|
# resp.deleted[0].exclude_risk_types #=> Array
|
|
659
660
|
# resp.deleted[0].exclude_risk_types[0] #=> String, one of "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"
|
|
660
661
|
# resp.deleted[0].service_role #=> String
|
|
@@ -967,6 +968,7 @@ module Aws::SecurityAgent
|
|
|
967
968
|
# resp.code_review_jobs[0].integrated_repositories #=> Array
|
|
968
969
|
# resp.code_review_jobs[0].integrated_repositories[0].integration_id #=> String
|
|
969
970
|
# resp.code_review_jobs[0].integrated_repositories[0].provider_resource_id #=> String
|
|
971
|
+
# resp.code_review_jobs[0].integrated_repositories[0].branch #=> String
|
|
970
972
|
# resp.code_review_jobs[0].code_remediation_strategy #=> String, one of "AUTOMATIC", "DISABLED"
|
|
971
973
|
# resp.code_review_jobs[0].created_at #=> Time
|
|
972
974
|
# resp.code_review_jobs[0].updated_at #=> Time
|
|
@@ -1029,6 +1031,7 @@ module Aws::SecurityAgent
|
|
|
1029
1031
|
# resp.code_reviews[0].assets.integrated_repositories #=> Array
|
|
1030
1032
|
# resp.code_reviews[0].assets.integrated_repositories[0].integration_id #=> String
|
|
1031
1033
|
# resp.code_reviews[0].assets.integrated_repositories[0].provider_resource_id #=> String
|
|
1034
|
+
# resp.code_reviews[0].assets.integrated_repositories[0].branch #=> String
|
|
1032
1035
|
# resp.code_reviews[0].service_role #=> String
|
|
1033
1036
|
# resp.code_reviews[0].log_config.log_group #=> String
|
|
1034
1037
|
# resp.code_reviews[0].log_config.log_stream #=> String
|
|
@@ -1161,6 +1164,7 @@ module Aws::SecurityAgent
|
|
|
1161
1164
|
# resp.tasks[0].logs_location.log_type #=> String, one of "CLOUDWATCH"
|
|
1162
1165
|
# resp.tasks[0].logs_location.cloud_watch_log.log_group #=> String
|
|
1163
1166
|
# resp.tasks[0].logs_location.cloud_watch_log.log_stream #=> String
|
|
1167
|
+
# resp.tasks[0].task_hours #=> Float
|
|
1164
1168
|
# resp.tasks[0].created_at #=> Time
|
|
1165
1169
|
# resp.tasks[0].updated_at #=> Time
|
|
1166
1170
|
# resp.not_found #=> Array
|
|
@@ -1256,6 +1260,7 @@ module Aws::SecurityAgent
|
|
|
1256
1260
|
# resp.pentest_jobs[0].integrated_repositories #=> Array
|
|
1257
1261
|
# resp.pentest_jobs[0].integrated_repositories[0].integration_id #=> String
|
|
1258
1262
|
# resp.pentest_jobs[0].integrated_repositories[0].provider_resource_id #=> String
|
|
1263
|
+
# resp.pentest_jobs[0].integrated_repositories[0].branch #=> String
|
|
1259
1264
|
# resp.pentest_jobs[0].code_remediation_strategy #=> String, one of "AUTOMATIC", "DISABLED"
|
|
1260
1265
|
# resp.pentest_jobs[0].clean_up_strategy #=> String, one of "BEST_EFFORT_DELETE", "RETAIN_ALL"
|
|
1261
1266
|
# resp.pentest_jobs[0].disable_managed_skills #=> Array
|
|
@@ -1319,6 +1324,7 @@ module Aws::SecurityAgent
|
|
|
1319
1324
|
# resp.pentests[0].assets.integrated_repositories #=> Array
|
|
1320
1325
|
# resp.pentests[0].assets.integrated_repositories[0].integration_id #=> String
|
|
1321
1326
|
# resp.pentests[0].assets.integrated_repositories[0].provider_resource_id #=> String
|
|
1327
|
+
# resp.pentests[0].assets.integrated_repositories[0].branch #=> String
|
|
1322
1328
|
# resp.pentests[0].exclude_risk_types #=> Array
|
|
1323
1329
|
# resp.pentests[0].exclude_risk_types[0] #=> String, one of "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"
|
|
1324
1330
|
# resp.pentests[0].service_role #=> String
|
|
@@ -1530,6 +1536,7 @@ module Aws::SecurityAgent
|
|
|
1530
1536
|
# resp.threat_model_jobs[0].integrated_repositories #=> Array
|
|
1531
1537
|
# resp.threat_model_jobs[0].integrated_repositories[0].integration_id #=> String
|
|
1532
1538
|
# resp.threat_model_jobs[0].integrated_repositories[0].provider_resource_id #=> String
|
|
1539
|
+
# resp.threat_model_jobs[0].integrated_repositories[0].branch #=> String
|
|
1533
1540
|
# resp.threat_model_jobs[0].documents #=> Array
|
|
1534
1541
|
# resp.threat_model_jobs[0].documents[0].s3_location #=> String
|
|
1535
1542
|
# resp.threat_model_jobs[0].documents[0].artifact_id #=> String
|
|
@@ -1603,6 +1610,7 @@ module Aws::SecurityAgent
|
|
|
1603
1610
|
# resp.threat_models[0].assets.integrated_repositories #=> Array
|
|
1604
1611
|
# resp.threat_models[0].assets.integrated_repositories[0].integration_id #=> String
|
|
1605
1612
|
# resp.threat_models[0].assets.integrated_repositories[0].provider_resource_id #=> String
|
|
1613
|
+
# resp.threat_models[0].assets.integrated_repositories[0].branch #=> String
|
|
1606
1614
|
# resp.threat_models[0].scope_docs #=> Array
|
|
1607
1615
|
# resp.threat_models[0].scope_docs[0].s3_location #=> String
|
|
1608
1616
|
# resp.threat_models[0].scope_docs[0].artifact_id #=> String
|
|
@@ -1969,6 +1977,7 @@ module Aws::SecurityAgent
|
|
|
1969
1977
|
# {
|
|
1970
1978
|
# integration_id: "String", # required
|
|
1971
1979
|
# provider_resource_id: "String", # required
|
|
1980
|
+
# branch: "String",
|
|
1972
1981
|
# },
|
|
1973
1982
|
# ],
|
|
1974
1983
|
# },
|
|
@@ -2006,6 +2015,7 @@ module Aws::SecurityAgent
|
|
|
2006
2015
|
# resp.assets.integrated_repositories #=> Array
|
|
2007
2016
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
2008
2017
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
2018
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
2009
2019
|
# resp.service_role #=> String
|
|
2010
2020
|
# resp.log_config.log_group #=> String
|
|
2011
2021
|
# resp.log_config.log_stream #=> String
|
|
@@ -2237,6 +2247,7 @@ module Aws::SecurityAgent
|
|
|
2237
2247
|
# {
|
|
2238
2248
|
# integration_id: "String", # required
|
|
2239
2249
|
# provider_resource_id: "String", # required
|
|
2250
|
+
# branch: "String",
|
|
2240
2251
|
# },
|
|
2241
2252
|
# ],
|
|
2242
2253
|
# },
|
|
@@ -2295,6 +2306,7 @@ module Aws::SecurityAgent
|
|
|
2295
2306
|
# resp.assets.integrated_repositories #=> Array
|
|
2296
2307
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
2297
2308
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
2309
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
2298
2310
|
# resp.exclude_risk_types #=> Array
|
|
2299
2311
|
# resp.exclude_risk_types[0] #=> String, one of "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"
|
|
2300
2312
|
# resp.service_role #=> String
|
|
@@ -2724,6 +2736,7 @@ module Aws::SecurityAgent
|
|
|
2724
2736
|
# {
|
|
2725
2737
|
# integration_id: "String", # required
|
|
2726
2738
|
# provider_resource_id: "String", # required
|
|
2739
|
+
# branch: "String",
|
|
2727
2740
|
# },
|
|
2728
2741
|
# ],
|
|
2729
2742
|
# },
|
|
@@ -2775,6 +2788,7 @@ module Aws::SecurityAgent
|
|
|
2775
2788
|
# resp.assets.integrated_repositories #=> Array
|
|
2776
2789
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
2777
2790
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
2791
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
2778
2792
|
# resp.scope_docs #=> Array
|
|
2779
2793
|
# resp.scope_docs[0].s3_location #=> String
|
|
2780
2794
|
# resp.scope_docs[0].artifact_id #=> String
|
|
@@ -4027,6 +4041,7 @@ module Aws::SecurityAgent
|
|
|
4027
4041
|
# resp.task_summaries[0].title #=> String
|
|
4028
4042
|
# resp.task_summaries[0].risk_type #=> String, one of "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"
|
|
4029
4043
|
# resp.task_summaries[0].execution_status #=> String, one of "IN_PROGRESS", "ABORTED", "COMPLETED", "INTERNAL_ERROR", "FAILED"
|
|
4044
|
+
# resp.task_summaries[0].task_hours #=> Float
|
|
4030
4045
|
# resp.task_summaries[0].created_at #=> Time
|
|
4031
4046
|
# resp.task_summaries[0].updated_at #=> Time
|
|
4032
4047
|
# resp.next_token #=> String
|
|
@@ -5106,6 +5121,7 @@ module Aws::SecurityAgent
|
|
|
5106
5121
|
# {
|
|
5107
5122
|
# integration_id: "String", # required
|
|
5108
5123
|
# provider_resource_id: "String", # required
|
|
5124
|
+
# branch: "String",
|
|
5109
5125
|
# },
|
|
5110
5126
|
# ],
|
|
5111
5127
|
# },
|
|
@@ -5143,6 +5159,7 @@ module Aws::SecurityAgent
|
|
|
5143
5159
|
# resp.assets.integrated_repositories #=> Array
|
|
5144
5160
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
5145
5161
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
5162
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
5146
5163
|
# resp.service_role #=> String
|
|
5147
5164
|
# resp.log_config.log_group #=> String
|
|
5148
5165
|
# resp.log_config.log_stream #=> String
|
|
@@ -5385,6 +5402,7 @@ module Aws::SecurityAgent
|
|
|
5385
5402
|
# {
|
|
5386
5403
|
# integration_id: "String", # required
|
|
5387
5404
|
# provider_resource_id: "String", # required
|
|
5405
|
+
# branch: "String",
|
|
5388
5406
|
# },
|
|
5389
5407
|
# ],
|
|
5390
5408
|
# },
|
|
@@ -5443,6 +5461,7 @@ module Aws::SecurityAgent
|
|
|
5443
5461
|
# resp.assets.integrated_repositories #=> Array
|
|
5444
5462
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
5445
5463
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
5464
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
5446
5465
|
# resp.exclude_risk_types #=> Array
|
|
5447
5466
|
# resp.exclude_risk_types[0] #=> String, one of "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"
|
|
5448
5467
|
# resp.service_role #=> String
|
|
@@ -5839,6 +5858,7 @@ module Aws::SecurityAgent
|
|
|
5839
5858
|
# {
|
|
5840
5859
|
# integration_id: "String", # required
|
|
5841
5860
|
# provider_resource_id: "String", # required
|
|
5861
|
+
# branch: "String",
|
|
5842
5862
|
# },
|
|
5843
5863
|
# ],
|
|
5844
5864
|
# },
|
|
@@ -5884,6 +5904,7 @@ module Aws::SecurityAgent
|
|
|
5884
5904
|
# resp.assets.integrated_repositories #=> Array
|
|
5885
5905
|
# resp.assets.integrated_repositories[0].integration_id #=> String
|
|
5886
5906
|
# resp.assets.integrated_repositories[0].provider_resource_id #=> String
|
|
5907
|
+
# resp.assets.integrated_repositories[0].branch #=> String
|
|
5887
5908
|
# resp.scope_docs #=> Array
|
|
5888
5909
|
# resp.scope_docs[0].s3_location #=> String
|
|
5889
5910
|
# resp.scope_docs[0].artifact_id #=> String
|
|
@@ -5963,7 +5984,7 @@ module Aws::SecurityAgent
|
|
|
5963
5984
|
tracer: tracer
|
|
5964
5985
|
)
|
|
5965
5986
|
context[:gem_name] = 'aws-sdk-securityagent'
|
|
5966
|
-
context[:gem_version] = '1.
|
|
5987
|
+
context[:gem_version] = '1.10.0'
|
|
5967
5988
|
Seahorse::Client::Request.new(handlers, context)
|
|
5968
5989
|
end
|
|
5969
5990
|
|
|
@@ -196,6 +196,7 @@ module Aws::SecurityAgent
|
|
|
196
196
|
DocumentInfo = Shapes::StructureShape.new(name: 'DocumentInfo')
|
|
197
197
|
DocumentList = Shapes::ListShape.new(name: 'DocumentList')
|
|
198
198
|
DomainVerificationMethod = Shapes::StringShape.new(name: 'DomainVerificationMethod')
|
|
199
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
|
199
200
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
|
200
201
|
EndpointList = Shapes::ListShape.new(name: 'EndpointList')
|
|
201
202
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
|
@@ -1494,6 +1495,7 @@ module Aws::SecurityAgent
|
|
|
1494
1495
|
|
|
1495
1496
|
IntegratedRepository.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
|
|
1496
1497
|
IntegratedRepository.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "providerResourceId"))
|
|
1498
|
+
IntegratedRepository.add_member(:branch, Shapes::ShapeRef.new(shape: String, location_name: "branch"))
|
|
1497
1499
|
IntegratedRepository.struct_class = Types::IntegratedRepository
|
|
1498
1500
|
|
|
1499
1501
|
IntegratedRepositoryList.member = Shapes::ShapeRef.new(shape: IntegratedRepository)
|
|
@@ -2147,6 +2149,7 @@ module Aws::SecurityAgent
|
|
|
2147
2149
|
Task.add_member(:target_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "targetEndpoint"))
|
|
2148
2150
|
Task.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
|
|
2149
2151
|
Task.add_member(:logs_location, Shapes::ShapeRef.new(shape: LogLocation, location_name: "logsLocation"))
|
|
2152
|
+
Task.add_member(:task_hours, Shapes::ShapeRef.new(shape: Double, location_name: "taskHours"))
|
|
2150
2153
|
Task.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2151
2154
|
Task.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2152
2155
|
Task.struct_class = Types::Task
|
|
@@ -2162,6 +2165,7 @@ module Aws::SecurityAgent
|
|
|
2162
2165
|
TaskSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2163
2166
|
TaskSummary.add_member(:risk_type, Shapes::ShapeRef.new(shape: RiskType, location_name: "riskType"))
|
|
2164
2167
|
TaskSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
|
|
2168
|
+
TaskSummary.add_member(:task_hours, Shapes::ShapeRef.new(shape: Double, location_name: "taskHours"))
|
|
2165
2169
|
TaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2166
2170
|
TaskSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2167
2171
|
TaskSummary.struct_class = Types::TaskSummary
|
|
@@ -4479,11 +4479,16 @@ module Aws::SecurityAgent
|
|
|
4479
4479
|
# The provider-specific resource identifier for the repository.
|
|
4480
4480
|
# @return [String]
|
|
4481
4481
|
#
|
|
4482
|
+
# @!attribute [rw] branch
|
|
4483
|
+
# An optional override for the repository branch.
|
|
4484
|
+
# @return [String]
|
|
4485
|
+
#
|
|
4482
4486
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityagent-2025-09-06/IntegratedRepository AWS API Documentation
|
|
4483
4487
|
#
|
|
4484
4488
|
class IntegratedRepository < Struct.new(
|
|
4485
4489
|
:integration_id,
|
|
4486
|
-
:provider_resource_id
|
|
4490
|
+
:provider_resource_id,
|
|
4491
|
+
:branch)
|
|
4487
4492
|
SENSITIVE = []
|
|
4488
4493
|
include Aws::Structure
|
|
4489
4494
|
end
|
|
@@ -7274,6 +7279,11 @@ module Aws::SecurityAgent
|
|
|
7274
7279
|
# The location of the task execution logs.
|
|
7275
7280
|
# @return [Types::LogLocation]
|
|
7276
7281
|
#
|
|
7282
|
+
# @!attribute [rw] task_hours
|
|
7283
|
+
# The number of active work hours consumed by the task during
|
|
7284
|
+
# execution.
|
|
7285
|
+
# @return [Float]
|
|
7286
|
+
#
|
|
7277
7287
|
# @!attribute [rw] created_at
|
|
7278
7288
|
# The date and time the task was created, in UTC format.
|
|
7279
7289
|
# @return [Time]
|
|
@@ -7296,6 +7306,7 @@ module Aws::SecurityAgent
|
|
|
7296
7306
|
:target_endpoint,
|
|
7297
7307
|
:execution_status,
|
|
7298
7308
|
:logs_location,
|
|
7309
|
+
:task_hours,
|
|
7299
7310
|
:created_at,
|
|
7300
7311
|
:updated_at)
|
|
7301
7312
|
SENSITIVE = []
|
|
@@ -7332,6 +7343,11 @@ module Aws::SecurityAgent
|
|
|
7332
7343
|
# The current execution status of the task.
|
|
7333
7344
|
# @return [String]
|
|
7334
7345
|
#
|
|
7346
|
+
# @!attribute [rw] task_hours
|
|
7347
|
+
# The number of active work hours consumed by the task during
|
|
7348
|
+
# execution.
|
|
7349
|
+
# @return [Float]
|
|
7350
|
+
#
|
|
7335
7351
|
# @!attribute [rw] created_at
|
|
7336
7352
|
# The date and time the task was created, in UTC format.
|
|
7337
7353
|
# @return [Time]
|
|
@@ -7350,6 +7366,7 @@ module Aws::SecurityAgent
|
|
|
7350
7366
|
:title,
|
|
7351
7367
|
:risk_type,
|
|
7352
7368
|
:execution_status,
|
|
7369
|
+
:task_hours,
|
|
7353
7370
|
:created_at,
|
|
7354
7371
|
:updated_at)
|
|
7355
7372
|
SENSITIVE = []
|
data/sig/params.rbs
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -1234,6 +1234,7 @@ module Aws::SecurityAgent
|
|
|
1234
1234
|
class IntegratedRepository
|
|
1235
1235
|
attr_accessor integration_id: ::String
|
|
1236
1236
|
attr_accessor provider_resource_id: ::String
|
|
1237
|
+
attr_accessor branch: ::String
|
|
1237
1238
|
SENSITIVE: []
|
|
1238
1239
|
end
|
|
1239
1240
|
|
|
@@ -2039,6 +2040,7 @@ module Aws::SecurityAgent
|
|
|
2039
2040
|
attr_accessor target_endpoint: Types::Endpoint
|
|
2040
2041
|
attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
|
|
2041
2042
|
attr_accessor logs_location: Types::LogLocation
|
|
2043
|
+
attr_accessor task_hours: ::Float
|
|
2042
2044
|
attr_accessor created_at: ::Time
|
|
2043
2045
|
attr_accessor updated_at: ::Time
|
|
2044
2046
|
SENSITIVE: []
|
|
@@ -2052,6 +2054,7 @@ module Aws::SecurityAgent
|
|
|
2052
2054
|
attr_accessor title: ::String
|
|
2053
2055
|
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")
|
|
2054
2056
|
attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
|
|
2057
|
+
attr_accessor task_hours: ::Float
|
|
2055
2058
|
attr_accessor created_at: ::Time
|
|
2056
2059
|
attr_accessor updated_at: ::Time
|
|
2057
2060
|
SENSITIVE: []
|