aws-sdk-securityagent 1.8.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07f4f4e9dc09d3439197a11df0e9be2fe42361d7d878ab13fd892c1052b6fb84
4
- data.tar.gz: 10e35191f71f7c1cdf6186dc9ab04288c97b584649dd31fae79afdbf11c6fc9c
3
+ metadata.gz: 2ea14dfe019a602e384a21cdbdc6b54bc2ff31b6513405de5ef6684321fbdfb8
4
+ data.tar.gz: e03b75825f053bd669b684106d2e45329294503eaa1bafbc06b3d9bd70186bc2
5
5
  SHA512:
6
- metadata.gz: 673ce9936517808023d6bc1693256b064eeb2de9b980d174dc3f08d8743268b8ee8ab56c16bda18baa448ea775d9fc6812b66192baee34259e1719c1e094a75f
7
- data.tar.gz: 90b3358418b7bea8857272fd034400dc1405d383b7fb9cd77f0a0ac8d19edab3e8e8ce49d482cb182de4f54f45628de6b4d9338240ac1b3b610efb3d4e06d3c1
6
+ metadata.gz: bf7a56cb62f9e0d7123529799fbb8b1c983cc69e7eae950e10339f0f1161be49972280a3242e163bcdddc8dcb699c34934d6dbb75fbcbb0ab5dbedc3649018b7
7
+ data.tar.gz: ec9651cfc1a6a2db05e5a6c549a0c2ee2f8aa9301ff50100854e92f952fff7231d2cd483524fb5b59e4fa38fd81b941ccc1767ee6b3b1ff909a4e4f5b469edd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2026-07-27)
5
+ ------------------
6
+
7
+ * Feature - AWS Security Agent adds a new task hours field that reflects the active work done for a task.
8
+
4
9
  1.8.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -1161,6 +1161,7 @@ module Aws::SecurityAgent
1161
1161
  # resp.tasks[0].logs_location.log_type #=> String, one of "CLOUDWATCH"
1162
1162
  # resp.tasks[0].logs_location.cloud_watch_log.log_group #=> String
1163
1163
  # resp.tasks[0].logs_location.cloud_watch_log.log_stream #=> String
1164
+ # resp.tasks[0].task_hours #=> Float
1164
1165
  # resp.tasks[0].created_at #=> Time
1165
1166
  # resp.tasks[0].updated_at #=> Time
1166
1167
  # resp.not_found #=> Array
@@ -4027,6 +4028,7 @@ module Aws::SecurityAgent
4027
4028
  # resp.task_summaries[0].title #=> String
4028
4029
  # 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
4030
  # resp.task_summaries[0].execution_status #=> String, one of "IN_PROGRESS", "ABORTED", "COMPLETED", "INTERNAL_ERROR", "FAILED"
4031
+ # resp.task_summaries[0].task_hours #=> Float
4030
4032
  # resp.task_summaries[0].created_at #=> Time
4031
4033
  # resp.task_summaries[0].updated_at #=> Time
4032
4034
  # resp.next_token #=> String
@@ -5963,7 +5965,7 @@ module Aws::SecurityAgent
5963
5965
  tracer: tracer
5964
5966
  )
5965
5967
  context[:gem_name] = 'aws-sdk-securityagent'
5966
- context[:gem_version] = '1.8.0'
5968
+ context[:gem_version] = '1.9.0'
5967
5969
  Seahorse::Client::Request.new(handlers, context)
5968
5970
  end
5969
5971
 
@@ -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')
@@ -2147,6 +2148,7 @@ module Aws::SecurityAgent
2147
2148
  Task.add_member(:target_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "targetEndpoint"))
2148
2149
  Task.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
2149
2150
  Task.add_member(:logs_location, Shapes::ShapeRef.new(shape: LogLocation, location_name: "logsLocation"))
2151
+ Task.add_member(:task_hours, Shapes::ShapeRef.new(shape: Double, location_name: "taskHours"))
2150
2152
  Task.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
2151
2153
  Task.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
2152
2154
  Task.struct_class = Types::Task
@@ -2162,6 +2164,7 @@ module Aws::SecurityAgent
2162
2164
  TaskSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
2163
2165
  TaskSummary.add_member(:risk_type, Shapes::ShapeRef.new(shape: RiskType, location_name: "riskType"))
2164
2166
  TaskSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
2167
+ TaskSummary.add_member(:task_hours, Shapes::ShapeRef.new(shape: Double, location_name: "taskHours"))
2165
2168
  TaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
2166
2169
  TaskSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
2167
2170
  TaskSummary.struct_class = Types::TaskSummary
@@ -7274,6 +7274,11 @@ module Aws::SecurityAgent
7274
7274
  # The location of the task execution logs.
7275
7275
  # @return [Types::LogLocation]
7276
7276
  #
7277
+ # @!attribute [rw] task_hours
7278
+ # The number of active work hours consumed by the task during
7279
+ # execution.
7280
+ # @return [Float]
7281
+ #
7277
7282
  # @!attribute [rw] created_at
7278
7283
  # The date and time the task was created, in UTC format.
7279
7284
  # @return [Time]
@@ -7296,6 +7301,7 @@ module Aws::SecurityAgent
7296
7301
  :target_endpoint,
7297
7302
  :execution_status,
7298
7303
  :logs_location,
7304
+ :task_hours,
7299
7305
  :created_at,
7300
7306
  :updated_at)
7301
7307
  SENSITIVE = []
@@ -7332,6 +7338,11 @@ module Aws::SecurityAgent
7332
7338
  # The current execution status of the task.
7333
7339
  # @return [String]
7334
7340
  #
7341
+ # @!attribute [rw] task_hours
7342
+ # The number of active work hours consumed by the task during
7343
+ # execution.
7344
+ # @return [Float]
7345
+ #
7335
7346
  # @!attribute [rw] created_at
7336
7347
  # The date and time the task was created, in UTC format.
7337
7348
  # @return [Time]
@@ -7350,6 +7361,7 @@ module Aws::SecurityAgent
7350
7361
  :title,
7351
7362
  :risk_type,
7352
7363
  :execution_status,
7364
+ :task_hours,
7353
7365
  :created_at,
7354
7366
  :updated_at)
7355
7367
  SENSITIVE = []
@@ -55,7 +55,7 @@ module Aws::SecurityAgent
55
55
  autoload :EndpointProvider, 'aws-sdk-securityagent/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-securityagent/endpoints'
57
57
 
58
- GEM_VERSION = '1.8.0'
58
+ GEM_VERSION = '1.9.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -2039,6 +2039,7 @@ module Aws::SecurityAgent
2039
2039
  attr_accessor target_endpoint: Types::Endpoint
2040
2040
  attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
2041
2041
  attr_accessor logs_location: Types::LogLocation
2042
+ attr_accessor task_hours: ::Float
2042
2043
  attr_accessor created_at: ::Time
2043
2044
  attr_accessor updated_at: ::Time
2044
2045
  SENSITIVE: []
@@ -2052,6 +2053,7 @@ module Aws::SecurityAgent
2052
2053
  attr_accessor title: ::String
2053
2054
  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
2055
  attr_accessor execution_status: ("IN_PROGRESS" | "ABORTED" | "COMPLETED" | "INTERNAL_ERROR" | "FAILED")
2056
+ attr_accessor task_hours: ::Float
2055
2057
  attr_accessor created_at: ::Time
2056
2058
  attr_accessor updated_at: ::Time
2057
2059
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services