aws-sdk-auditmanager 1.69.0 → 1.71.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: 6d6195e4c442d99cd3046fb45266d8e534d1f1d551fcd04813084037d02c340e
4
- data.tar.gz: 7f7a9ea8f4632c4101389b42591b467e237198802393e1d5358fd64922599fca
3
+ metadata.gz: 8ec498cadf7b462eefd58c6a404f7aa3b3cde2ae28fb892a1bb00882cbf58667
4
+ data.tar.gz: 8476fb7438e1d430d5ddb44895458b2a5bf1d3f2b50c4b8a2886fab51d689e59
5
5
  SHA512:
6
- metadata.gz: 19e6824626b22fbc6be584eb2da85a1f9257f8a427feb777bb6f341308599e54a8eea345a08c0279e1c81e4112ad1583d69ca6a3c53df8b4947b3fd9fae62705
7
- data.tar.gz: 8f5650213877d812b939693b3334114aca2b3a7ba6829a544b07c3401d0ec9c03176ea8768c4b1e2d7e1e409fc6365c26ab90259e4084df8c26af60e1d27628c
6
+ metadata.gz: ca67c8dea2dc420456a4b8568b56a7e3c34356d05e66f740baa8828334c4a195fff89fb26355e3783d85628fd9d4bbd8a4525b04ffd74148c4707c1bad1d00be
7
+ data.tar.gz: 46f25d6f1642b9920458030ecabda92cddab307ddb5ac4e057b0ce4a1f20fbcc37f23a8d4e136e2d8f08e7c952a2e82264f3edc8246cd5c08fc0c061d47cba27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.70.0 (2025-08-01)
10
+ ------------------
11
+
12
+ * Feature - Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported.
13
+
4
14
  1.69.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.71.0
@@ -95,8 +95,8 @@ module Aws::AuditManager
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::AuditManager
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::AuditManager
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::AuditManager
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -944,6 +941,11 @@ module Aws::AuditManager
944
941
  # @option params [required, Array<Types::CreateAssessmentFrameworkControlSet>] :control_sets
945
942
  # The control sets that are associated with the framework.
946
943
  #
944
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
945
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
946
+ #
947
+ # </note>
948
+ #
947
949
  # @option params [Hash<String,String>] :tags
948
950
  # The tags that are associated with the framework.
949
951
  #
@@ -3587,6 +3589,11 @@ module Aws::AuditManager
3587
3589
  # @option params [required, Array<Types::UpdateAssessmentFrameworkControlSet>] :control_sets
3588
3590
  # The control sets that are associated with the framework.
3589
3591
  #
3592
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
3593
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
3594
+ #
3595
+ # </note>
3596
+ #
3590
3597
  # @return [Types::UpdateAssessmentFrameworkResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3591
3598
  #
3592
3599
  # * {Types::UpdateAssessmentFrameworkResponse#framework #framework} => Types::Framework
@@ -4067,7 +4074,7 @@ module Aws::AuditManager
4067
4074
  tracer: tracer
4068
4075
  )
4069
4076
  context[:gem_name] = 'aws-sdk-auditmanager'
4070
- context[:gem_version] = '1.69.0'
4077
+ context[:gem_version] = '1.71.0'
4071
4078
  Seahorse::Client::Request.new(handlers, context)
4072
4079
  end
4073
4080
 
@@ -858,7 +858,7 @@ module Aws::AuditManager
858
858
  Framework.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "complianceType"))
859
859
  Framework.add_member(:description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "description"))
860
860
  Framework.add_member(:logo, Shapes::ShapeRef.new(shape: Filename, location_name: "logo"))
861
- Framework.add_member(:control_sources, Shapes::ShapeRef.new(shape: ControlSources, location_name: "controlSources"))
861
+ Framework.add_member(:control_sources, Shapes::ShapeRef.new(shape: ControlSources, deprecated: true, location_name: "controlSources", metadata: {"deprecatedMessage" => "Use controlSources from the Control", "deprecatedSince" => "2025-07-24"}))
862
862
  Framework.add_member(:control_sets, Shapes::ShapeRef.new(shape: ControlSets, location_name: "controlSets"))
863
863
  Framework.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
864
864
  Framework.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
@@ -2146,6 +2146,7 @@ module Aws::AuditManager
2146
2146
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2147
2147
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2148
2148
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2149
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2149
2150
  end)
2150
2151
 
2151
2152
  api.add_operation(:update_assessment_framework_share, Seahorse::Model::Operation.new.tap do |o|
@@ -1569,6 +1569,11 @@ module Aws::AuditManager
1569
1569
  #
1570
1570
  # @!attribute [rw] control_sets
1571
1571
  # The control sets that are associated with the framework.
1572
+ #
1573
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
1574
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
1575
+ #
1576
+ # </note>
1572
1577
  # @return [Array<Types::CreateAssessmentFrameworkControlSet>]
1573
1578
  #
1574
1579
  # @!attribute [rw] tags
@@ -1588,8 +1593,8 @@ module Aws::AuditManager
1588
1593
  end
1589
1594
 
1590
1595
  # @!attribute [rw] framework
1591
- # The name of the new framework that the `CreateAssessmentFramework`
1592
- # API returned.
1596
+ # The new framework object that the `CreateAssessmentFramework` API
1597
+ # returned.
1593
1598
  # @return [Types::Framework]
1594
1599
  #
1595
1600
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentFrameworkResponse AWS API Documentation
@@ -2498,10 +2503,17 @@ module Aws::AuditManager
2498
2503
  #
2499
2504
  # @!attribute [rw] control_sources
2500
2505
  # The control data sources where Audit Manager collects evidence from.
2506
+ #
2507
+ # This API parameter is no longer supported.
2501
2508
  # @return [String]
2502
2509
  #
2503
2510
  # @!attribute [rw] control_sets
2504
2511
  # The control sets that are associated with the framework.
2512
+ #
2513
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
2514
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
2515
+ #
2516
+ # </note>
2505
2517
  # @return [Array<Types::ControlSet>]
2506
2518
  #
2507
2519
  # @!attribute [rw] created_at
@@ -2607,6 +2619,11 @@ module Aws::AuditManager
2607
2619
 
2608
2620
  # @!attribute [rw] framework
2609
2621
  # The framework that the `GetAssessmentFramework` API returned.
2622
+ #
2623
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
2624
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
2625
+ #
2626
+ # </note>
2610
2627
  # @return [Types::Framework]
2611
2628
  #
2612
2629
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentFrameworkResponse AWS API Documentation
@@ -4629,6 +4646,11 @@ module Aws::AuditManager
4629
4646
  #
4630
4647
  # @!attribute [rw] control_sets
4631
4648
  # The control sets that are associated with the framework.
4649
+ #
4650
+ # <note markdown="1"> The `Controls` object returns a partial response when called through
4651
+ # Framework APIs. For a complete `Controls` object, use `GetControl`.
4652
+ #
4653
+ # </note>
4632
4654
  # @return [Array<Types::UpdateAssessmentFrameworkControlSet>]
4633
4655
  #
4634
4656
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentFrameworkRequest AWS API Documentation
@@ -4644,7 +4666,7 @@ module Aws::AuditManager
4644
4666
  end
4645
4667
 
4646
4668
  # @!attribute [rw] framework
4647
- # The name of the framework.
4669
+ # The framework object.
4648
4670
  # @return [Types::Framework]
4649
4671
  #
4650
4672
  # @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentFrameworkResponse AWS API Documentation
@@ -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.69.0'
57
+ GEM_VERSION = '1.71.0'
58
58
 
59
59
  end
60
60
 
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.69.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services