aws-sdk-auditmanager 1.83.0 → 1.84.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: af3a2319c69277c00c4cb5dd099048d1e35d4d40aa9e0fa44b86f2cd7ae5c2e8
4
- data.tar.gz: 3014fa74df1010d65ef2c4a27fa969fc87da8a8c7bfc80644067b507d239a9ec
3
+ metadata.gz: cb3e015faaeb5b6fae735179794ef7d57480369547f51ec1c021da4f9d521d83
4
+ data.tar.gz: 15e54f81d66cf68c7ad82838f914f59631707f5aca24e6756fa0840d5b601490
5
5
  SHA512:
6
- metadata.gz: 69995a1906c4471e83107dda10c27b65b236563a932a8483b78c4ce0258d4717df3c0e10e30820704d0bdb4776fa930a1fac51753b80571714b4cb8c44b23afb
7
- data.tar.gz: 1edaa188be7d120d06179655bbd4eb90f0f1425c289073186f5790425e3dfed1727d64cd67ec0ffba115a432c7f5d621558571ccf965eeba21ac17b8a3a1d912
6
+ metadata.gz: 703a15eeffb3def7e642779f3691f2cc27692ddfcbacf394b7aa49446c84673e2d993f51a96de1a7408a1bf2e2f41b8c43d4efbcb039e25de7aca0f557c52d68
7
+ data.tar.gz: 5b5db66e10fcf16f9d09cff253edac3a350d36984b1455908b3395ae4c7dd915cd3bc0982833b91a2908c66f85861b2d64d74be74dc03750a55440b8d218a976
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.83.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -4072,7 +4072,7 @@ module Aws::AuditManager
4072
4072
  tracer: tracer
4073
4073
  )
4074
4074
  context[:gem_name] = 'aws-sdk-auditmanager'
4075
- context[:gem_version] = '1.83.0'
4075
+ context[:gem_version] = '1.84.0'
4076
4076
  Seahorse::Client::Request.new(handlers, context)
4077
4077
  end
4078
4078
 
@@ -288,12 +288,13 @@ module Aws::AuditManager
288
288
  #
289
289
  # @!attribute [rw] evidence_by_type_compliance_check_count
290
290
  # The number of evidence that falls under the compliance check
291
- # category. This evidence is collected from Config or Security Hub.
291
+ # category. This evidence is collected from Config or Security Hub
292
+ # CSPM.
292
293
  # @return [Integer]
293
294
  #
294
295
  # @!attribute [rw] evidence_by_type_compliance_check_issues_count
295
296
  # The total number of issues that were reported directly from Security
296
- # Hub, Config, or both.
297
+ # Hub CSPM, Config, or both.
297
298
  # @return [Integer]
298
299
  #
299
300
  # @!attribute [rw] evidence_by_type_user_activity_count
@@ -1405,8 +1406,8 @@ module Aws::AuditManager
1405
1406
  # is a file or text.
1406
1407
  #
1407
1408
  # For automated evidence, this keyword identifies a specific
1408
- # CloudTrail event, Config rule, Security Hub control, or Amazon Web
1409
- # Services API name.
1409
+ # CloudTrail event, Config rule, Security Hub CSPM control, or Amazon
1410
+ # Web Services API name.
1410
1411
  #
1411
1412
  # To learn more about the supported keywords that you can use when
1412
1413
  # mapping a control data source, see the following pages in the *Audit
@@ -1414,7 +1415,7 @@ module Aws::AuditManager
1414
1415
  #
1415
1416
  # * [Config rules supported by Audit Manager][1]
1416
1417
  #
1417
- # * [Security Hub controls supported by Audit Manager][2]
1418
+ # * [Security Hub CSPM controls supported by Audit Manager][2]
1418
1419
  #
1419
1420
  # * [API calls supported by Audit Manager][3]
1420
1421
  #
@@ -1779,8 +1780,8 @@ module Aws::AuditManager
1779
1780
  # is a file or text.
1780
1781
  #
1781
1782
  # For automated evidence, this keyword identifies a specific
1782
- # CloudTrail event, Config rule, Security Hub control, or Amazon Web
1783
- # Services API name.
1783
+ # CloudTrail event, Config rule, Security Hub CSPM control, or Amazon
1784
+ # Web Services API name.
1784
1785
  #
1785
1786
  # To learn more about the supported keywords that you can use when
1786
1787
  # mapping a control data source, see the following pages in the *Audit
@@ -1788,7 +1789,7 @@ module Aws::AuditManager
1788
1789
  #
1789
1790
  # * [Config rules supported by Audit Manager][1]
1790
1791
  #
1791
- # * [Security Hub controls supported by Audit Manager][2]
1792
+ # * [Security Hub CSPM controls supported by Audit Manager][2]
1792
1793
  #
1793
1794
  # * [API calls supported by Audit Manager][3]
1794
1795
  #
@@ -2299,20 +2300,20 @@ module Aws::AuditManager
2299
2300
  # compliance check category.
2300
2301
  #
2301
2302
  # * Audit Manager classes evidence as non-compliant if Security Hub
2302
- # reports a *Fail* result, or if Config reports a *Non-compliant*
2303
- # result.
2303
+ # CSPM reports a *Fail* result, or if Config reports a
2304
+ # *Non-compliant* result.
2304
2305
  #
2305
- # * Audit Manager classes evidence as compliant if Security Hub
2306
+ # * Audit Manager classes evidence as compliant if Security Hub CSPM
2306
2307
  # reports a *Pass* result, or if Config reports a *Compliant*
2307
2308
  # result.
2308
2309
  #
2309
2310
  # * If a compliance check isn't available or applicable, then no
2310
2311
  # compliance evaluation can be made for that evidence. This is the
2311
- # case if the evidence uses Config or Security Hub as the underlying
2312
- # data source type, but those services aren't enabled. This is also
2313
- # the case if the evidence uses an underlying data source type that
2314
- # doesn't support compliance checks (such as manual evidence,
2315
- # Amazon Web Services API calls, or CloudTrail).
2312
+ # case if the evidence uses Config or Security Hub CSPM as the
2313
+ # underlying data source type, but those services aren't enabled.
2314
+ # This is also the case if the evidence uses an underlying data
2315
+ # source type that doesn't support compliance checks (such as
2316
+ # manual evidence, Amazon Web Services API calls, or CloudTrail).
2316
2317
  # @return [String]
2317
2318
  #
2318
2319
  # @!attribute [rw] aws_organization
@@ -2432,24 +2433,24 @@ module Aws::AuditManager
2432
2433
  # @!attribute [rw] noncompliant_evidence_count
2433
2434
  # The number of compliance check evidence that Audit Manager
2434
2435
  # classified as non-compliant. This includes evidence that was
2435
- # collected from Security Hub with a *Fail* ruling, or collected from
2436
- # Config with a *Non-compliant* ruling.
2436
+ # collected from Security Hub CSPM with a *Fail* ruling, or collected
2437
+ # from Config with a *Non-compliant* ruling.
2437
2438
  # @return [Integer]
2438
2439
  #
2439
2440
  # @!attribute [rw] compliant_evidence_count
2440
2441
  # The number of compliance check evidence that Audit Manager
2441
2442
  # classified as compliant. This includes evidence that was collected
2442
- # from Security Hub with a *Pass* ruling, or collected from Config
2443
- # with a *Compliant* ruling.
2443
+ # from Security Hub CSPM with a *Pass* ruling, or collected from
2444
+ # Config with a *Compliant* ruling.
2444
2445
  # @return [Integer]
2445
2446
  #
2446
2447
  # @!attribute [rw] inconclusive_evidence_count
2447
2448
  # The number of evidence that a compliance check ruling isn't
2448
2449
  # available for. Evidence is inconclusive when the associated control
2449
- # uses Security Hub or Config as a data source but you didn't enable
2450
- # those services. This is also the case when a control uses a data
2451
- # source that doesn’t support compliance checks (for example, manual
2452
- # evidence, API calls, or CloudTrail).
2450
+ # uses Security Hub CSPM or Config as a data source but you didn't
2451
+ # enable those services. This is also the case when a control uses a
2452
+ # data source that doesn’t support compliance checks (for example,
2453
+ # manual evidence, API calls, or CloudTrail).
2453
2454
  #
2454
2455
  # <note markdown="1"> If evidence has a compliance check status of *not applicable* in the
2455
2456
  # console, it's classified as *inconclusive* in `EvidenceInsights`
@@ -3201,22 +3202,22 @@ module Aws::AuditManager
3201
3202
  # @!attribute [rw] noncompliant_evidence_count
3202
3203
  # The number of compliance check evidence that Audit Manager
3203
3204
  # classified as non-compliant on the `lastUpdated` date. This includes
3204
- # evidence that was collected from Security Hub with a *Fail* ruling,
3205
- # or collected from Config with a *Non-compliant* ruling.
3205
+ # evidence that was collected from Security Hub CSPM with a *Fail*
3206
+ # ruling, or collected from Config with a *Non-compliant* ruling.
3206
3207
  # @return [Integer]
3207
3208
  #
3208
3209
  # @!attribute [rw] compliant_evidence_count
3209
3210
  # The number of compliance check evidence that Audit Manager
3210
3211
  # classified as compliant on the `lastUpdated` date. This includes
3211
- # evidence that was collected from Security Hub with a *Pass* ruling,
3212
- # or collected from Config with a *Compliant* ruling.
3212
+ # evidence that was collected from Security Hub CSPM with a *Pass*
3213
+ # ruling, or collected from Config with a *Compliant* ruling.
3213
3214
  # @return [Integer]
3214
3215
  #
3215
3216
  # @!attribute [rw] inconclusive_evidence_count
3216
3217
  # The number of evidence without a compliance check ruling. Evidence
3217
- # is inconclusive when the associated control uses Security Hub or
3218
- # Config as a data source but you didn't enable those services. This
3219
- # is also the case when a control uses a data source that doesn’t
3218
+ # is inconclusive when the associated control uses Security Hub CSPM
3219
+ # or Config as a data source but you didn't enable those services.
3220
+ # This is also the case when a control uses a data source that doesn’t
3220
3221
  # support compliance checks (for example: manual evidence, API calls,
3221
3222
  # or CloudTrail).
3222
3223
  #
@@ -3283,20 +3284,20 @@ module Aws::AuditManager
3283
3284
  # @!attribute [rw] noncompliant_evidence_count
3284
3285
  # The number of compliance check evidence that Audit Manager
3285
3286
  # classified as non-compliant. This includes evidence that was
3286
- # collected from Security Hub with a *Fail* ruling, or collected from
3287
- # Config with a *Non-compliant* ruling.
3287
+ # collected from Security Hub CSPM with a *Fail* ruling, or collected
3288
+ # from Config with a *Non-compliant* ruling.
3288
3289
  # @return [Integer]
3289
3290
  #
3290
3291
  # @!attribute [rw] compliant_evidence_count
3291
3292
  # The number of compliance check evidence that Audit Manager
3292
3293
  # classified as compliant. This includes evidence that was collected
3293
- # from Security Hub with a *Pass* ruling, or collected from Config
3294
- # with a *Compliant* ruling.
3294
+ # from Security Hub CSPM with a *Pass* ruling, or collected from
3295
+ # Config with a *Compliant* ruling.
3295
3296
  # @return [Integer]
3296
3297
  #
3297
3298
  # @!attribute [rw] inconclusive_evidence_count
3298
3299
  # The amount of evidence without a compliance check ruling. Evidence
3299
- # is inconclusive if the associated control uses Security Hub or
3300
+ # is inconclusive if the associated control uses Security Hub CSPM or
3300
3301
  # Config as a data source and you didn't enable those services. This
3301
3302
  # is also the case if a control uses a data source that doesn’t
3302
3303
  # support compliance checks (for example, manual evidence, API calls,
@@ -4018,18 +4019,18 @@ module Aws::AuditManager
4018
4019
  # collecting compliance check evidence.
4019
4020
  #
4020
4021
  # * Audit Manager classes the resource as non-compliant if Security
4021
- # Hub reports a *Fail* result, or if Config reports a
4022
+ # Hub CSPM reports a *Fail* result, or if Config reports a
4022
4023
  # *Non-compliant* result.
4023
4024
  #
4024
4025
  # * Audit Manager classes the resource as compliant if Security Hub
4025
- # reports a *Pass* result, or if Config reports a *Compliant*
4026
+ # CSPM reports a *Pass* result, or if Config reports a *Compliant*
4026
4027
  # result.
4027
4028
  #
4028
4029
  # * If a compliance check isn't available or applicable, then no
4029
4030
  # compliance evaluation can be made for that resource. This is the
4030
- # case if a resource assessment uses Config or Security Hub as the
4031
- # underlying data source type, but those services aren't enabled.
4032
- # This is also the case if the resource assessment uses an
4031
+ # case if a resource assessment uses Config or Security Hub CSPM as
4032
+ # the underlying data source type, but those services aren't
4033
+ # enabled. This is also the case if the resource assessment uses an
4033
4034
  # underlying data source type that doesn't support compliance
4034
4035
  # checks (such as manual evidence, Amazon Web Services API calls, or
4035
4036
  # CloudTrail).
@@ -4250,8 +4251,8 @@ module Aws::AuditManager
4250
4251
  # a file or text.
4251
4252
  #
4252
4253
  # For automated evidence, this keyword identifies a specific CloudTrail
4253
- # event, Config rule, Security Hub control, or Amazon Web Services API
4254
- # name.
4254
+ # event, Config rule, Security Hub CSPM control, or Amazon Web Services
4255
+ # API name.
4255
4256
  #
4256
4257
  # To learn more about the supported keywords that you can use when
4257
4258
  # mapping a control data source, see the following pages in the *Audit
@@ -4259,7 +4260,7 @@ module Aws::AuditManager
4259
4260
  #
4260
4261
  # * [Config rules supported by Audit Manager][1]
4261
4262
  #
4262
- # * [Security Hub controls supported by Audit Manager][2]
4263
+ # * [Security Hub CSPM controls supported by Audit Manager][2]
4263
4264
  #
4264
4265
  # * [API calls supported by Audit Manager][3]
4265
4266
  #
@@ -4281,8 +4282,8 @@ module Aws::AuditManager
4281
4282
  # * When `keywordInputType` is `SELECT_FROM_LIST`, a keyword must be
4282
4283
  # selected to collect automated evidence. For example, this
4283
4284
  # keyword can be a CloudTrail event name, a rule name for Config,
4284
- # a Security Hub control, or the name of an Amazon Web Services
4285
- # API call.
4285
+ # a Security Hub CSPM control, or the name of an Amazon Web
4286
+ # Services API call.
4286
4287
  #
4287
4288
  # ^
4288
4289
  # * `UPLOAD_FILE` and `INPUT_TEXT` are only used when mapping a data
@@ -4298,8 +4299,8 @@ module Aws::AuditManager
4298
4299
  # @!attribute [rw] keyword_value
4299
4300
  # The value of the keyword that's used when mapping a control data
4300
4301
  # source. For example, this can be a CloudTrail event name, a rule
4301
- # name for Config, a Security Hub control, or the name of an Amazon
4302
- # Web Services API call.
4302
+ # name for Config, a Security Hub CSPM control, or the name of an
4303
+ # Amazon Web Services API call.
4303
4304
  #
4304
4305
  # If you’re mapping a data source to a rule in Config, the
4305
4306
  # `keywordValue` that you specify depends on the type of rule:
@@ -4364,9 +4365,9 @@ module Aws::AuditManager
4364
4365
  # of the custom rule name itself may vary. For accuracy, we
4365
4366
  # recommend that you visit the [Config console][7] to verify
4366
4367
  # your custom rule name.
4367
- # 2. For Security Hub: The format varies for Security Hub control
4368
- # names. For accuracy, we recommend that you reference the list of
4369
- # [supported Security Hub controls][8].
4368
+ # 2. For Security Hub CSPM: The format varies for Security Hub CSPM
4369
+ # control names. For accuracy, we recommend that you reference the
4370
+ # list of [supported Security Hub CSPM controls][8].
4370
4371
  #
4371
4372
  # 3. For Amazon Web Services API calls: Make sure that the
4372
4373
  # `keywordValue` is written as `serviceprefix_ActionName`. For
@@ -54,7 +54,7 @@ module Aws::AuditManager
54
54
  autoload :EndpointProvider, 'aws-sdk-auditmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-auditmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-auditmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services