aws-sdk-auditmanager 1.4.0 → 1.8.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: 4c0995769316041150856eafb90b93c390474559395f992bcc38b858bdde689e
4
- data.tar.gz: c0ecd7dbb2d246e89e1ccb0cad37bef33edf34ec6ddd76bf14c8e1183bf03165
3
+ metadata.gz: f6a84ef0e2ac16a27441336c4207d7139dbbe3f64742c168bed69b9143cdd308
4
+ data.tar.gz: 58e5e1aacdfc8ceb535a419f9d78feb63b670909a156d701e1fb843cfd983325
5
5
  SHA512:
6
- metadata.gz: 78ea748db9e6314b44dc184142f4e8c17c6d1c88e5bbe0a04695507c46db4c4aa3d5929eb786d4d30f9d956faab7a1c7202032f511f08c3fa8be203a4e819bf6
7
- data.tar.gz: 597d81981150ff2eda9e773e219a800ccbd1f0a2a8438f63a17265cac22d1a3209fd541d741ac3830d3bb0ab152bda54798f2d91f21f03bdc32c94da0047c5ac
6
+ metadata.gz: 2045dd89784ea1bd49bc31e81f61499aad9172669fd4baa0c85e7890c7a76c4fc1dd44645e827cb6730f0170e66c89bbb577c80a40e61a23591246b1effea45a
7
+ data.tar.gz: b9d999edeebc53158d1a88a58c0491c59dc98cdae5f5a2b3d879768ad53075ee60c8ffa767ecde79ebdeac02195c3b2d71249779b424b9cad2b77a36a89a4ad3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2021-07-16)
5
+ ------------------
6
+
7
+ * Feature - This release relaxes the S3 URL character restrictions in AWS Audit Manager. Regex patterns have been updated for the following attributes: s3RelativePath, destination, and s3ResourcePath. 'AWS' terms have also been replaced with entities to align with China Rebrand documentation efforts.
8
+
9
+ 1.7.0 (2021-05-05)
10
+ ------------------
11
+
12
+ * Feature - This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute.
13
+
14
+ 1.6.0 (2021-04-27)
15
+ ------------------
16
+
17
+ * Feature - This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.
18
+
19
+ 1.5.0 (2021-04-05)
20
+ ------------------
21
+
22
+ * Feature - AWS Audit Manager has updated the GetAssessment API operation to include a new response field called userRole. The userRole field indicates the role information and IAM ARN of the API caller.
23
+
4
24
  1.4.0 (2021-03-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.8.0
@@ -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.4.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
@@ -328,7 +328,7 @@ module Aws::AuditManager
328
328
  # @!group API Operations
329
329
 
330
330
  # Associates an evidence folder to the specified assessment report in
331
- # AWS Audit Manager.
331
+ # Audit Manager.
332
332
  #
333
333
  # @option params [required, String] :assessment_id
334
334
  # The identifier for the specified assessment.
@@ -354,7 +354,7 @@ module Aws::AuditManager
354
354
  req.send_request(options)
355
355
  end
356
356
 
357
- # Associates a list of evidence to an assessment report in an AWS Audit
357
+ # Associates a list of evidence to an assessment report in an Audit
358
358
  # Manager assessment.
359
359
  #
360
360
  # @option params [required, String] :assessment_id
@@ -397,11 +397,11 @@ module Aws::AuditManager
397
397
  req.send_request(options)
398
398
  end
399
399
 
400
- # Create a batch of delegations for a specified assessment in AWS Audit
400
+ # Create a batch of delegations for a specified assessment in Audit
401
401
  # Manager.
402
402
  #
403
403
  # @option params [required, Array<Types::CreateDelegationRequest>] :create_delegation_requests
404
- # The API request to batch create delegations in AWS Audit Manager.
404
+ # The API request to batch create delegations in Audit Manager.
405
405
  #
406
406
  # @option params [required, String] :assessment_id
407
407
  # The identifier for the specified assessment.
@@ -456,7 +456,7 @@ module Aws::AuditManager
456
456
  req.send_request(options)
457
457
  end
458
458
 
459
- # Deletes the delegations in the specified AWS Audit Manager assessment.
459
+ # Deletes the delegations in the specified Audit Manager assessment.
460
460
  #
461
461
  # @option params [required, Array<String>] :delegation_ids
462
462
  # The identifiers for the specified delegations.
@@ -492,7 +492,7 @@ module Aws::AuditManager
492
492
  end
493
493
 
494
494
  # Disassociates a list of evidence from the specified assessment report
495
- # in AWS Audit Manager.
495
+ # in Audit Manager.
496
496
  #
497
497
  # @option params [required, String] :assessment_id
498
498
  # The identifier for the specified assessment.
@@ -535,7 +535,7 @@ module Aws::AuditManager
535
535
  end
536
536
 
537
537
  # Uploads one or more pieces of evidence to the specified control in the
538
- # assessment in AWS Audit Manager.
538
+ # assessment in Audit Manager.
539
539
  #
540
540
  # @option params [required, String] :assessment_id
541
541
  # The identifier for the specified assessment.
@@ -582,7 +582,7 @@ module Aws::AuditManager
582
582
  req.send_request(options)
583
583
  end
584
584
 
585
- # Creates an assessment in AWS Audit Manager.
585
+ # Creates an assessment in Audit Manager.
586
586
  #
587
587
  # @option params [required, String] :name
588
588
  # The name of the assessment to be created.
@@ -595,8 +595,8 @@ module Aws::AuditManager
595
595
  # that is being created.
596
596
  #
597
597
  # @option params [required, Types::Scope] :scope
598
- # The wrapper that contains the AWS accounts and AWS services in scope
599
- # for the assessment.
598
+ # The wrapper that contains the accounts and services in scope for the
599
+ # assessment.
600
600
  #
601
601
  # @option params [required, Array<Types::Role>] :roles
602
602
  # The list of roles for the specified assessment.
@@ -735,7 +735,7 @@ module Aws::AuditManager
735
735
  req.send_request(options)
736
736
  end
737
737
 
738
- # Creates a custom framework in AWS Audit Manager.
738
+ # Creates a custom framework in Audit Manager.
739
739
  #
740
740
  # @option params [required, String] :name
741
741
  # The name of the new custom framework.
@@ -765,7 +765,7 @@ module Aws::AuditManager
765
765
  # compliance_type: "ComplianceType",
766
766
  # control_sets: [ # required
767
767
  # {
768
- # name: "ControlSetName",
768
+ # name: "ControlSetName", # required
769
769
  # controls: [
770
770
  # {
771
771
  # id: "UUID",
@@ -877,7 +877,7 @@ module Aws::AuditManager
877
877
  req.send_request(options)
878
878
  end
879
879
 
880
- # Creates a new custom control in AWS Audit Manager.
880
+ # Creates a new custom control in Audit Manager.
881
881
  #
882
882
  # @option params [required, String] :name
883
883
  # The name of the control.
@@ -968,7 +968,7 @@ module Aws::AuditManager
968
968
  req.send_request(options)
969
969
  end
970
970
 
971
- # Deletes an assessment in AWS Audit Manager.
971
+ # Deletes an assessment in Audit Manager.
972
972
  #
973
973
  # @option params [required, String] :assessment_id
974
974
  # The identifier for the specified assessment.
@@ -990,7 +990,7 @@ module Aws::AuditManager
990
990
  req.send_request(options)
991
991
  end
992
992
 
993
- # Deletes a custom framework in AWS Audit Manager.
993
+ # Deletes a custom framework in Audit Manager.
994
994
  #
995
995
  # @option params [required, String] :framework_id
996
996
  # The identifier for the specified framework.
@@ -1012,7 +1012,7 @@ module Aws::AuditManager
1012
1012
  req.send_request(options)
1013
1013
  end
1014
1014
 
1015
- # Deletes an assessment report from an assessment in AWS Audit Manager.
1015
+ # Deletes an assessment report from an assessment in Audit Manager.
1016
1016
  #
1017
1017
  # @option params [required, String] :assessment_id
1018
1018
  # The identifier for the specified assessment.
@@ -1038,7 +1038,7 @@ module Aws::AuditManager
1038
1038
  req.send_request(options)
1039
1039
  end
1040
1040
 
1041
- # Deletes a custom control in AWS Audit Manager.
1041
+ # Deletes a custom control in Audit Manager.
1042
1042
  #
1043
1043
  # @option params [required, String] :control_id
1044
1044
  # The identifier for the specified control.
@@ -1060,7 +1060,7 @@ module Aws::AuditManager
1060
1060
  req.send_request(options)
1061
1061
  end
1062
1062
 
1063
- # Deregisters an account in AWS Audit Manager.
1063
+ # Deregisters an account in Audit Manager.
1064
1064
  #
1065
1065
  # @return [Types::DeregisterAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1066
1066
  #
@@ -1079,8 +1079,15 @@ module Aws::AuditManager
1079
1079
  req.send_request(options)
1080
1080
  end
1081
1081
 
1082
- # Deregisters the delegated AWS administrator account from the AWS
1083
- # organization.
1082
+ # Removes the specified member account as a delegated administrator for
1083
+ # Audit Manager.
1084
+ #
1085
+ # When you remove a delegated administrator from your Audit Manager
1086
+ # settings, or when you deregister a delegated administrator from
1087
+ # Organizations, you continue to have access to the evidence that you
1088
+ # previously collected under that account. However, Audit Manager will
1089
+ # stop collecting and attaching evidence to that delegated administrator
1090
+ # account moving forward.
1084
1091
  #
1085
1092
  # @option params [String] :admin_account_id
1086
1093
  # The identifier for the specified administrator account.
@@ -1103,7 +1110,7 @@ module Aws::AuditManager
1103
1110
  end
1104
1111
 
1105
1112
  # Disassociates an evidence folder from the specified assessment report
1106
- # in AWS Audit Manager.
1113
+ # in Audit Manager.
1107
1114
  #
1108
1115
  # @option params [required, String] :assessment_id
1109
1116
  # The identifier for the specified assessment.
@@ -1129,7 +1136,7 @@ module Aws::AuditManager
1129
1136
  req.send_request(options)
1130
1137
  end
1131
1138
 
1132
- # Returns the registration status of an account in AWS Audit Manager.
1139
+ # Returns the registration status of an account in Audit Manager.
1133
1140
  #
1134
1141
  # @return [Types::GetAccountStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1135
1142
  #
@@ -1148,7 +1155,7 @@ module Aws::AuditManager
1148
1155
  req.send_request(options)
1149
1156
  end
1150
1157
 
1151
- # Returns an assessment from AWS Audit Manager.
1158
+ # Returns an assessment from Audit Manager.
1152
1159
  #
1153
1160
  # @option params [required, String] :assessment_id
1154
1161
  # The identifier for the specified assessment.
@@ -1156,6 +1163,7 @@ module Aws::AuditManager
1156
1163
  # @return [Types::GetAssessmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1157
1164
  #
1158
1165
  # * {Types::GetAssessmentResponse#assessment #assessment} => Types::Assessment
1166
+ # * {Types::GetAssessmentResponse#user_role #user_role} => Types::Role
1159
1167
  #
1160
1168
  # @example Request syntax with placeholder values
1161
1169
  #
@@ -1242,6 +1250,8 @@ module Aws::AuditManager
1242
1250
  # resp.assessment.framework.control_sets[0].manual_evidence_count #=> Integer
1243
1251
  # resp.assessment.tags #=> Hash
1244
1252
  # resp.assessment.tags["TagKey"] #=> String
1253
+ # resp.user_role.role_type #=> String, one of "PROCESS_OWNER", "RESOURCE_OWNER"
1254
+ # resp.user_role.role_arn #=> String
1245
1255
  #
1246
1256
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessment AWS API Documentation
1247
1257
  #
@@ -1252,7 +1262,7 @@ module Aws::AuditManager
1252
1262
  req.send_request(options)
1253
1263
  end
1254
1264
 
1255
- # Returns a framework from AWS Audit Manager.
1265
+ # Returns a framework from Audit Manager.
1256
1266
  #
1257
1267
  # @option params [required, String] :framework_id
1258
1268
  # The identifier for the specified framework.
@@ -1322,7 +1332,7 @@ module Aws::AuditManager
1322
1332
  req.send_request(options)
1323
1333
  end
1324
1334
 
1325
- # Returns the URL of a specified assessment report in AWS Audit Manager.
1335
+ # Returns the URL of a specified assessment report in Audit Manager.
1326
1336
  #
1327
1337
  # @option params [required, String] :assessment_report_id
1328
1338
  # The identifier for the assessment report.
@@ -1355,7 +1365,7 @@ module Aws::AuditManager
1355
1365
  req.send_request(options)
1356
1366
  end
1357
1367
 
1358
- # Returns a list of changelogs from AWS Audit Manager.
1368
+ # Returns a list of changelogs from Audit Manager.
1359
1369
  #
1360
1370
  # @option params [required, String] :assessment_id
1361
1371
  # The identifier for the specified assessment.
@@ -1409,7 +1419,7 @@ module Aws::AuditManager
1409
1419
  req.send_request(options)
1410
1420
  end
1411
1421
 
1412
- # Returns a control from AWS Audit Manager.
1422
+ # Returns a control from Audit Manager.
1413
1423
  #
1414
1424
  # @option params [required, String] :control_id
1415
1425
  # The identifier for the specified control.
@@ -1505,7 +1515,7 @@ module Aws::AuditManager
1505
1515
  req.send_request(options)
1506
1516
  end
1507
1517
 
1508
- # Returns evidence from AWS Audit Manager.
1518
+ # Returns evidence from Audit Manager.
1509
1519
  #
1510
1520
  # @option params [required, String] :assessment_id
1511
1521
  # The identifier for the specified assessment.
@@ -1562,7 +1572,7 @@ module Aws::AuditManager
1562
1572
  req.send_request(options)
1563
1573
  end
1564
1574
 
1565
- # Returns all evidence from a specified evidence folder in AWS Audit
1575
+ # Returns all evidence from a specified evidence folder in Audit
1566
1576
  # Manager.
1567
1577
  #
1568
1578
  # @option params [required, String] :assessment_id
@@ -1630,7 +1640,7 @@ module Aws::AuditManager
1630
1640
  req.send_request(options)
1631
1641
  end
1632
1642
 
1633
- # Returns an evidence folder from the specified assessment in AWS Audit
1643
+ # Returns an evidence folder from the specified assessment in Audit
1634
1644
  # Manager.
1635
1645
  #
1636
1646
  # @option params [required, String] :assessment_id
@@ -1684,7 +1694,7 @@ module Aws::AuditManager
1684
1694
  req.send_request(options)
1685
1695
  end
1686
1696
 
1687
- # Returns the evidence folders from a specified assessment in AWS Audit
1697
+ # Returns the evidence folders from a specified assessment in Audit
1688
1698
  # Manager.
1689
1699
  #
1690
1700
  # @option params [required, String] :assessment_id
@@ -1745,7 +1755,7 @@ module Aws::AuditManager
1745
1755
  end
1746
1756
 
1747
1757
  # Returns a list of evidence folders associated with a specified control
1748
- # of an assessment in AWS Audit Manager.
1758
+ # of an assessment in Audit Manager.
1749
1759
  #
1750
1760
  # @option params [required, String] :assessment_id
1751
1761
  # The identifier for the specified assessment.
@@ -1812,8 +1822,8 @@ module Aws::AuditManager
1812
1822
  req.send_request(options)
1813
1823
  end
1814
1824
 
1815
- # Returns the name of the delegated AWS administrator account for the
1816
- # AWS organization.
1825
+ # Returns the name of the delegated Amazon Web Services administrator
1826
+ # account for the organization.
1817
1827
  #
1818
1828
  # @return [Types::GetOrganizationAdminAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1819
1829
  #
@@ -1834,8 +1844,8 @@ module Aws::AuditManager
1834
1844
  req.send_request(options)
1835
1845
  end
1836
1846
 
1837
- # Returns a list of the in-scope AWS services for the specified
1838
- # assessment.
1847
+ # Returns a list of the in-scope Amazon Web Services services for the
1848
+ # specified assessment.
1839
1849
  #
1840
1850
  # @return [Types::GetServicesInScopeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1841
1851
  #
@@ -1858,7 +1868,7 @@ module Aws::AuditManager
1858
1868
  req.send_request(options)
1859
1869
  end
1860
1870
 
1861
- # Returns the settings for the specified AWS account.
1871
+ # Returns the settings for the specified account.
1862
1872
  #
1863
1873
  # @option params [required, String] :attribute
1864
1874
  # The list of `SettingAttribute` enum values.
@@ -1893,7 +1903,7 @@ module Aws::AuditManager
1893
1903
  req.send_request(options)
1894
1904
  end
1895
1905
 
1896
- # Returns a list of the frameworks available in the AWS Audit Manager
1906
+ # Returns a list of the frameworks available in the Audit Manager
1897
1907
  # framework library.
1898
1908
  #
1899
1909
  # @option params [required, String] :framework_type
@@ -1946,7 +1956,7 @@ module Aws::AuditManager
1946
1956
  req.send_request(options)
1947
1957
  end
1948
1958
 
1949
- # Returns a list of assessment reports created in AWS Audit Manager.
1959
+ # Returns a list of assessment reports created in Audit Manager.
1950
1960
  #
1951
1961
  # @option params [String] :next_token
1952
1962
  # The pagination token used to fetch the next set of results.
@@ -1991,7 +2001,7 @@ module Aws::AuditManager
1991
2001
  req.send_request(options)
1992
2002
  end
1993
2003
 
1994
- # Returns a list of current and past assessments from AWS Audit Manager.
2004
+ # Returns a list of current and past assessments from Audit Manager.
1995
2005
  #
1996
2006
  # @option params [String] :next_token
1997
2007
  # The pagination token used to fetch the next set of results.
@@ -2049,7 +2059,7 @@ module Aws::AuditManager
2049
2059
  req.send_request(options)
2050
2060
  end
2051
2061
 
2052
- # Returns a list of controls from AWS Audit Manager.
2062
+ # Returns a list of controls from Audit Manager.
2053
2063
  #
2054
2064
  # @option params [required, String] :control_type
2055
2065
  # The type of control, such as standard or custom.
@@ -2139,7 +2149,7 @@ module Aws::AuditManager
2139
2149
  req.send_request(options)
2140
2150
  end
2141
2151
 
2142
- # Returns a list of all AWS Audit Manager notifications.
2152
+ # Returns a list of all Audit Manager notifications.
2143
2153
  #
2144
2154
  # @option params [String] :next_token
2145
2155
  # The pagination token used to fetch the next set of results.
@@ -2184,8 +2194,7 @@ module Aws::AuditManager
2184
2194
  req.send_request(options)
2185
2195
  end
2186
2196
 
2187
- # Returns a list of tags for the specified resource in AWS Audit
2188
- # Manager.
2197
+ # Returns a list of tags for the specified resource in Audit Manager.
2189
2198
  #
2190
2199
  # @option params [required, String] :resource_arn
2191
2200
  # The Amazon Resource Name (ARN) of the specified resource.
@@ -2214,13 +2223,13 @@ module Aws::AuditManager
2214
2223
  req.send_request(options)
2215
2224
  end
2216
2225
 
2217
- # Enables AWS Audit Manager for the specified AWS account.
2226
+ # Enables Audit Manager for the specified account.
2218
2227
  #
2219
2228
  # @option params [String] :kms_key
2220
- # The AWS KMS key details.
2229
+ # The KMS key details.
2221
2230
  #
2222
2231
  # @option params [String] :delegated_admin_account
2223
- # The delegated administrator account for AWS Audit Manager.
2232
+ # The delegated administrator account for Audit Manager.
2224
2233
  #
2225
2234
  # @return [Types::RegisterAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2226
2235
  #
@@ -2246,8 +2255,8 @@ module Aws::AuditManager
2246
2255
  req.send_request(options)
2247
2256
  end
2248
2257
 
2249
- # Enables an AWS account within the organization as the delegated
2250
- # administrator for AWS Audit Manager.
2258
+ # Enables an account within the organization as the delegated
2259
+ # administrator for Audit Manager.
2251
2260
  #
2252
2261
  # @option params [required, String] :admin_account_id
2253
2262
  # The identifier for the specified delegated administrator account.
@@ -2277,7 +2286,7 @@ module Aws::AuditManager
2277
2286
  req.send_request(options)
2278
2287
  end
2279
2288
 
2280
- # Tags the specified resource in AWS Audit Manager.
2289
+ # Tags the specified resource in Audit Manager.
2281
2290
  #
2282
2291
  # @option params [required, String] :resource_arn
2283
2292
  # The Amazon Resource Name (ARN) of the specified resource.
@@ -2305,7 +2314,7 @@ module Aws::AuditManager
2305
2314
  req.send_request(options)
2306
2315
  end
2307
2316
 
2308
- # Removes a tag from a resource in AWS Audit Manager.
2317
+ # Removes a tag from a resource in Audit Manager.
2309
2318
  #
2310
2319
  # @option params [required, String] :resource_arn
2311
2320
  # The Amazon Resource Name (ARN) of the specified resource.
@@ -2331,7 +2340,7 @@ module Aws::AuditManager
2331
2340
  req.send_request(options)
2332
2341
  end
2333
2342
 
2334
- # Edits an AWS Audit Manager assessment.
2343
+ # Edits an Audit Manager assessment.
2335
2344
  #
2336
2345
  # @option params [required, String] :assessment_id
2337
2346
  # The identifier for the specified assessment.
@@ -2477,7 +2486,7 @@ module Aws::AuditManager
2477
2486
  req.send_request(options)
2478
2487
  end
2479
2488
 
2480
- # Updates a control within an assessment in AWS Audit Manager.
2489
+ # Updates a control within an assessment in Audit Manager.
2481
2490
  #
2482
2491
  # @option params [required, String] :assessment_id
2483
2492
  # The identifier for the specified assessment.
@@ -2533,8 +2542,7 @@ module Aws::AuditManager
2533
2542
  req.send_request(options)
2534
2543
  end
2535
2544
 
2536
- # Updates the status of a control set in an AWS Audit Manager
2537
- # assessment.
2545
+ # Updates the status of a control set in an Audit Manager assessment.
2538
2546
  #
2539
2547
  # @option params [required, String] :assessment_id
2540
2548
  # The identifier for the specified assessment.
@@ -2607,7 +2615,7 @@ module Aws::AuditManager
2607
2615
  req.send_request(options)
2608
2616
  end
2609
2617
 
2610
- # Updates a custom framework in AWS Audit Manager.
2618
+ # Updates a custom framework in Audit Manager.
2611
2619
  #
2612
2620
  # @option params [required, String] :framework_id
2613
2621
  # The identifier for the specified framework.
@@ -2638,8 +2646,8 @@ module Aws::AuditManager
2638
2646
  # compliance_type: "ComplianceType",
2639
2647
  # control_sets: [ # required
2640
2648
  # {
2641
- # id: "UUID",
2642
- # name: "ControlSetName",
2649
+ # id: "ControlSetName",
2650
+ # name: "ControlSetName", # required
2643
2651
  # controls: [
2644
2652
  # {
2645
2653
  # id: "UUID",
@@ -2704,7 +2712,7 @@ module Aws::AuditManager
2704
2712
  req.send_request(options)
2705
2713
  end
2706
2714
 
2707
- # Updates the status of an assessment in AWS Audit Manager.
2715
+ # Updates the status of an assessment in Audit Manager.
2708
2716
  #
2709
2717
  # @option params [required, String] :assessment_id
2710
2718
  # The identifier for the specified assessment.
@@ -2812,7 +2820,7 @@ module Aws::AuditManager
2812
2820
  req.send_request(options)
2813
2821
  end
2814
2822
 
2815
- # Updates a custom control in AWS Audit Manager.
2823
+ # Updates a custom control in Audit Manager.
2816
2824
  #
2817
2825
  # @option params [required, String] :control_id
2818
2826
  # The identifier for the specified control.
@@ -2903,10 +2911,10 @@ module Aws::AuditManager
2903
2911
  req.send_request(options)
2904
2912
  end
2905
2913
 
2906
- # Updates AWS Audit Manager settings for the current user account.
2914
+ # Updates Audit Manager settings for the current user account.
2907
2915
  #
2908
2916
  # @option params [String] :sns_topic
2909
- # The Amazon Simple Notification Service (Amazon SNS) topic to which AWS
2917
+ # The Amazon Simple Notification Service (Amazon SNS) topic to which
2910
2918
  # Audit Manager sends notifications.
2911
2919
  #
2912
2920
  # @option params [Types::AssessmentReportsDestination] :default_assessment_reports_destination
@@ -2916,7 +2924,7 @@ module Aws::AuditManager
2916
2924
  # A list of the default audit owners.
2917
2925
  #
2918
2926
  # @option params [String] :kms_key
2919
- # The AWS KMS key details.
2927
+ # The KMS key details.
2920
2928
  #
2921
2929
  # @return [Types::UpdateSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2922
2930
  #
@@ -2959,7 +2967,7 @@ module Aws::AuditManager
2959
2967
  req.send_request(options)
2960
2968
  end
2961
2969
 
2962
- # Validates the integrity of an assessment report in AWS Audit Manager.
2970
+ # Validates the integrity of an assessment report in Audit Manager.
2963
2971
  #
2964
2972
  # @option params [required, String] :s3_relative_path
2965
2973
  # The relative path of the specified Amazon S3 bucket in which the
@@ -3010,7 +3018,7 @@ module Aws::AuditManager
3010
3018
  params: params,
3011
3019
  config: config)
3012
3020
  context[:gem_name] = 'aws-sdk-auditmanager'
3013
- context[:gem_version] = '1.4.0'
3021
+ context[:gem_version] = '1.8.0'
3014
3022
  Seahorse::Client::Request.new(handlers, context)
3015
3023
  end
3016
3024
 
@@ -562,7 +562,7 @@ module Aws::AuditManager
562
562
  CreateAssessmentFrameworkControl.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
563
563
  CreateAssessmentFrameworkControl.struct_class = Types::CreateAssessmentFrameworkControl
564
564
 
565
- CreateAssessmentFrameworkControlSet.add_member(:name, Shapes::ShapeRef.new(shape: ControlSetName, location_name: "name"))
565
+ CreateAssessmentFrameworkControlSet.add_member(:name, Shapes::ShapeRef.new(shape: ControlSetName, required: true, location_name: "name"))
566
566
  CreateAssessmentFrameworkControlSet.add_member(:controls, Shapes::ShapeRef.new(shape: CreateAssessmentFrameworkControls, location_name: "controls"))
567
567
  CreateAssessmentFrameworkControlSet.struct_class = Types::CreateAssessmentFrameworkControlSet
568
568
 
@@ -768,6 +768,7 @@ module Aws::AuditManager
768
768
  GetAssessmentRequest.struct_class = Types::GetAssessmentRequest
769
769
 
770
770
  GetAssessmentResponse.add_member(:assessment, Shapes::ShapeRef.new(shape: Assessment, location_name: "assessment"))
771
+ GetAssessmentResponse.add_member(:user_role, Shapes::ShapeRef.new(shape: Role, location_name: "userRole"))
771
772
  GetAssessmentResponse.struct_class = Types::GetAssessmentResponse
772
773
 
773
774
  GetChangeLogsRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "assessmentId"))
@@ -1035,8 +1036,8 @@ module Aws::AuditManager
1035
1036
  UpdateAssessmentControlSetStatusResponse.add_member(:control_set, Shapes::ShapeRef.new(shape: AssessmentControlSet, location_name: "controlSet"))
1036
1037
  UpdateAssessmentControlSetStatusResponse.struct_class = Types::UpdateAssessmentControlSetStatusResponse
1037
1038
 
1038
- UpdateAssessmentFrameworkControlSet.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
1039
- UpdateAssessmentFrameworkControlSet.add_member(:name, Shapes::ShapeRef.new(shape: ControlSetName, location_name: "name"))
1039
+ UpdateAssessmentFrameworkControlSet.add_member(:id, Shapes::ShapeRef.new(shape: ControlSetName, location_name: "id"))
1040
+ UpdateAssessmentFrameworkControlSet.add_member(:name, Shapes::ShapeRef.new(shape: ControlSetName, required: true, location_name: "name"))
1040
1041
  UpdateAssessmentFrameworkControlSet.add_member(:controls, Shapes::ShapeRef.new(shape: CreateAssessmentFrameworkControls, location_name: "controls"))
1041
1042
  UpdateAssessmentFrameworkControlSet.struct_class = Types::UpdateAssessmentFrameworkControlSet
1042
1043
 
@@ -10,8 +10,8 @@
10
10
  module Aws::AuditManager
11
11
  module Types
12
12
 
13
- # The wrapper of AWS account details, such as account ID, email address,
14
- # and so on.
13
+ # The wrapper of account details, such as account ID, email address, and
14
+ # so on.
15
15
  #
16
16
  # @note When making an API call, you may pass AWSAccount
17
17
  # data as a hash:
@@ -23,15 +23,15 @@ module Aws::AuditManager
23
23
  # }
24
24
  #
25
25
  # @!attribute [rw] id
26
- # The identifier for the specified AWS account.
26
+ # The identifier for the specified account.
27
27
  # @return [String]
28
28
  #
29
29
  # @!attribute [rw] email_address
30
- # The email address associated with the specified AWS account.
30
+ # The email address associated with the specified account.
31
31
  # @return [String]
32
32
  #
33
33
  # @!attribute [rw] name
34
- # The name of the specified AWS account.
34
+ # The name of the specified account.
35
35
  # @return [String]
36
36
  #
37
37
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AWSAccount AWS API Documentation
@@ -44,7 +44,7 @@ module Aws::AuditManager
44
44
  include Aws::Structure
45
45
  end
46
46
 
47
- # An AWS service such as Amazon S3, AWS CloudTrail, and so on.
47
+ # An Amazon Web Service such as Amazon S3, CloudTrail, and so on.
48
48
  #
49
49
  # @note When making an API call, you may pass AWSService
50
50
  # data as a hash:
@@ -54,7 +54,7 @@ module Aws::AuditManager
54
54
  # }
55
55
  #
56
56
  # @!attribute [rw] service_name
57
- # The name of the AWS service.
57
+ # The name of the Amazon Web Service.
58
58
  # @return [String]
59
59
  #
60
60
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AWSService AWS API Documentation
@@ -65,7 +65,8 @@ module Aws::AuditManager
65
65
  include Aws::Structure
66
66
  end
67
67
 
68
- # You do not have sufficient access to perform this action.
68
+ # Your account is not registered with Audit Manager. Check the delegated
69
+ # administrator setup on the Audit Manager settings page, and try again.
69
70
  #
70
71
  # @!attribute [rw] message
71
72
  # @return [String]
@@ -78,16 +79,16 @@ module Aws::AuditManager
78
79
  include Aws::Structure
79
80
  end
80
81
 
81
- # An entity that defines the scope of audit evidence collected by AWS
82
- # Audit Manager. An AWS Audit Manager assessment is an implementation of
83
- # an AWS Audit Manager framework.
82
+ # An entity that defines the scope of audit evidence collected by Audit
83
+ # Manager. An Audit Manager assessment is an implementation of an Audit
84
+ # Manager framework.
84
85
  #
85
86
  # @!attribute [rw] arn
86
87
  # The Amazon Resource Name (ARN) of the assessment.
87
88
  # @return [String]
88
89
  #
89
90
  # @!attribute [rw] aws_account
90
- # The AWS account associated with the assessment.
91
+ # The account associated with the assessment.
91
92
  # @return [Types::AWSAccount]
92
93
  #
93
94
  # @!attribute [rw] metadata
@@ -115,7 +116,7 @@ module Aws::AuditManager
115
116
  end
116
117
 
117
118
  # The control entity that represents a standard or custom control used
118
- # in an AWS Audit Manager assessment.
119
+ # in an Audit Manager assessment.
119
120
  #
120
121
  # @!attribute [rw] id
121
122
  # The identifier for the specified control.
@@ -169,7 +170,7 @@ module Aws::AuditManager
169
170
  include Aws::Structure
170
171
  end
171
172
 
172
- # Represents a set of controls in an AWS Audit Manager assessment.
173
+ # Represents a set of controls in an Audit Manager assessment.
173
174
  #
174
175
  # @!attribute [rw] id
175
176
  # The identifier of the control set in the assessment. This is the
@@ -221,8 +222,7 @@ module Aws::AuditManager
221
222
  include Aws::Structure
222
223
  end
223
224
 
224
- # The folder in which AWS Audit Manager stores evidence for an
225
- # assessment.
225
+ # The folder in which Audit Manager stores evidence for an assessment.
226
226
  #
227
227
  # @!attribute [rw] name
228
228
  # The name of the specified evidence folder.
@@ -249,7 +249,7 @@ module Aws::AuditManager
249
249
  # @return [String]
250
250
  #
251
251
  # @!attribute [rw] data_source
252
- # The AWS service from which the evidence was collected.
252
+ # The Amazon Web Service from which the evidence was collected.
253
253
  # @return [String]
254
254
  #
255
255
  # @!attribute [rw] author
@@ -275,7 +275,8 @@ module Aws::AuditManager
275
275
  # @!attribute [rw] evidence_by_type_configuration_data_count
276
276
  # The number of evidence that falls under the configuration data
277
277
  # category. This evidence is collected from configuration snapshots of
278
- # other AWS services such as Amazon EC2, Amazon S3, or IAM.
278
+ # other Amazon Web Services services such as Amazon EC2, Amazon S3, or
279
+ # IAM.
279
280
  # @return [Integer]
280
281
  #
281
282
  # @!attribute [rw] evidence_by_type_manual_count
@@ -285,22 +286,22 @@ module Aws::AuditManager
285
286
  #
286
287
  # @!attribute [rw] evidence_by_type_compliance_check_count
287
288
  # The number of evidence that falls under the compliance check
288
- # category. This evidence is collected from AWS Config or AWS Security
289
- # Hub.
289
+ # category. This evidence is collected from Config or Security Hub.
290
290
  # @return [Integer]
291
291
  #
292
292
  # @!attribute [rw] evidence_by_type_compliance_check_issues_count
293
- # The total number of issues that were reported directly from AWS
294
- # Security Hub, AWS Config, or both.
293
+ # The total number of issues that were reported directly from Security
294
+ # Hub, Config, or both.
295
295
  # @return [Integer]
296
296
  #
297
297
  # @!attribute [rw] evidence_by_type_user_activity_count
298
298
  # The number of evidence that falls under the user activity category.
299
- # This evidence is collected from AWS CloudTrail logs.
299
+ # This evidence is collected from CloudTrail logs.
300
300
  # @return [Integer]
301
301
  #
302
302
  # @!attribute [rw] evidence_aws_service_source_count
303
- # The total number of AWS resources assessed to generate the evidence.
303
+ # The total number of Amazon Web Services resources assessed to
304
+ # generate the evidence.
304
305
  # @return [Integer]
305
306
  #
306
307
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AssessmentEvidenceFolder AWS API Documentation
@@ -328,8 +329,8 @@ module Aws::AuditManager
328
329
  include Aws::Structure
329
330
  end
330
331
 
331
- # The file used to structure and automate AWS Audit Manager assessments
332
- # for a given compliance standard.
332
+ # The file used to structure and automate Audit Manager assessments for
333
+ # a given compliance standard.
333
334
  #
334
335
  # @!attribute [rw] id
335
336
  # The unique identifier for the framework.
@@ -453,8 +454,7 @@ module Aws::AuditManager
453
454
  # @return [Types::AssessmentReportsDestination]
454
455
  #
455
456
  # @!attribute [rw] scope
456
- # The wrapper of AWS accounts and services in scope for the
457
- # assessment.
457
+ # The wrapper of accounts and services in scope for the assessment.
458
458
  # @return [Types::Scope]
459
459
  #
460
460
  # @!attribute [rw] roles
@@ -491,7 +491,7 @@ module Aws::AuditManager
491
491
  include Aws::Structure
492
492
  end
493
493
 
494
- # A metadata object associated with an assessment in AWS Audit Manager.
494
+ # A metadata object associated with an assessment in Audit Manager.
495
495
  #
496
496
  # @!attribute [rw] name
497
497
  # The name of the assessment.
@@ -541,10 +541,10 @@ module Aws::AuditManager
541
541
  include Aws::Structure
542
542
  end
543
543
 
544
- # A finalized document generated from an AWS Audit Manager assessment.
545
- # These reports summarize the relevant evidence collected for your
546
- # audit, and link to the relevant evidence folders which are named and
547
- # organized according to the controls specified in your assessment.
544
+ # A finalized document generated from an Audit Manager assessment. These
545
+ # reports summarize the relevant evidence collected for your audit, and
546
+ # link to the relevant evidence folders which are named and organized
547
+ # according to the controls specified in your assessment.
548
548
  #
549
549
  # @!attribute [rw] id
550
550
  # The unique identifier for the specified assessment report.
@@ -559,7 +559,7 @@ module Aws::AuditManager
559
559
  # @return [String]
560
560
  #
561
561
  # @!attribute [rw] aws_account_id
562
- # The identifier for the specified AWS account.
562
+ # The identifier for the specified account.
563
563
  # @return [String]
564
564
  #
565
565
  # @!attribute [rw] assessment_id
@@ -672,8 +672,8 @@ module Aws::AuditManager
672
672
  include Aws::Structure
673
673
  end
674
674
 
675
- # The location in which AWS Audit Manager saves assessment reports for
676
- # the given assessment.
675
+ # The location in which Audit Manager saves assessment reports for the
676
+ # given assessment.
677
677
  #
678
678
  # @note When making an API call, you may pass AssessmentReportsDestination
679
679
  # data as a hash:
@@ -783,7 +783,7 @@ module Aws::AuditManager
783
783
  # message.
784
784
  #
785
785
  # @!attribute [rw] create_delegation_request
786
- # The API request to batch create delegations in AWS Audit Manager.
786
+ # The API request to batch create delegations in Audit Manager.
787
787
  # @return [Types::CreateDelegationRequest]
788
788
  #
789
789
  # @!attribute [rw] error_code
@@ -822,7 +822,7 @@ module Aws::AuditManager
822
822
  # }
823
823
  #
824
824
  # @!attribute [rw] create_delegation_requests
825
- # The API request to batch create delegations in AWS Audit Manager.
825
+ # The API request to batch create delegations in Audit Manager.
826
826
  # @return [Array<Types::CreateDelegationRequest>]
827
827
  #
828
828
  # @!attribute [rw] assessment_id
@@ -976,7 +976,7 @@ module Aws::AuditManager
976
976
  # message.
977
977
  #
978
978
  # @!attribute [rw] manual_evidence
979
- # Manual evidence that cannot be collected automatically by AWS Audit
979
+ # Manual evidence that cannot be collected automatically by Audit
980
980
  # Manager.
981
981
  # @return [Types::ManualEvidence]
982
982
  #
@@ -1054,7 +1054,7 @@ module Aws::AuditManager
1054
1054
  include Aws::Structure
1055
1055
  end
1056
1056
 
1057
- # The record of a change within AWS Audit Manager, such as a modified
1057
+ # The record of a change within Audit Manager, such as a modified
1058
1058
  # assessment, a delegated control set, and so on.
1059
1059
  #
1060
1060
  # @!attribute [rw] object_type
@@ -1090,7 +1090,7 @@ module Aws::AuditManager
1090
1090
  include Aws::Structure
1091
1091
  end
1092
1092
 
1093
- # A control in AWS Audit Manager.
1093
+ # A control in Audit Manager.
1094
1094
  #
1095
1095
  # @!attribute [rw] arn
1096
1096
  # The Amazon Resource Name (ARN) of the specified control.
@@ -1126,8 +1126,8 @@ module Aws::AuditManager
1126
1126
  # @return [String]
1127
1127
  #
1128
1128
  # @!attribute [rw] control_sources
1129
- # The data source that determines from where AWS Audit Manager
1130
- # collects evidence for the control.
1129
+ # The data source that determines from where Audit Manager collects
1130
+ # evidence for the control.
1131
1131
  # @return [String]
1132
1132
  #
1133
1133
  # @!attribute [rw] control_mapping_sources
@@ -1201,7 +1201,7 @@ module Aws::AuditManager
1201
1201
  include Aws::Structure
1202
1202
  end
1203
1203
 
1204
- # The data source that determines from where AWS Audit Manager collects
1204
+ # The data source that determines from where Audit Manager collects
1205
1205
  # evidence for the control.
1206
1206
  #
1207
1207
  # @note When making an API call, you may pass ControlMappingSource
@@ -1244,7 +1244,8 @@ module Aws::AuditManager
1244
1244
  # @return [String]
1245
1245
  #
1246
1246
  # @!attribute [rw] source_keyword
1247
- # The keyword to search for in AWS CloudTrail logs.
1247
+ # The keyword to search for in CloudTrail logs, Config rules, Security
1248
+ # Hub checks, and Amazon Web Services API names.
1248
1249
  # @return [Types::SourceKeyword]
1249
1250
  #
1250
1251
  # @!attribute [rw] source_frequency
@@ -1286,8 +1287,8 @@ module Aws::AuditManager
1286
1287
  # @return [String]
1287
1288
  #
1288
1289
  # @!attribute [rw] control_sources
1289
- # The data source that determines from where AWS Audit Manager
1290
- # collects evidence for the control.
1290
+ # The data source that determines from where Audit Manager collects
1291
+ # evidence for the control.
1291
1292
  # @return [String]
1292
1293
  #
1293
1294
  # @!attribute [rw] created_at
@@ -1311,7 +1312,7 @@ module Aws::AuditManager
1311
1312
  include Aws::Structure
1312
1313
  end
1313
1314
 
1314
- # A set of controls in AWS Audit Manager.
1315
+ # A set of controls in Audit Manager.
1315
1316
  #
1316
1317
  # @!attribute [rw] id
1317
1318
  # The identifier of the control set in the assessment. This is the
@@ -1337,7 +1338,7 @@ module Aws::AuditManager
1337
1338
  end
1338
1339
 
1339
1340
  # Control entity attributes that uniquely identify an existing control
1340
- # to be added to a framework in AWS Audit Manager.
1341
+ # to be added to a framework in Audit Manager.
1341
1342
  #
1342
1343
  # @note When making an API call, you may pass CreateAssessmentFrameworkControl
1343
1344
  # data as a hash:
@@ -1358,14 +1359,14 @@ module Aws::AuditManager
1358
1359
  include Aws::Structure
1359
1360
  end
1360
1361
 
1361
- # A `controlSet` entity that represents a collection of controls in AWS
1362
+ # A `controlSet` entity that represents a collection of controls in
1362
1363
  # Audit Manager. This does not contain the control set ID.
1363
1364
  #
1364
1365
  # @note When making an API call, you may pass CreateAssessmentFrameworkControlSet
1365
1366
  # data as a hash:
1366
1367
  #
1367
1368
  # {
1368
- # name: "ControlSetName",
1369
+ # name: "ControlSetName", # required
1369
1370
  # controls: [
1370
1371
  # {
1371
1372
  # id: "UUID",
@@ -1400,7 +1401,7 @@ module Aws::AuditManager
1400
1401
  # compliance_type: "ComplianceType",
1401
1402
  # control_sets: [ # required
1402
1403
  # {
1403
- # name: "ControlSetName",
1404
+ # name: "ControlSetName", # required
1404
1405
  # controls: [
1405
1406
  # {
1406
1407
  # id: "UUID",
@@ -1553,8 +1554,8 @@ module Aws::AuditManager
1553
1554
  # @return [Types::AssessmentReportsDestination]
1554
1555
  #
1555
1556
  # @!attribute [rw] scope
1556
- # The wrapper that contains the AWS accounts and AWS services in scope
1557
- # for the assessment.
1557
+ # The wrapper that contains the accounts and services in scope for the
1558
+ # assessment.
1558
1559
  # @return [Types::Scope]
1559
1560
  #
1560
1561
  # @!attribute [rw] roles
@@ -1584,9 +1585,9 @@ module Aws::AuditManager
1584
1585
  end
1585
1586
 
1586
1587
  # @!attribute [rw] assessment
1587
- # An entity that defines the scope of audit evidence collected by AWS
1588
- # Audit Manager. An AWS Audit Manager assessment is an implementation
1589
- # of an AWS Audit Manager framework.
1588
+ # An entity that defines the scope of audit evidence collected by
1589
+ # Audit Manager. An Audit Manager assessment is an implementation of
1590
+ # an Audit Manager framework.
1590
1591
  # @return [Types::Assessment]
1591
1592
  #
1592
1593
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentResponse AWS API Documentation
@@ -1622,8 +1623,8 @@ module Aws::AuditManager
1622
1623
  # @return [String]
1623
1624
  #
1624
1625
  # @!attribute [rw] source_description
1625
- # The description of the data source that determines from where AWS
1626
- # Audit Manager collects evidence for the control.
1626
+ # The description of the data source that determines from where Audit
1627
+ # Manager collects evidence for the control.
1627
1628
  # @return [String]
1628
1629
  #
1629
1630
  # @!attribute [rw] source_set_up_option
@@ -1637,7 +1638,8 @@ module Aws::AuditManager
1637
1638
  # @return [String]
1638
1639
  #
1639
1640
  # @!attribute [rw] source_keyword
1640
- # The keyword to search for in AWS CloudTrail logs.
1641
+ # The keyword to search for in CloudTrail logs, Config rules, Security
1642
+ # Hub checks, and Amazon Web Services API names.
1641
1643
  # @return [Types::SourceKeyword]
1642
1644
  #
1643
1645
  # @!attribute [rw] source_frequency
@@ -1747,7 +1749,7 @@ module Aws::AuditManager
1747
1749
  end
1748
1750
 
1749
1751
  # A collection of attributes used to create a delegation for an
1750
- # assessment in AWS Audit Manager.
1752
+ # assessment in Audit Manager.
1751
1753
  #
1752
1754
  # @note When making an API call, you may pass CreateDelegationRequest
1753
1755
  # data as a hash:
@@ -2090,7 +2092,7 @@ module Aws::AuditManager
2090
2092
  # @return [String]
2091
2093
  #
2092
2094
  # @!attribute [rw] evidence_aws_account_id
2093
- # The identifier for the specified AWS account.
2095
+ # The identifier for the specified account.
2094
2096
  # @return [String]
2095
2097
  #
2096
2098
  # @!attribute [rw] time
@@ -2098,7 +2100,7 @@ module Aws::AuditManager
2098
2100
  # @return [Time]
2099
2101
  #
2100
2102
  # @!attribute [rw] event_source
2101
- # The AWS service from which the evidence is collected.
2103
+ # The Amazon Web Service from which the evidence is collected.
2102
2104
  # @return [String]
2103
2105
  #
2104
2106
  # @!attribute [rw] event_name
@@ -2126,18 +2128,18 @@ module Aws::AuditManager
2126
2128
  #
2127
2129
  # @!attribute [rw] compliance_check
2128
2130
  # The evaluation status for evidence that falls under the compliance
2129
- # check category. For evidence collected from AWS Security Hub, a
2130
- # *Pass* or *Fail* result is shown. For evidence collected from AWS
2131
- # Config, a *Compliant* or *Noncompliant* result is shown.
2131
+ # check category. For evidence collected from Security Hub, a *Pass*
2132
+ # or *Fail* result is shown. For evidence collected from Config, a
2133
+ # *Compliant* or *Noncompliant* result is shown.
2132
2134
  # @return [String]
2133
2135
  #
2134
2136
  # @!attribute [rw] aws_organization
2135
- # The AWS account from which the evidence is collected, and its AWS
2137
+ # The account from which the evidence is collected, and its
2136
2138
  # organization path.
2137
2139
  # @return [String]
2138
2140
  #
2139
2141
  # @!attribute [rw] aws_account_id
2140
- # The identifier for the specified AWS account.
2142
+ # The identifier for the specified account.
2141
2143
  # @return [String]
2142
2144
  #
2143
2145
  # @!attribute [rw] evidence_folder_id
@@ -2149,7 +2151,7 @@ module Aws::AuditManager
2149
2151
  # @return [String]
2150
2152
  #
2151
2153
  # @!attribute [rw] assessment_report_selection
2152
- # Specifies whether the evidence is inclded in the assessment report.
2154
+ # Specifies whether the evidence is included in the assessment report.
2153
2155
  # @return [String]
2154
2156
  #
2155
2157
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Evidence AWS API Documentation
@@ -2174,8 +2176,8 @@ module Aws::AuditManager
2174
2176
  include Aws::Structure
2175
2177
  end
2176
2178
 
2177
- # The file used to structure and automate AWS Audit Manager assessments
2178
- # for a given compliance standard.
2179
+ # The file used to structure and automate Audit Manager assessments for
2180
+ # a given compliance standard.
2179
2181
  #
2180
2182
  # @!attribute [rw] arn
2181
2183
  # The Amazon Resource Name (ARN) of the specified framework.
@@ -2207,7 +2209,7 @@ module Aws::AuditManager
2207
2209
  # @return [String]
2208
2210
  #
2209
2211
  # @!attribute [rw] control_sources
2210
- # The sources from which AWS Audit Manager collects evidence for the
2212
+ # The sources from which Audit Manager collects evidence for the
2211
2213
  # control.
2212
2214
  # @return [String]
2213
2215
  #
@@ -2294,7 +2296,7 @@ module Aws::AuditManager
2294
2296
  class GetAccountStatusRequest < Aws::EmptyStructure; end
2295
2297
 
2296
2298
  # @!attribute [rw] status
2297
- # The status of the specified AWS account.
2299
+ # The status of the specified account.
2298
2300
  # @return [String]
2299
2301
  #
2300
2302
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAccountStatusResponse AWS API Documentation
@@ -2394,15 +2396,22 @@ module Aws::AuditManager
2394
2396
  end
2395
2397
 
2396
2398
  # @!attribute [rw] assessment
2397
- # An entity that defines the scope of audit evidence collected by AWS
2398
- # Audit Manager. An AWS Audit Manager assessment is an implementation
2399
- # of an AWS Audit Manager framework.
2399
+ # An entity that defines the scope of audit evidence collected by
2400
+ # Audit Manager. An Audit Manager assessment is an implementation of
2401
+ # an Audit Manager framework.
2400
2402
  # @return [Types::Assessment]
2401
2403
  #
2404
+ # @!attribute [rw] user_role
2405
+ # The wrapper that contains the Audit Manager role information of the
2406
+ # current user, such as the role type and IAM Amazon Resource Name
2407
+ # (ARN).
2408
+ # @return [Types::Role]
2409
+ #
2402
2410
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentResponse AWS API Documentation
2403
2411
  #
2404
2412
  class GetAssessmentResponse < Struct.new(
2405
- :assessment)
2413
+ :assessment,
2414
+ :user_role)
2406
2415
  SENSITIVE = []
2407
2416
  include Aws::Structure
2408
2417
  end
@@ -2839,7 +2848,7 @@ module Aws::AuditManager
2839
2848
  class GetServicesInScopeRequest < Aws::EmptyStructure; end
2840
2849
 
2841
2850
  # @!attribute [rw] service_metadata
2842
- # The metadata associated with the aAWS service.
2851
+ # The metadata associated with the Amazon Web Service.
2843
2852
  # @return [Array<Types::ServiceMetadata>]
2844
2853
  #
2845
2854
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetServicesInScopeResponse AWS API Documentation
@@ -2870,8 +2879,7 @@ module Aws::AuditManager
2870
2879
  end
2871
2880
 
2872
2881
  # @!attribute [rw] settings
2873
- # The settings object that holds all supported AWS Audit Manager
2874
- # settings.
2882
+ # The settings object that holds all supported Audit Manager settings.
2875
2883
  # @return [Types::Settings]
2876
2884
  #
2877
2885
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetSettingsResponse AWS API Documentation
@@ -3205,7 +3213,7 @@ module Aws::AuditManager
3205
3213
  include Aws::Structure
3206
3214
  end
3207
3215
 
3208
- # Evidence that is uploaded to AWS Audit Manager manually.
3216
+ # Evidence that is uploaded to Audit Manager manually.
3209
3217
  #
3210
3218
  # @note When making an API call, you may pass ManualEvidence
3211
3219
  # data as a hash:
@@ -3226,9 +3234,9 @@ module Aws::AuditManager
3226
3234
  include Aws::Structure
3227
3235
  end
3228
3236
 
3229
- # The notification used to inform a user of an update in AWS Audit
3230
- # Manager. For example, this includes the notification that is sent when
3231
- # a control set is delegated for review.
3237
+ # The notification used to inform a user of an update in Audit Manager.
3238
+ # For example, this includes the notification that is sent when a
3239
+ # control set is delegated for review.
3232
3240
  #
3233
3241
  # @!attribute [rw] id
3234
3242
  # The unique identifier for the notification.
@@ -3287,11 +3295,11 @@ module Aws::AuditManager
3287
3295
  # }
3288
3296
  #
3289
3297
  # @!attribute [rw] kms_key
3290
- # The AWS KMS key details.
3298
+ # The KMS key details.
3291
3299
  # @return [String]
3292
3300
  #
3293
3301
  # @!attribute [rw] delegated_admin_account
3294
- # The delegated administrator account for AWS Audit Manager.
3302
+ # The delegated administrator account for Audit Manager.
3295
3303
  # @return [String]
3296
3304
  #
3297
3305
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterAccountRequest AWS API Documentation
@@ -3339,7 +3347,7 @@ module Aws::AuditManager
3339
3347
  # @return [String]
3340
3348
  #
3341
3349
  # @!attribute [rw] organization_id
3342
- # The identifier for the specified AWS organization.
3350
+ # The identifier for the specified organization.
3343
3351
  # @return [String]
3344
3352
  #
3345
3353
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterOrganizationAdminAccountResponse AWS API Documentation
@@ -3351,7 +3359,7 @@ module Aws::AuditManager
3351
3359
  include Aws::Structure
3352
3360
  end
3353
3361
 
3354
- # A system asset that is evaluated in an AWS Audit Manager assessment.
3362
+ # A system asset that is evaluated in an Audit Manager assessment.
3355
3363
  #
3356
3364
  # @!attribute [rw] arn
3357
3365
  # The Amazon Resource Name (ARN) for the specified resource.
@@ -3393,8 +3401,9 @@ module Aws::AuditManager
3393
3401
  include Aws::Structure
3394
3402
  end
3395
3403
 
3396
- # The wrapper that contains AWS Audit Manager role information, such as
3397
- # the role type and IAM Amazon Resource Name (ARN).
3404
+ # The wrapper that contains the Audit Manager role information of the
3405
+ # current user, such as the role type and IAM Amazon Resource Name
3406
+ # (ARN).
3398
3407
  #
3399
3408
  # @note When making an API call, you may pass Role
3400
3409
  # data as a hash:
@@ -3430,8 +3439,8 @@ module Aws::AuditManager
3430
3439
  include Aws::Structure
3431
3440
  end
3432
3441
 
3433
- # The wrapper that contains the AWS accounts and AWS services in scope
3434
- # for the assessment.
3442
+ # The wrapper that contains the accounts and services in scope for the
3443
+ # assessment.
3435
3444
  #
3436
3445
  # @note When making an API call, you may pass Scope
3437
3446
  # data as a hash:
@@ -3452,11 +3461,12 @@ module Aws::AuditManager
3452
3461
  # }
3453
3462
  #
3454
3463
  # @!attribute [rw] aws_accounts
3455
- # The AWS accounts included in the scope of the assessment.
3464
+ # The accounts included in the scope of the assessment.
3456
3465
  # @return [Array<Types::AWSAccount>]
3457
3466
  #
3458
3467
  # @!attribute [rw] aws_services
3459
- # The AWS services included in the scope of the assessment.
3468
+ # The Amazon Web Services services included in the scope of the
3469
+ # assessment.
3460
3470
  # @return [Array<Types::AWSService>]
3461
3471
  #
3462
3472
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Scope AWS API Documentation
@@ -3468,23 +3478,23 @@ module Aws::AuditManager
3468
3478
  include Aws::Structure
3469
3479
  end
3470
3480
 
3471
- # The metadata associated with the specified AWS service.
3481
+ # The metadata associated with the specified Amazon Web Service.
3472
3482
  #
3473
3483
  # @!attribute [rw] name
3474
- # The name of the AWS service.
3484
+ # The name of the Amazon Web Service.
3475
3485
  # @return [String]
3476
3486
  #
3477
3487
  # @!attribute [rw] display_name
3478
- # The display name of the AWS service.
3488
+ # The display name of the Amazon Web Service.
3479
3489
  # @return [String]
3480
3490
  #
3481
3491
  # @!attribute [rw] description
3482
- # The description of the specified AWS service.
3492
+ # The description of the specified Amazon Web Service.
3483
3493
  # @return [String]
3484
3494
  #
3485
3495
  # @!attribute [rw] category
3486
- # The category in which the AWS service belongs, such as compute,
3487
- # storage, database, and so on.
3496
+ # The category in which the Amazon Web Service belongs, such as
3497
+ # compute, storage, database, and so on.
3488
3498
  # @return [String]
3489
3499
  #
3490
3500
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ServiceMetadata AWS API Documentation
@@ -3498,11 +3508,10 @@ module Aws::AuditManager
3498
3508
  include Aws::Structure
3499
3509
  end
3500
3510
 
3501
- # The settings object that holds all supported AWS Audit Manager
3502
- # settings.
3511
+ # The settings object that holds all supported Audit Manager settings.
3503
3512
  #
3504
3513
  # @!attribute [rw] is_aws_org_enabled
3505
- # Specifies whether AWS Organizations is enabled.
3514
+ # Specifies whether Organizations is enabled.
3506
3515
  # @return [Boolean]
3507
3516
  #
3508
3517
  # @!attribute [rw] sns_topic
@@ -3519,7 +3528,7 @@ module Aws::AuditManager
3519
3528
  # @return [Array<Types::Role>]
3520
3529
  #
3521
3530
  # @!attribute [rw] kms_key
3522
- # The AWS KMS key details.
3531
+ # The KMS key details.
3523
3532
  # @return [String]
3524
3533
  #
3525
3534
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Settings AWS API Documentation
@@ -3534,7 +3543,8 @@ module Aws::AuditManager
3534
3543
  include Aws::Structure
3535
3544
  end
3536
3545
 
3537
- # The keyword to search for in AWS CloudTrail logs.
3546
+ # The keyword to search for in CloudTrail logs, Config rules, Security
3547
+ # Hub checks, and Amazon Web Services API names.
3538
3548
  #
3539
3549
  # @note When making an API call, you may pass SourceKeyword
3540
3550
  # data as a hash:
@@ -3549,7 +3559,8 @@ module Aws::AuditManager
3549
3559
  # @return [String]
3550
3560
  #
3551
3561
  # @!attribute [rw] keyword_value
3552
- # The value of the keyword used to search AWS CloudTrail logs when
3562
+ # The value of the keyword used to search CloudTrail logs, Config
3563
+ # rules, Security Hub checks, and Amazon Web Services API names when
3553
3564
  # mapping a control data source.
3554
3565
  # @return [String]
3555
3566
  #
@@ -3748,15 +3759,15 @@ module Aws::AuditManager
3748
3759
  include Aws::Structure
3749
3760
  end
3750
3761
 
3751
- # A `controlSet` entity that represents a collection of controls in AWS
3762
+ # A `controlSet` entity that represents a collection of controls in
3752
3763
  # Audit Manager. This does not contain the control set ID.
3753
3764
  #
3754
3765
  # @note When making an API call, you may pass UpdateAssessmentFrameworkControlSet
3755
3766
  # data as a hash:
3756
3767
  #
3757
3768
  # {
3758
- # id: "UUID",
3759
- # name: "ControlSetName",
3769
+ # id: "ControlSetName",
3770
+ # name: "ControlSetName", # required
3760
3771
  # controls: [
3761
3772
  # {
3762
3773
  # id: "UUID",
@@ -3796,8 +3807,8 @@ module Aws::AuditManager
3796
3807
  # compliance_type: "ComplianceType",
3797
3808
  # control_sets: [ # required
3798
3809
  # {
3799
- # id: "UUID",
3800
- # name: "ControlSetName",
3810
+ # id: "ControlSetName",
3811
+ # name: "ControlSetName", # required
3801
3812
  # controls: [
3802
3813
  # {
3803
3814
  # id: "UUID",
@@ -4078,7 +4089,7 @@ module Aws::AuditManager
4078
4089
  #
4079
4090
  # @!attribute [rw] sns_topic
4080
4091
  # The Amazon Simple Notification Service (Amazon SNS) topic to which
4081
- # AWS Audit Manager sends notifications.
4092
+ # Audit Manager sends notifications.
4082
4093
  # @return [String]
4083
4094
  #
4084
4095
  # @!attribute [rw] default_assessment_reports_destination
@@ -4090,7 +4101,7 @@ module Aws::AuditManager
4090
4101
  # @return [Array<Types::Role>]
4091
4102
  #
4092
4103
  # @!attribute [rw] kms_key
4093
- # The AWS KMS key details.
4104
+ # The KMS key details.
4094
4105
  # @return [String]
4095
4106
  #
4096
4107
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateSettingsRequest AWS API Documentation
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.4.0
4
+ version: 1.8.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-auditmanager
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-auditmanager/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-auditmanager
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-auditmanager/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS Audit Manager