aws-sdk-auditmanager 1.81.0 → 1.83.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 146344be32c4dcf5cfe0056891d8b2a7c68e4da4817fee49cea96d28e23d486f
4
- data.tar.gz: c6de094fd2ecc3913f8051e211db7d3c742e2cac621048801f29dc034f2bcbfd
3
+ metadata.gz: af3a2319c69277c00c4cb5dd099048d1e35d4d40aa9e0fa44b86f2cd7ae5c2e8
4
+ data.tar.gz: 3014fa74df1010d65ef2c4a27fa969fc87da8a8c7bfc80644067b507d239a9ec
5
5
  SHA512:
6
- metadata.gz: 13bce66ea2c08ccf0f4dbc17ca102fbb1456bccb25b1ab9c76bb4d5517c7ac969d4737f742a732f3d41544cf7f4f25e7fba4d1a7d7fcf3eff550aeb340c12c82
7
- data.tar.gz: 158f091378e07e5926d29430ba507f49c35c119ea395cf2073f173f86219d17534bd1fa0f897e8ccd9ece35349f1f0d1d7ca3b3eb0cb0087d480e766f642afee
6
+ metadata.gz: 69995a1906c4471e83107dda10c27b65b236563a932a8483b78c4ce0258d4717df3c0e10e30820704d0bdb4776fa930a1fac51753b80571714b4cb8c44b23afb
7
+ data.tar.gz: 1edaa188be7d120d06179655bbd4eb90f0f1425c289073186f5790425e3dfed1727d64cd67ec0ffba115a432c7f5d621558571ccf965eeba21ac17b8a3a1d912
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.82.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.81.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.0
@@ -199,7 +199,7 @@ module Aws::AuditManager
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::AuditManager
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4074,7 +4072,7 @@ module Aws::AuditManager
4074
4072
  tracer: tracer
4075
4073
  )
4076
4074
  context[:gem_name] = 'aws-sdk-auditmanager'
4077
- context[:gem_version] = '1.81.0'
4075
+ context[:gem_version] = '1.83.0'
4078
4076
  Seahorse::Client::Request.new(handlers, context)
4079
4077
  end
4080
4078
 
@@ -54,7 +54,7 @@ module Aws::AuditManager
54
54
  autoload :EndpointProvider, 'aws-sdk-auditmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-auditmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.83.0'
58
58
 
59
59
  end
60
60
 
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.81.0
4
+ version: 1.83.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.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