aws-sdk-auditmanager 1.36.0 → 1.38.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: b92df9d85f5d632061cb93e92000b3e583d7352fc52adac2054c3efe2900dc8d
4
- data.tar.gz: efabd1753cbd0fbc3517a8a5483ef28a3235bd64225aba5729a15a237debd76b
3
+ metadata.gz: '091efd549e37d692f1ab6aaf71be6782df0a2504a013286dbb6caf9baa605466'
4
+ data.tar.gz: 67cec438134ff0a6a9f204652d928b3c18da36080b2146a4f78ae8319b29482f
5
5
  SHA512:
6
- metadata.gz: 25c659b6b016625507c2561d6b71e2200295ad272c072cd81a9abe6e7dc16c99ec50e5ad125d9d04f77fa6e6816b2dbd9aa3c34646f84ab06770044bdb3b28f3
7
- data.tar.gz: 191968804c0f4660ece7be3d477a0d895e21e72bd0bdfd9534957982902ad8dedb7ae17c273901fbfe0c13ac026f636793963ca599addd9eb32547ea60c4c8c0
6
+ metadata.gz: 6f61c5fe6eb30c4b3f9e89572911e3bf402885445cfb787cdc0ef0db38cefe14439aa41e52ab3f6f6856a96f7f908635a9f2fec64099caa9aaaaec27d36866ef
7
+ data.tar.gz: 7b760740ffcd3391b6ae8b2d3965d01a1bad7274e9b928b3768ced1a27781cb373f90e6b248b437ce6e3b6d9f1512d4f9e1d7ebb75a7a8e956109ee20060259c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.37.0 (2023-08-30)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.36.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.38.0
@@ -3877,7 +3877,7 @@ module Aws::AuditManager
3877
3877
  params: params,
3878
3878
  config: config)
3879
3879
  context[:gem_name] = 'aws-sdk-auditmanager'
3880
- context[:gem_version] = '1.36.0'
3880
+ context[:gem_version] = '1.38.0'
3881
3881
  Seahorse::Client::Request.new(handlers, context)
3882
3882
  end
3883
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-auditmanager/customizations'
52
52
  # @!group service
53
53
  module Aws::AuditManager
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  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.36.0
4
+ version: 1.38.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-07-11 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement