aws-sdk-auditmanager 1.23.0 → 1.24.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: 545887e7ff7d3cfab9914a0b4896fca1945e8a6cdd78ddd9b5c8850ed40cce98
4
- data.tar.gz: 7e6c3523ea7ffe73be8e6efabde34747355caf52ca46fb217f9b93c67a52a5a5
3
+ metadata.gz: b2463985326c4e8f2e362e77a9427fc47072173b9ff279ba09f10e5fc458ebf0
4
+ data.tar.gz: 81b1223019962a51db9853a74406b7d09b91753abf0d9c014be6ac885340c280
5
5
  SHA512:
6
- metadata.gz: 0de7543344de9099b1d6179354e83f9d5d2f17651a7f65ad108220cab1e4280b7585b72148923ff0fb0be4ff48f0f78ef178bd4d1224b57adc357a1803b6a2e8
7
- data.tar.gz: 74e8965a6b8630f6bf4358d4867859227cb649d8cd9615b76d3fa869253d6962df5cbe47480a61229054a02c20e8c15cd769d3470ac2c7284c43bad741b936af
6
+ metadata.gz: dd22a0016bb1472f297fee2d9d4530a976d1de27ebfc73383f22efbbdaf1539d8094a755a4124975e6ef6db007429c56ad9c3802553d674b8fa704600f84ebe0
7
+ data.tar.gz: faefb73fb6f656552d28939ae0a6b7e2b75f4a0f7bb44f6bf53009b9b7adb8f5939d5e4ac29f7e71e6f0e7fdc776c01d05acef588a39caf8cfa94c0162dbf1f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2022-04-28)
5
+ ------------------
6
+
7
+ * Feature - This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.
8
+
4
9
  1.23.0 (2022-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1063,7 +1063,35 @@ module Aws::AuditManager
1063
1063
  req.send_request(options)
1064
1064
  end
1065
1065
 
1066
- # Deletes an assessment report from an assessment in Audit Manager.
1066
+ # Deletes an assessment report in Audit Manager.
1067
+ #
1068
+ # When you run the `DeleteAssessmentReport` operation, Audit Manager
1069
+ # attempts to delete the following data:
1070
+ #
1071
+ # 1. The specified assessment report that’s stored in your S3 bucket
1072
+ #
1073
+ # 2. The associated metadata that’s stored in Audit Manager
1074
+ #
1075
+ # If Audit Manager can’t access the assessment report in your S3 bucket,
1076
+ # the report isn’t deleted. In this event, the `DeleteAssessmentReport`
1077
+ # operation doesn’t fail. Instead, it proceeds to delete the associated
1078
+ # metadata only. You must then delete the assessment report from the S3
1079
+ # bucket yourself.
1080
+ #
1081
+ # This scenario happens when Audit Manager receives a `403 (Forbidden)`
1082
+ # or `404 (Not Found)` error from Amazon S3. To avoid this, make sure
1083
+ # that your S3 bucket is available, and that you configured the correct
1084
+ # permissions for Audit Manager to delete resources in your S3 bucket.
1085
+ # For an example permissions policy that you can use, see [Assessment
1086
+ # report destination permissions][1] in the *Audit Manager User Guide*.
1087
+ # For information about the issues that could cause a `403 (Forbidden)`
1088
+ # or `404 (Not Found`) error from Amazon S3, see [List of Error
1089
+ # Codes][2] in the *Amazon Simple Storage Service API Reference*.
1090
+ #
1091
+ #
1092
+ #
1093
+ # [1]: https://docs.aws.amazon.com/audit-manager/latest/userguide/security_iam_id-based-policy-examples.html#full-administrator-access-assessment-report-destination
1094
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
1067
1095
  #
1068
1096
  # @option params [required, String] :assessment_id
1069
1097
  # The unique identifier for the assessment.
@@ -3623,7 +3651,7 @@ module Aws::AuditManager
3623
3651
  params: params,
3624
3652
  config: config)
3625
3653
  context[:gem_name] = 'aws-sdk-auditmanager'
3626
- context[:gem_version] = '1.23.0'
3654
+ context[:gem_version] = '1.24.0'
3627
3655
  Seahorse::Client::Request.new(handlers, context)
3628
3656
  end
3629
3657
 
@@ -4321,13 +4321,61 @@ module Aws::AuditManager
4321
4321
  # }
4322
4322
  #
4323
4323
  # @!attribute [rw] keyword_input_type
4324
- # The method of input for the keyword.
4324
+ # The input method for the keyword.
4325
4325
  # @return [String]
4326
4326
  #
4327
4327
  # @!attribute [rw] keyword_value
4328
- # The value of the keyword that's used to search CloudTrail logs,
4329
- # Config rules, Security Hub checks, and Amazon Web Services API names
4330
- # when mapping a control data source.
4328
+ # The value of the keyword that's used when mapping a control data
4329
+ # source. For example, this can be a CloudTrail event name, a rule
4330
+ # name for Config, a Security Hub control, or the name of an Amazon
4331
+ # Web Services API call.
4332
+ #
4333
+ # If you’re mapping a data source to a rule in Config, the
4334
+ # `keywordValue` that you specify depends on the type of rule:
4335
+ #
4336
+ # * For [managed rules][1], you can use the rule identifier as the
4337
+ # `keywordValue`. You can find the rule identifier from the [list of
4338
+ # Config managed rules][2].
4339
+ #
4340
+ # * Managed rule name: [s3-bucket-acl-prohibited][3]
4341
+ #
4342
+ # `keywordValue`\: `S3_BUCKET_ACL_PROHIBITED`
4343
+ #
4344
+ # * For [custom rules][4], you form the `keywordValue` by adding the
4345
+ # `Custom_` prefix to the rule name. This prefix distinguishes the
4346
+ # rule from a managed rule.
4347
+ #
4348
+ # * Custom rule name: my-custom-config-rule
4349
+ #
4350
+ # `keywordValue`\: `Custom_my-custom-config-rule`
4351
+ #
4352
+ # * For [service-linked rules][5], you form the `keywordValue` by
4353
+ # adding the `Custom_` prefix to the rule name. In addition, you
4354
+ # remove the suffix ID that appears at the end of the rule name.
4355
+ #
4356
+ # * Service-linked rule name:
4357
+ # CustomRuleForAccount-conformance-pack-szsm1uv0w
4358
+ #
4359
+ # `keywordValue`\: `Custom_CustomRuleForAccount-conformance-pack`
4360
+ #
4361
+ # * Service-linked rule name:
4362
+ # securityhub-api-gw-cache-encrypted-101104e1
4363
+ #
4364
+ # `keywordValue`\: `Custom_securityhub-api-gw-cache-encrypted`
4365
+ #
4366
+ # * Service-linked rule name:
4367
+ # OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba
4368
+ #
4369
+ # `keywordValue`\:
4370
+ # `Custom_OrgConfigRule-s3-bucket-versioning-enabled`
4371
+ #
4372
+ #
4373
+ #
4374
+ # [1]: https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html
4375
+ # [2]: https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html
4376
+ # [3]: https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html
4377
+ # [4]: https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html
4378
+ # [5]: https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html
4331
4379
  # @return [String]
4332
4380
  #
4333
4381
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/SourceKeyword AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-auditmanager/customizations'
48
48
  # @!group service
49
49
  module Aws::AuditManager
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-auditmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-31 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core