aws-sdk-auditmanager 1.80.0 → 1.82.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 +1 -1
- data/lib/aws-sdk-auditmanager.rb +1 -1
- data/sig/client.rbs +13 -39
- data/sig/params.rbs +28 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e105650bb0dd09693bb80b08c4f4be6b43ee9a4d5ee19a4e4cbbe8ed6f40a0c
|
|
4
|
+
data.tar.gz: cc968182ad57ee6bd8dde255e5781a54742fe2a7ea3ab896c780144bfde5455e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57c599a29f341a84082b493b2f0f6c3ef9174d4207d36d01e6c6b657448d1d1a9248c8d06923cb2a40ba3ae96f17e6f2cb0a7f4d4daf6103204c58aaf97c7306
|
|
7
|
+
data.tar.gz: b5c0d3a849a1e5f323522d9351843ab376d05d74195201193f3977f9a2bb4d3e3c1434defe9a319c3482dcb33ebaf0daefa29352c148d37cc435fccab9d4788f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.82.0 (2026-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.81.0 (2026-05-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.80.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -4074,7 +4074,7 @@ module Aws::AuditManager
|
|
|
4074
4074
|
tracer: tracer
|
|
4075
4075
|
)
|
|
4076
4076
|
context[:gem_name] = 'aws-sdk-auditmanager'
|
|
4077
|
-
context[:gem_version] = '1.
|
|
4077
|
+
context[:gem_version] = '1.82.0'
|
|
4078
4078
|
Seahorse::Client::Request.new(handlers, context)
|
|
4079
4079
|
end
|
|
4080
4080
|
|
data/lib/aws-sdk-auditmanager.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -114,7 +114,7 @@ module Aws
|
|
|
114
114
|
control_set_id: ::String?,
|
|
115
115
|
role_arn: ::String?,
|
|
116
116
|
role_type: ("PROCESS_OWNER" | "RESOURCE_OWNER")?
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
],
|
|
119
119
|
assessment_id: ::String
|
|
120
120
|
) -> _BatchCreateDelegationByAssessmentResponseSuccess
|
|
@@ -158,7 +158,7 @@ module Aws
|
|
|
158
158
|
s3_resource_path: ::String?,
|
|
159
159
|
text_response: ::String?,
|
|
160
160
|
evidence_file_name: ::String?
|
|
161
|
-
}
|
|
161
|
+
}
|
|
162
162
|
]
|
|
163
163
|
) -> _BatchImportEvidenceToAssessmentControlResponseSuccess
|
|
164
164
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchImportEvidenceToAssessmentControlResponseSuccess
|
|
@@ -175,25 +175,12 @@ module Aws
|
|
|
175
175
|
destination_type: ("S3")?,
|
|
176
176
|
destination: ::String?
|
|
177
177
|
},
|
|
178
|
-
scope:
|
|
179
|
-
aws_accounts: Array[
|
|
180
|
-
{
|
|
181
|
-
id: ::String?,
|
|
182
|
-
email_address: ::String?,
|
|
183
|
-
name: ::String?
|
|
184
|
-
},
|
|
185
|
-
]?,
|
|
186
|
-
aws_services: Array[
|
|
187
|
-
{
|
|
188
|
-
service_name: ::String?
|
|
189
|
-
},
|
|
190
|
-
]?
|
|
191
|
-
},
|
|
178
|
+
scope: Params::scope,
|
|
192
179
|
roles: Array[
|
|
193
180
|
{
|
|
194
181
|
role_type: ("PROCESS_OWNER" | "RESOURCE_OWNER"),
|
|
195
182
|
role_arn: ::String
|
|
196
|
-
}
|
|
183
|
+
}
|
|
197
184
|
],
|
|
198
185
|
framework_id: ::String,
|
|
199
186
|
?tags: Hash[::String, ::String]
|
|
@@ -215,9 +202,9 @@ module Aws
|
|
|
215
202
|
controls: Array[
|
|
216
203
|
{
|
|
217
204
|
id: ::String
|
|
218
|
-
}
|
|
205
|
+
}
|
|
219
206
|
]?
|
|
220
|
-
}
|
|
207
|
+
}
|
|
221
208
|
],
|
|
222
209
|
?tags: Hash[::String, ::String]
|
|
223
210
|
) -> _CreateAssessmentFrameworkResponseSuccess
|
|
@@ -259,7 +246,7 @@ module Aws
|
|
|
259
246
|
}?,
|
|
260
247
|
source_frequency: ("DAILY" | "WEEKLY" | "MONTHLY")?,
|
|
261
248
|
troubleshooting_text: ::String?
|
|
262
|
-
}
|
|
249
|
+
}
|
|
263
250
|
],
|
|
264
251
|
?tags: Hash[::String, ::String]
|
|
265
252
|
) -> _CreateControlResponseSuccess
|
|
@@ -761,20 +748,7 @@ module Aws
|
|
|
761
748
|
assessment_id: ::String,
|
|
762
749
|
?assessment_name: ::String,
|
|
763
750
|
?assessment_description: ::String,
|
|
764
|
-
scope:
|
|
765
|
-
aws_accounts: Array[
|
|
766
|
-
{
|
|
767
|
-
id: ::String?,
|
|
768
|
-
email_address: ::String?,
|
|
769
|
-
name: ::String?
|
|
770
|
-
},
|
|
771
|
-
]?,
|
|
772
|
-
aws_services: Array[
|
|
773
|
-
{
|
|
774
|
-
service_name: ::String?
|
|
775
|
-
},
|
|
776
|
-
]?
|
|
777
|
-
},
|
|
751
|
+
scope: Params::scope,
|
|
778
752
|
?assessment_reports_destination: {
|
|
779
753
|
destination_type: ("S3")?,
|
|
780
754
|
destination: ::String?
|
|
@@ -783,7 +757,7 @@ module Aws
|
|
|
783
757
|
{
|
|
784
758
|
role_type: ("PROCESS_OWNER" | "RESOURCE_OWNER"),
|
|
785
759
|
role_arn: ::String
|
|
786
|
-
}
|
|
760
|
+
}
|
|
787
761
|
]
|
|
788
762
|
) -> _UpdateAssessmentResponseSuccess
|
|
789
763
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssessmentResponseSuccess
|
|
@@ -832,9 +806,9 @@ module Aws
|
|
|
832
806
|
controls: Array[
|
|
833
807
|
{
|
|
834
808
|
id: ::String
|
|
835
|
-
}
|
|
809
|
+
}
|
|
836
810
|
]
|
|
837
|
-
}
|
|
811
|
+
}
|
|
838
812
|
]
|
|
839
813
|
) -> _UpdateAssessmentFrameworkResponseSuccess
|
|
840
814
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssessmentFrameworkResponseSuccess
|
|
@@ -887,7 +861,7 @@ module Aws
|
|
|
887
861
|
}?,
|
|
888
862
|
source_frequency: ("DAILY" | "WEEKLY" | "MONTHLY")?,
|
|
889
863
|
troubleshooting_text: ::String?
|
|
890
|
-
}
|
|
864
|
+
}
|
|
891
865
|
]
|
|
892
866
|
) -> _UpdateControlResponseSuccess
|
|
893
867
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateControlResponseSuccess
|
|
@@ -907,7 +881,7 @@ module Aws
|
|
|
907
881
|
{
|
|
908
882
|
role_type: ("PROCESS_OWNER" | "RESOURCE_OWNER"),
|
|
909
883
|
role_arn: ::String
|
|
910
|
-
}
|
|
884
|
+
}
|
|
911
885
|
],
|
|
912
886
|
?kms_key: ::String,
|
|
913
887
|
?evidence_finder_enabled: bool,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module AuditManager
|
|
10
|
+
module Params
|
|
11
|
+
type scope = {
|
|
12
|
+
aws_accounts: Array[
|
|
13
|
+
{
|
|
14
|
+
id: ::String?,
|
|
15
|
+
email_address: ::String?,
|
|
16
|
+
name: ::String?
|
|
17
|
+
}
|
|
18
|
+
]?,
|
|
19
|
+
aws_services: Array[
|
|
20
|
+
{
|
|
21
|
+
service_name: ::String?
|
|
22
|
+
}
|
|
23
|
+
]?
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.82.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-auditmanager/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|