aws-sdk-auditmanager 1.62.0 → 1.64.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: f14c3fff219ab8f837a6677438a4e1273395e12f8af8d05f486318d376775b81
4
- data.tar.gz: 42d4dba9a30d931dc3a05f380a7cace301de014efc50c993ad66f89835207d8e
3
+ metadata.gz: 9f145bc2db61af57b5444025b0c3fa7d29e564b3d8fce5030233b5199124735f
4
+ data.tar.gz: 5a86162164ebca19d086ec28bf3c54588810d976339929d1b9efe4f8a9a44ced
5
5
  SHA512:
6
- metadata.gz: 694b4d698fae23f404e70adc53f9e7763dd10a140bff6fd8aa90fdcb0b1f11445dda6f7da2a040a03c442e2f342e2fe7a17269ca9258c781a226c01d01c23f65
7
- data.tar.gz: ac5fc348e6465fe481a12ffeb79aa9d7affc31b6611a430d9a927cdcfc87bff314be5e8c68636f640bc78346ff85335839a8fb07e555729d37ba85095512bbdf
6
+ metadata.gz: 8e390f6a11b87299cfa941611ff5dad8e4216ed8fe23cec2820e9dce63840059d55dc9cc8574ca63592c7e6fc0ab41371232ba31d0ba159786d8c8f9693e2db8
7
+ data.tar.gz: f18e341844cbbd91ad79518c8dfb624b4b2bbb711d5260f06bdd20f0e4cc052207ea5a842fdec5194b5b89ddf957730e954eaac8cf9ae77ae4484e7ec6687bdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.63.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.62.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -200,8 +200,7 @@ module Aws::AuditManager
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4058,7 +4057,7 @@ module Aws::AuditManager
4058
4057
  tracer: tracer
4059
4058
  )
4060
4059
  context[:gem_name] = 'aws-sdk-auditmanager'
4061
- context[:gem_version] = '1.62.0'
4060
+ context[:gem_version] = '1.64.0'
4062
4061
  Seahorse::Client::Request.new(handlers, context)
4063
4062
  end
4064
4063
 
@@ -1188,7 +1188,7 @@ module Aws::AuditManager
1188
1188
  Roles.member = Shapes::ShapeRef.new(shape: Role)
1189
1189
 
1190
1190
  Scope.add_member(:aws_accounts, Shapes::ShapeRef.new(shape: AWSAccounts, location_name: "awsAccounts"))
1191
- Scope.add_member(:aws_services, Shapes::ShapeRef.new(shape: AWSServices, deprecated: true, location_name: "awsServices", metadata: {"deprecatedMessage"=>"You can't specify services in scope when creating/updating an assessment. If you use the parameter to specify one or more AWS services, Audit Manager ignores the input. Instead the value of the parameter will show as empty indicating that the services are defined and managed by Audit Manager."}))
1191
+ Scope.add_member(:aws_services, Shapes::ShapeRef.new(shape: AWSServices, deprecated: true, location_name: "awsServices", metadata: {"deprecatedMessage" => "You can't specify services in scope when creating/updating an assessment. If you use the parameter to specify one or more AWS services, Audit Manager ignores the input. Instead the value of the parameter will show as empty indicating that the services are defined and managed by Audit Manager."}))
1192
1192
  Scope.struct_class = Types::Scope
1193
1193
 
1194
1194
  ServiceMetadata.add_member(:name, Shapes::ShapeRef.new(shape: AWSServiceName, location_name: "name"))
@@ -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.62.0'
57
+ GEM_VERSION = '1.64.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-auditmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-auditmanager
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-auditmanager/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS Audit Manager
99
96
  test_files: []