aws-sdk-auditmanager 1.21.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aa67868bc5168765a006eb1e85f22790a7458ea3affa0956776eed29975f83a
4
- data.tar.gz: 64094150daddc01c3ffd6742dbd901dbe9ce8d1c4e2dd4f3d44566d41ca2f665
3
+ metadata.gz: b2463985326c4e8f2e362e77a9427fc47072173b9ff279ba09f10e5fc458ebf0
4
+ data.tar.gz: 81b1223019962a51db9853a74406b7d09b91753abf0d9c014be6ac885340c280
5
5
  SHA512:
6
- metadata.gz: 2a86cef96ae21b765fbf4737a785e92b6b31ebd8d97d2bab7ba45794acf1e9bcd7f979d47302235807fd96ee2fbc56d7e3fa65ee0bccdadd01646cf71a3cc98a
7
- data.tar.gz: f8020dee4c1a0388a252e665bac72b249f6d6aacf06e496c238d6c71167753bf0ccd55ac68b1b2e47dc57a27939ac5fe3d46b8e7f7db09658bae9d83b74ba507
6
+ metadata.gz: dd22a0016bb1472f297fee2d9d4530a976d1de27ebfc73383f22efbbdaf1539d8094a755a4124975e6ef6db007429c56ad9c3802553d674b8fa704600f84ebe0
7
+ data.tar.gz: faefb73fb6f656552d28939ae0a6b7e2b75f4a0f7bb44f6bf53009b9b7adb8f5939d5e4ac29f7e71e6f0e7fdc776c01d05acef588a39caf8cfa94c0162dbf1f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.23.0 (2022-03-31)
10
+ ------------------
11
+
12
+ * Feature - This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.
13
+
14
+ 1.22.0 (2022-03-23)
15
+ ------------------
16
+
17
+ * Feature - This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
18
+
4
19
  1.21.0 (2022-02-24)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.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.
@@ -1113,6 +1141,48 @@ module Aws::AuditManager
1113
1141
 
1114
1142
  # Deregisters an account in Audit Manager.
1115
1143
  #
1144
+ # <note markdown="1"> When you deregister your account from Audit Manager, your data isn’t
1145
+ # deleted. If you want to delete your resource data, you must perform
1146
+ # that task separately before you deregister your account. Either, you
1147
+ # can do this in the Audit Manager console. Or, you can use one of the
1148
+ # delete API operations that are provided by Audit Manager.
1149
+ #
1150
+ # To delete your Audit Manager resource data, see the following
1151
+ # instructions:
1152
+ #
1153
+ # * [DeleteAssessment][1] (see also: [Deleting an assessment][2] in the
1154
+ # *Audit Manager User Guide*)
1155
+ #
1156
+ # * [DeleteAssessmentFramework][3] (see also: [Deleting a custom
1157
+ # framework][4] in the *Audit Manager User Guide*)
1158
+ #
1159
+ # * [DeleteAssessmentFrameworkShare][5] (see also: [Deleting a share
1160
+ # request][6] in the *Audit Manager User Guide*)
1161
+ #
1162
+ # * [DeleteAssessmentReport][7] (see also: [Deleting an assessment
1163
+ # report][8] in the *Audit Manager User Guide*)
1164
+ #
1165
+ # * [DeleteControl][9] (see also: [Deleting a custom control][10] in the
1166
+ # *Audit Manager User Guide*)
1167
+ #
1168
+ # At this time, Audit Manager doesn't provide an option to delete
1169
+ # evidence. All available delete operations are listed above.
1170
+ #
1171
+ # </note>
1172
+ #
1173
+ #
1174
+ #
1175
+ # [1]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html
1176
+ # [2]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html
1177
+ # [3]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html
1178
+ # [4]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html
1179
+ # [5]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html
1180
+ # [6]: https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html
1181
+ # [7]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html
1182
+ # [8]: https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps
1183
+ # [9]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html
1184
+ # [10]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html
1185
+ #
1116
1186
  # @return [Types::DeregisterAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1117
1187
  #
1118
1188
  # * {Types::DeregisterAccountResponse#status #status} => String
@@ -1130,16 +1200,59 @@ module Aws::AuditManager
1130
1200
  req.send_request(options)
1131
1201
  end
1132
1202
 
1133
- # Removes the specified member Amazon Web Services account as a
1134
- # delegated administrator for Audit Manager.
1203
+ # Removes the specified Amazon Web Services account as a delegated
1204
+ # administrator for Audit Manager.
1135
1205
  #
1136
1206
  # When you remove a delegated administrator from your Audit Manager
1137
1207
  # settings, you continue to have access to the evidence that you
1138
1208
  # previously collected under that account. This is also the case when
1139
- # you deregister a delegated administrator from Audit Manager. However,
1209
+ # you deregister a delegated administrator from Organizations. However,
1140
1210
  # Audit Manager will stop collecting and attaching evidence to that
1141
1211
  # delegated administrator account moving forward.
1142
1212
  #
1213
+ # <note markdown="1"> When you deregister a delegated administrator account for Audit
1214
+ # Manager, the data for that account isn’t deleted. If you want to
1215
+ # delete resource data for a delegated administrator account, you must
1216
+ # perform that task separately before you deregister the account.
1217
+ # Either, you can do this in the Audit Manager console. Or, you can use
1218
+ # one of the delete API operations that are provided by Audit Manager.
1219
+ #
1220
+ # To delete your Audit Manager resource data, see the following
1221
+ # instructions:
1222
+ #
1223
+ # * [DeleteAssessment][1] (see also: [Deleting an assessment][2] in the
1224
+ # *Audit Manager User Guide*)
1225
+ #
1226
+ # * [DeleteAssessmentFramework][3] (see also: [Deleting a custom
1227
+ # framework][4] in the *Audit Manager User Guide*)
1228
+ #
1229
+ # * [DeleteAssessmentFrameworkShare][5] (see also: [Deleting a share
1230
+ # request][6] in the *Audit Manager User Guide*)
1231
+ #
1232
+ # * [DeleteAssessmentReport][7] (see also: [Deleting an assessment
1233
+ # report][8] in the *Audit Manager User Guide*)
1234
+ #
1235
+ # * [DeleteControl][9] (see also: [Deleting a custom control][10] in the
1236
+ # *Audit Manager User Guide*)
1237
+ #
1238
+ # At this time, Audit Manager doesn't provide an option to delete
1239
+ # evidence. All available delete operations are listed above.
1240
+ #
1241
+ # </note>
1242
+ #
1243
+ #
1244
+ #
1245
+ # [1]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html
1246
+ # [2]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html
1247
+ # [3]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html
1248
+ # [4]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html
1249
+ # [5]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html
1250
+ # [6]: https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html
1251
+ # [7]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html
1252
+ # [8]: https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps
1253
+ # [9]: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html
1254
+ # [10]: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html
1255
+ #
1143
1256
  # @option params [String] :admin_account_id
1144
1257
  # The identifier for the administrator account.
1145
1258
  #
@@ -3538,7 +3651,7 @@ module Aws::AuditManager
3538
3651
  params: params,
3539
3652
  config: config)
3540
3653
  context[:gem_name] = 'aws-sdk-auditmanager'
3541
- context[:gem_version] = '1.21.0'
3654
+ context[:gem_version] = '1.24.0'
3542
3655
  Seahorse::Client::Request.new(handlers, context)
3543
3656
  end
3544
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.21.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.21.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-02-24 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