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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector2/client.rb +5 -5
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +4 -4
- 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: 3161c8eb8d0a85f6b48e3a027d3ae5309bc6d32e50e785b015ef88ff21f1edfc
|
|
4
|
+
data.tar.gz: c1123b48efad8501c026e0fbeef4b0f94b83c707aae52585a6d8eb40dfacb57f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 884717fe82e8528604e293bbf3098e8ba1e906c165fc483eaad3815dc0081e63eb2580334ea72de043ce44f297ec97103c388781f647e85b0b5dbcae364ef444
|
|
7
|
+
data.tar.gz: '08768203769a313a4a32e641e8ebb1117a5287690d72e29b43041a332c3abbe409bc495923499458ac248e73323bc2aeb4e74ac104b2aa6b03a7aaf1533dc70a'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
8453
|
+
context[:gem_version] = '1.78.0'
|
|
8454
8454
|
Seahorse::Client::Request.new(handlers, context)
|
|
8455
8455
|
end
|
|
8456
8456
|
|
data/lib/aws-sdk-inspector2.rb
CHANGED
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
|