aws-sdk-auditmanager 1.35.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-auditmanager/client.rb +5 -1
- data/lib/aws-sdk-auditmanager/types.rb +36 -36
- data/lib/aws-sdk-auditmanager.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4a63954a83351d658ed7957d4cd4b0a52cc3cc776cabd96603fabe84082300c
|
|
4
|
+
data.tar.gz: 3de3d2482b77701c927023e2da6352bd041d28defc783f078832d23de541971c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe3a04124a3e2c67fcc3164570b6dc360fca8b50165bace1276468d20b430b4b0b812861dfb3d8b17ba9d5deeb491619e7bed85883fbbc34c39f4f1e1482ceb5
|
|
7
|
+
data.tar.gz: 0cfa7fe9d2af193db87d4c90b7cbdb41d6e1fa8de4defcde16c64e446bed48fcd434f1eb115c3e1b399ded6fb191505bbb794b2c6ee2a99f5ef945f19640860a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.37.0 (2023-08-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName.
|
|
8
|
+
|
|
9
|
+
1.36.0 (2023-07-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.35.0 (2023-07-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
|
@@ -216,6 +216,10 @@ module Aws::AuditManager
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -3873,7 +3877,7 @@ module Aws::AuditManager
|
|
|
3873
3877
|
params: params,
|
|
3874
3878
|
config: config)
|
|
3875
3879
|
context[:gem_name] = 'aws-sdk-auditmanager'
|
|
3876
|
-
context[:gem_version] = '1.
|
|
3880
|
+
context[:gem_version] = '1.37.0'
|
|
3877
3881
|
Seahorse::Client::Request.new(handlers, context)
|
|
3878
3882
|
end
|
|
3879
3883
|
|
|
@@ -32,7 +32,7 @@ module Aws::AuditManager
|
|
|
32
32
|
:id,
|
|
33
33
|
:email_address,
|
|
34
34
|
:name)
|
|
35
|
-
SENSITIVE = []
|
|
35
|
+
SENSITIVE = [:email_address]
|
|
36
36
|
include Aws::Structure
|
|
37
37
|
end
|
|
38
38
|
|
|
@@ -110,7 +110,7 @@ module Aws::AuditManager
|
|
|
110
110
|
:metadata,
|
|
111
111
|
:framework,
|
|
112
112
|
:tags)
|
|
113
|
-
SENSITIVE = []
|
|
113
|
+
SENSITIVE = [:framework]
|
|
114
114
|
include Aws::Structure
|
|
115
115
|
end
|
|
116
116
|
|
|
@@ -217,7 +217,7 @@ module Aws::AuditManager
|
|
|
217
217
|
:delegations,
|
|
218
218
|
:system_evidence_count,
|
|
219
219
|
:manual_evidence_count)
|
|
220
|
-
SENSITIVE = []
|
|
220
|
+
SENSITIVE = [:roles]
|
|
221
221
|
include Aws::Structure
|
|
222
222
|
end
|
|
223
223
|
|
|
@@ -421,7 +421,7 @@ module Aws::AuditManager
|
|
|
421
421
|
:control_sets_count,
|
|
422
422
|
:created_at,
|
|
423
423
|
:last_updated_at)
|
|
424
|
-
SENSITIVE = []
|
|
424
|
+
SENSITIVE = [:compliance_type]
|
|
425
425
|
include Aws::Structure
|
|
426
426
|
end
|
|
427
427
|
|
|
@@ -508,7 +508,7 @@ module Aws::AuditManager
|
|
|
508
508
|
:standard_controls_count,
|
|
509
509
|
:custom_controls_count,
|
|
510
510
|
:compliance_type)
|
|
511
|
-
SENSITIVE = []
|
|
511
|
+
SENSITIVE = [:compliance_type]
|
|
512
512
|
include Aws::Structure
|
|
513
513
|
end
|
|
514
514
|
|
|
@@ -575,7 +575,7 @@ module Aws::AuditManager
|
|
|
575
575
|
:delegations,
|
|
576
576
|
:creation_time,
|
|
577
577
|
:last_updated)
|
|
578
|
-
SENSITIVE = []
|
|
578
|
+
SENSITIVE = [:name, :description, :compliance_type, :assessment_reports_destination, :scope, :roles]
|
|
579
579
|
include Aws::Structure
|
|
580
580
|
end
|
|
581
581
|
|
|
@@ -626,7 +626,7 @@ module Aws::AuditManager
|
|
|
626
626
|
:delegations,
|
|
627
627
|
:creation_time,
|
|
628
628
|
:last_updated)
|
|
629
|
-
SENSITIVE = []
|
|
629
|
+
SENSITIVE = [:name, :compliance_type, :roles]
|
|
630
630
|
include Aws::Structure
|
|
631
631
|
end
|
|
632
632
|
|
|
@@ -684,7 +684,7 @@ module Aws::AuditManager
|
|
|
684
684
|
:author,
|
|
685
685
|
:status,
|
|
686
686
|
:creation_time)
|
|
687
|
-
SENSITIVE = []
|
|
687
|
+
SENSITIVE = [:description, :assessment_name, :author]
|
|
688
688
|
include Aws::Structure
|
|
689
689
|
end
|
|
690
690
|
|
|
@@ -759,7 +759,7 @@ module Aws::AuditManager
|
|
|
759
759
|
:author,
|
|
760
760
|
:status,
|
|
761
761
|
:creation_time)
|
|
762
|
-
SENSITIVE = []
|
|
762
|
+
SENSITIVE = [:description, :assessment_name, :author]
|
|
763
763
|
include Aws::Structure
|
|
764
764
|
end
|
|
765
765
|
|
|
@@ -886,7 +886,7 @@ module Aws::AuditManager
|
|
|
886
886
|
class BatchCreateDelegationByAssessmentRequest < Struct.new(
|
|
887
887
|
:create_delegation_requests,
|
|
888
888
|
:assessment_id)
|
|
889
|
-
SENSITIVE = []
|
|
889
|
+
SENSITIVE = [:create_delegation_requests]
|
|
890
890
|
include Aws::Structure
|
|
891
891
|
end
|
|
892
892
|
|
|
@@ -904,7 +904,7 @@ module Aws::AuditManager
|
|
|
904
904
|
class BatchCreateDelegationByAssessmentResponse < Struct.new(
|
|
905
905
|
:delegations,
|
|
906
906
|
:errors)
|
|
907
|
-
SENSITIVE = []
|
|
907
|
+
SENSITIVE = [:errors]
|
|
908
908
|
include Aws::Structure
|
|
909
909
|
end
|
|
910
910
|
|
|
@@ -962,7 +962,7 @@ module Aws::AuditManager
|
|
|
962
962
|
#
|
|
963
963
|
class BatchDeleteDelegationByAssessmentResponse < Struct.new(
|
|
964
964
|
:errors)
|
|
965
|
-
SENSITIVE = []
|
|
965
|
+
SENSITIVE = [:errors]
|
|
966
966
|
include Aws::Structure
|
|
967
967
|
end
|
|
968
968
|
|
|
@@ -1198,7 +1198,7 @@ module Aws::AuditManager
|
|
|
1198
1198
|
:created_by,
|
|
1199
1199
|
:last_updated_by,
|
|
1200
1200
|
:tags)
|
|
1201
|
-
SENSITIVE = []
|
|
1201
|
+
SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions, :created_by, :last_updated_by]
|
|
1202
1202
|
include Aws::Structure
|
|
1203
1203
|
end
|
|
1204
1204
|
|
|
@@ -1223,7 +1223,7 @@ module Aws::AuditManager
|
|
|
1223
1223
|
:author_name,
|
|
1224
1224
|
:comment_body,
|
|
1225
1225
|
:posted_date)
|
|
1226
|
-
SENSITIVE = []
|
|
1226
|
+
SENSITIVE = [:author_name, :comment_body]
|
|
1227
1227
|
include Aws::Structure
|
|
1228
1228
|
end
|
|
1229
1229
|
|
|
@@ -1419,7 +1419,7 @@ module Aws::AuditManager
|
|
|
1419
1419
|
:source_keyword,
|
|
1420
1420
|
:source_frequency,
|
|
1421
1421
|
:troubleshooting_text)
|
|
1422
|
-
SENSITIVE = []
|
|
1422
|
+
SENSITIVE = [:troubleshooting_text]
|
|
1423
1423
|
include Aws::Structure
|
|
1424
1424
|
end
|
|
1425
1425
|
|
|
@@ -1554,7 +1554,7 @@ module Aws::AuditManager
|
|
|
1554
1554
|
:compliance_type,
|
|
1555
1555
|
:control_sets,
|
|
1556
1556
|
:tags)
|
|
1557
|
-
SENSITIVE = []
|
|
1557
|
+
SENSITIVE = [:compliance_type]
|
|
1558
1558
|
include Aws::Structure
|
|
1559
1559
|
end
|
|
1560
1560
|
|
|
@@ -1616,7 +1616,7 @@ module Aws::AuditManager
|
|
|
1616
1616
|
:description,
|
|
1617
1617
|
:assessment_id,
|
|
1618
1618
|
:query_statement)
|
|
1619
|
-
SENSITIVE = []
|
|
1619
|
+
SENSITIVE = [:description]
|
|
1620
1620
|
include Aws::Structure
|
|
1621
1621
|
end
|
|
1622
1622
|
|
|
@@ -1674,7 +1674,7 @@ module Aws::AuditManager
|
|
|
1674
1674
|
:roles,
|
|
1675
1675
|
:framework_id,
|
|
1676
1676
|
:tags)
|
|
1677
|
-
SENSITIVE = []
|
|
1677
|
+
SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
|
|
1678
1678
|
include Aws::Structure
|
|
1679
1679
|
end
|
|
1680
1680
|
|
|
@@ -1764,7 +1764,7 @@ module Aws::AuditManager
|
|
|
1764
1764
|
:source_keyword,
|
|
1765
1765
|
:source_frequency,
|
|
1766
1766
|
:troubleshooting_text)
|
|
1767
|
-
SENSITIVE = []
|
|
1767
|
+
SENSITIVE = [:troubleshooting_text]
|
|
1768
1768
|
include Aws::Structure
|
|
1769
1769
|
end
|
|
1770
1770
|
|
|
@@ -1807,7 +1807,7 @@ module Aws::AuditManager
|
|
|
1807
1807
|
:action_plan_instructions,
|
|
1808
1808
|
:control_mapping_sources,
|
|
1809
1809
|
:tags)
|
|
1810
|
-
SENSITIVE = []
|
|
1810
|
+
SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions]
|
|
1811
1811
|
include Aws::Structure
|
|
1812
1812
|
end
|
|
1813
1813
|
|
|
@@ -1858,7 +1858,7 @@ module Aws::AuditManager
|
|
|
1858
1858
|
:control_set_id,
|
|
1859
1859
|
:role_arn,
|
|
1860
1860
|
:role_type)
|
|
1861
|
-
SENSITIVE = []
|
|
1861
|
+
SENSITIVE = [:comment]
|
|
1862
1862
|
include Aws::Structure
|
|
1863
1863
|
end
|
|
1864
1864
|
|
|
@@ -1953,7 +1953,7 @@ module Aws::AuditManager
|
|
|
1953
1953
|
:control_set_id,
|
|
1954
1954
|
:comment,
|
|
1955
1955
|
:created_by)
|
|
1956
|
-
SENSITIVE = []
|
|
1956
|
+
SENSITIVE = [:assessment_name, :comment, :created_by]
|
|
1957
1957
|
include Aws::Structure
|
|
1958
1958
|
end
|
|
1959
1959
|
|
|
@@ -1997,7 +1997,7 @@ module Aws::AuditManager
|
|
|
1997
1997
|
:role_arn,
|
|
1998
1998
|
:creation_time,
|
|
1999
1999
|
:control_set_name)
|
|
2000
|
-
SENSITIVE = []
|
|
2000
|
+
SENSITIVE = [:assessment_name]
|
|
2001
2001
|
include Aws::Structure
|
|
2002
2002
|
end
|
|
2003
2003
|
|
|
@@ -2489,7 +2489,7 @@ module Aws::AuditManager
|
|
|
2489
2489
|
:created_by,
|
|
2490
2490
|
:last_updated_by,
|
|
2491
2491
|
:tags)
|
|
2492
|
-
SENSITIVE = []
|
|
2492
|
+
SENSITIVE = [:compliance_type, :control_sets, :created_by, :last_updated_by]
|
|
2493
2493
|
include Aws::Structure
|
|
2494
2494
|
end
|
|
2495
2495
|
|
|
@@ -2519,7 +2519,7 @@ module Aws::AuditManager
|
|
|
2519
2519
|
:description,
|
|
2520
2520
|
:logo,
|
|
2521
2521
|
:compliance_type)
|
|
2522
|
-
SENSITIVE = []
|
|
2522
|
+
SENSITIVE = [:name, :compliance_type]
|
|
2523
2523
|
include Aws::Structure
|
|
2524
2524
|
end
|
|
2525
2525
|
|
|
@@ -2802,7 +2802,7 @@ module Aws::AuditManager
|
|
|
2802
2802
|
#
|
|
2803
2803
|
class GetEvidenceFileUploadUrlRequest < Struct.new(
|
|
2804
2804
|
:file_name)
|
|
2805
|
-
SENSITIVE = []
|
|
2805
|
+
SENSITIVE = [:file_name]
|
|
2806
2806
|
include Aws::Structure
|
|
2807
2807
|
end
|
|
2808
2808
|
|
|
@@ -3772,7 +3772,7 @@ module Aws::AuditManager
|
|
|
3772
3772
|
:s3_resource_path,
|
|
3773
3773
|
:text_response,
|
|
3774
3774
|
:evidence_file_name)
|
|
3775
|
-
SENSITIVE = []
|
|
3775
|
+
SENSITIVE = [:text_response, :evidence_file_name]
|
|
3776
3776
|
include Aws::Structure
|
|
3777
3777
|
end
|
|
3778
3778
|
|
|
@@ -3824,7 +3824,7 @@ module Aws::AuditManager
|
|
|
3824
3824
|
:description,
|
|
3825
3825
|
:event_time,
|
|
3826
3826
|
:source)
|
|
3827
|
-
SENSITIVE = []
|
|
3827
|
+
SENSITIVE = [:assessment_name]
|
|
3828
3828
|
include Aws::Structure
|
|
3829
3829
|
end
|
|
3830
3830
|
|
|
@@ -3999,7 +3999,7 @@ module Aws::AuditManager
|
|
|
3999
3999
|
class Scope < Struct.new(
|
|
4000
4000
|
:aws_accounts,
|
|
4001
4001
|
:aws_services)
|
|
4002
|
-
SENSITIVE = []
|
|
4002
|
+
SENSITIVE = [:aws_accounts]
|
|
4003
4003
|
include Aws::Structure
|
|
4004
4004
|
end
|
|
4005
4005
|
|
|
@@ -4104,7 +4104,7 @@ module Aws::AuditManager
|
|
|
4104
4104
|
:evidence_finder_enablement,
|
|
4105
4105
|
:deregistration_policy,
|
|
4106
4106
|
:default_export_destination)
|
|
4107
|
-
SENSITIVE = []
|
|
4107
|
+
SENSITIVE = [:sns_topic, :default_assessment_reports_destination, :default_process_owners]
|
|
4108
4108
|
include Aws::Structure
|
|
4109
4109
|
end
|
|
4110
4110
|
|
|
@@ -4413,7 +4413,7 @@ module Aws::AuditManager
|
|
|
4413
4413
|
:control_id,
|
|
4414
4414
|
:control_status,
|
|
4415
4415
|
:comment_body)
|
|
4416
|
-
SENSITIVE = []
|
|
4416
|
+
SENSITIVE = [:comment_body]
|
|
4417
4417
|
include Aws::Structure
|
|
4418
4418
|
end
|
|
4419
4419
|
|
|
@@ -4453,7 +4453,7 @@ module Aws::AuditManager
|
|
|
4453
4453
|
:control_set_id,
|
|
4454
4454
|
:status,
|
|
4455
4455
|
:comment)
|
|
4456
|
-
SENSITIVE = []
|
|
4456
|
+
SENSITIVE = [:comment]
|
|
4457
4457
|
include Aws::Structure
|
|
4458
4458
|
end
|
|
4459
4459
|
|
|
@@ -4524,7 +4524,7 @@ module Aws::AuditManager
|
|
|
4524
4524
|
:description,
|
|
4525
4525
|
:compliance_type,
|
|
4526
4526
|
:control_sets)
|
|
4527
|
-
SENSITIVE = []
|
|
4527
|
+
SENSITIVE = [:compliance_type]
|
|
4528
4528
|
include Aws::Structure
|
|
4529
4529
|
end
|
|
4530
4530
|
|
|
@@ -4610,7 +4610,7 @@ module Aws::AuditManager
|
|
|
4610
4610
|
:scope,
|
|
4611
4611
|
:assessment_reports_destination,
|
|
4612
4612
|
:roles)
|
|
4613
|
-
SENSITIVE = []
|
|
4613
|
+
SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles]
|
|
4614
4614
|
include Aws::Structure
|
|
4615
4615
|
end
|
|
4616
4616
|
|
|
@@ -4696,7 +4696,7 @@ module Aws::AuditManager
|
|
|
4696
4696
|
:action_plan_title,
|
|
4697
4697
|
:action_plan_instructions,
|
|
4698
4698
|
:control_mapping_sources)
|
|
4699
|
-
SENSITIVE = []
|
|
4699
|
+
SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions]
|
|
4700
4700
|
include Aws::Structure
|
|
4701
4701
|
end
|
|
4702
4702
|
|
|
@@ -4767,7 +4767,7 @@ module Aws::AuditManager
|
|
|
4767
4767
|
:evidence_finder_enabled,
|
|
4768
4768
|
:deregistration_policy,
|
|
4769
4769
|
:default_export_destination)
|
|
4770
|
-
SENSITIVE = []
|
|
4770
|
+
SENSITIVE = [:default_assessment_reports_destination, :default_process_owners]
|
|
4771
4771
|
include Aws::Structure
|
|
4772
4772
|
end
|
|
4773
4773
|
|
data/lib/aws-sdk-auditmanager.rb
CHANGED
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
|
+
version: 1.37.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: 2023-
|
|
11
|
+
date: 2023-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|