aws-sdk-inspector2 1.77.0 → 1.78.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: e4cb2fc900175897d9af4eef8e32dbaaabdc51cd4d1760ec75b880b502fa8194
4
- data.tar.gz: 5211d27b302a2bc6b6381031b82265c634cbfcb226bf8bd71203839a3d95284c
3
+ metadata.gz: 3161c8eb8d0a85f6b48e3a027d3ae5309bc6d32e50e785b015ef88ff21f1edfc
4
+ data.tar.gz: c1123b48efad8501c026e0fbeef4b0f94b83c707aae52585a6d8eb40dfacb57f
5
5
  SHA512:
6
- metadata.gz: 54ee2b3b0e3866f67fcbe6d73d78500a28b2a3125d619c4185a11ca96ba365fff29ffc36ccba30af96877cc939b93fdbc5590908d8b1b4b40bfb0c728fc7d8ba
7
- data.tar.gz: 9688a8ef22897b2d8e671eeb77c8ce1840f00fb4752adabebf7d608ffc426bbb84bda4a88db2020848cbe09b562be550bd53bdff3be0f03c84fd8e90b32da58a
6
+ metadata.gz: 884717fe82e8528604e293bbf3098e8ba1e906c165fc483eaad3815dc0081e63eb2580334ea72de043ce44f297ec97103c388781f647e85b0b5dbcae364ef444
7
+ data.tar.gz: '08768203769a313a4a32e641e8ebb1117a5287690d72e29b43041a332c3abbe409bc495923499458ac248e73323bc2aeb4e74ac104b2aa6b03a7aaf1533dc70a'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2026-07-10)
5
+ ------------------
6
+
7
+ * Feature - Support for 3 day and 7 day ECR re-scan durations
8
+
4
9
  1.77.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -3176,10 +3176,10 @@ module Aws::Inspector2
3176
3176
  #
3177
3177
  # @example Response structure
3178
3178
  #
3179
- # resp.ecr_configuration.rescan_duration_state.rescan_duration #=> String, one of "LIFETIME", "DAYS_30", "DAYS_180", "DAYS_14", "DAYS_60", "DAYS_90"
3179
+ # resp.ecr_configuration.rescan_duration_state.rescan_duration #=> String, one of "LIFETIME", "DAYS_30", "DAYS_180", "DAYS_14", "DAYS_60", "DAYS_90", "DAYS_3", "DAYS_7"
3180
3180
  # resp.ecr_configuration.rescan_duration_state.status #=> String, one of "SUCCESS", "PENDING", "FAILED"
3181
3181
  # resp.ecr_configuration.rescan_duration_state.updated_at #=> Time
3182
- # resp.ecr_configuration.rescan_duration_state.pull_date_rescan_duration #=> String, one of "DAYS_14", "DAYS_30", "DAYS_60", "DAYS_90", "DAYS_180"
3182
+ # resp.ecr_configuration.rescan_duration_state.pull_date_rescan_duration #=> String, one of "DAYS_14", "DAYS_30", "DAYS_60", "DAYS_90", "DAYS_180", "DAYS_3", "DAYS_7"
3183
3183
  # resp.ecr_configuration.rescan_duration_state.pull_date_rescan_mode #=> String, one of "LAST_PULL_DATE", "LAST_IN_USE_AT"
3184
3184
  # resp.ec2_configuration.scan_mode_state.scan_mode #=> String, one of "EC2_SSM_AGENT_BASED", "EC2_HYBRID"
3185
3185
  # resp.ec2_configuration.scan_mode_state.scan_mode_status #=> String, one of "SUCCESS", "PENDING"
@@ -7667,8 +7667,8 @@ module Aws::Inspector2
7667
7667
  # resp = client.update_configuration({
7668
7668
  # account_id: "AccountId",
7669
7669
  # ecr_configuration: {
7670
- # rescan_duration: "LIFETIME", # required, accepts LIFETIME, DAYS_30, DAYS_180, DAYS_14, DAYS_60, DAYS_90
7671
- # pull_date_rescan_duration: "DAYS_14", # accepts DAYS_14, DAYS_30, DAYS_60, DAYS_90, DAYS_180
7670
+ # rescan_duration: "LIFETIME", # required, accepts LIFETIME, DAYS_30, DAYS_180, DAYS_14, DAYS_60, DAYS_90, DAYS_3, DAYS_7
7671
+ # pull_date_rescan_duration: "DAYS_14", # accepts DAYS_14, DAYS_30, DAYS_60, DAYS_90, DAYS_180, DAYS_3, DAYS_7
7672
7672
  # pull_date_rescan_mode: "LAST_PULL_DATE", # accepts LAST_PULL_DATE, LAST_IN_USE_AT
7673
7673
  # },
7674
7674
  # ec2_configuration: {
@@ -8450,7 +8450,7 @@ module Aws::Inspector2
8450
8450
  tracer: tracer
8451
8451
  )
8452
8452
  context[:gem_name] = 'aws-sdk-inspector2'
8453
- context[:gem_version] = '1.77.0'
8453
+ context[:gem_version] = '1.78.0'
8454
8454
  Seahorse::Client::Request.new(handlers, context)
8455
8455
  end
8456
8456
 
@@ -55,7 +55,7 @@ module Aws::Inspector2
55
55
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
57
57
 
58
- GEM_VERSION = '1.77.0'
58
+ GEM_VERSION = '1.78.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1836,8 +1836,8 @@ module Aws
1836
1836
  def update_configuration: (
1837
1837
  ?account_id: ::String,
1838
1838
  ?ecr_configuration: {
1839
- rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90"),
1840
- pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180")?,
1839
+ rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90" | "DAYS_3" | "DAYS_7"),
1840
+ pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180" | "DAYS_3" | "DAYS_7")?,
1841
1841
  pull_date_rescan_mode: ("LAST_PULL_DATE" | "LAST_IN_USE_AT")?
1842
1842
  },
1843
1843
  ?ec2_configuration: {
data/sig/types.rbs CHANGED
@@ -1335,8 +1335,8 @@ module Aws::Inspector2
1335
1335
  end
1336
1336
 
1337
1337
  class EcrConfiguration
1338
- attr_accessor rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90")
1339
- attr_accessor pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180")
1338
+ attr_accessor rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90" | "DAYS_3" | "DAYS_7")
1339
+ attr_accessor pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180" | "DAYS_3" | "DAYS_7")
1340
1340
  attr_accessor pull_date_rescan_mode: ("LAST_PULL_DATE" | "LAST_IN_USE_AT")
1341
1341
  SENSITIVE: []
1342
1342
  end
@@ -1361,10 +1361,10 @@ module Aws::Inspector2
1361
1361
  end
1362
1362
 
1363
1363
  class EcrRescanDurationState
1364
- attr_accessor rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90")
1364
+ attr_accessor rescan_duration: ("LIFETIME" | "DAYS_30" | "DAYS_180" | "DAYS_14" | "DAYS_60" | "DAYS_90" | "DAYS_3" | "DAYS_7")
1365
1365
  attr_accessor status: ("SUCCESS" | "PENDING" | "FAILED")
1366
1366
  attr_accessor updated_at: ::Time
1367
- attr_accessor pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180")
1367
+ attr_accessor pull_date_rescan_duration: ("DAYS_14" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "DAYS_180" | "DAYS_3" | "DAYS_7")
1368
1368
  attr_accessor pull_date_rescan_mode: ("LAST_PULL_DATE" | "LAST_IN_USE_AT")
1369
1369
  SENSITIVE: []
1370
1370
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services