aws-sdk-auditmanager 1.58.0 → 1.59.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: 1603a68873a17b232fc0d37bbddd144a1fb791c6e65507d616f9e12d8a031019
4
- data.tar.gz: a6ff8d79df362220f03bf95f18ad59076532786405b358fcdccc6ea8f2ed4f5f
3
+ metadata.gz: 0cbb45cfe5d61c7b476ef50804a3ed48d855c6fc804e1ba2c02358442a0948cb
4
+ data.tar.gz: 882b9be24d5dca68364f34d87ad2774cc5da51e08016ab1f4b77ccb8b586fbe3
5
5
  SHA512:
6
- metadata.gz: 1f14a77e095980b44130e1a790c4bc08d08d013ab08c5806d832d8926bb850cfe02312a7a7d65968cc6233ca56e628a5416055da6b8de2927149df8fb19b872e
7
- data.tar.gz: 3d3aabfcd2a1a5a76a5dce9bf87da0978d8d4c9542392ec9cecd9fcfd5d920b8a5396a9aa978c54eace4ba0bc021985e1cd9745b29e542511b327d274c2feb8d
6
+ metadata.gz: 37ff5def0050fca9df8ecf48f83d03ae24261fe7eccc4be05f64fd38b3a681f14ac71f11461f2ecb40e86981887853b2b85de1a9f05c561096438eb955971404
7
+ data.tar.gz: 479ccf3f36735ffdd9f5a95261933a257ded8449a08eaf7cee7aa246dbda804076f0cec65b6af4582b3eaca4dee2ba49cc986516e9ad27aa915be0e645dba006
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.58.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -4035,7 +4035,7 @@ module Aws::AuditManager
4035
4035
  tracer: tracer
4036
4036
  )
4037
4037
  context[:gem_name] = 'aws-sdk-auditmanager'
4038
- context[:gem_version] = '1.58.0'
4038
+ context[:gem_version] = '1.59.0'
4039
4039
  Seahorse::Client::Request.new(handlers, context)
4040
4040
  end
4041
4041
 
@@ -4263,7 +4263,6 @@ module Aws::AuditManager
4263
4263
  # API call.
4264
4264
  #
4265
4265
  # ^
4266
- #
4267
4266
  # * `UPLOAD_FILE` and `INPUT_TEXT` are only used when mapping a data
4268
4267
  # source for manual evidence.
4269
4268
  #
@@ -4296,7 +4295,6 @@ module Aws::AuditManager
4296
4295
  # * Managed rule name: [s3-bucket-acl-prohibited][3]
4297
4296
  #
4298
4297
  # `keywordValue`: `S3_BUCKET_ACL_PROHIBITED`
4299
- #
4300
4298
  # * For [custom rules][4], you form the `keywordValue` by adding the
4301
4299
  # `Custom_` prefix to the rule name. This prefix distinguishes the
4302
4300
  # custom rule from a managed rule.
@@ -4306,7 +4304,6 @@ module Aws::AuditManager
4306
4304
  # * Custom rule name: my-custom-config-rule
4307
4305
  #
4308
4306
  # `keywordValue`: `Custom_my-custom-config-rule`
4309
- #
4310
4307
  # * For [service-linked rules][5], you form the `keywordValue` by
4311
4308
  # adding the `Custom_` prefix to the rule name. In addition, you
4312
4309
  # remove the suffix ID that appears at the end of the rule name.
@@ -4345,7 +4342,6 @@ module Aws::AuditManager
4345
4342
  # of the custom rule name itself may vary. For accuracy, we
4346
4343
  # recommend that you visit the [Config console][7] to verify
4347
4344
  # your custom rule name.
4348
- #
4349
4345
  # 2. For Security Hub: The format varies for Security Hub control
4350
4346
  # names. For accuracy, we recommend that you reference the list of
4351
4347
  # [supported Security Hub controls][8].
@@ -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.58.0'
57
+ GEM_VERSION = '1.59.0'
58
58
 
59
59
  end
60
60
 
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.58.0
4
+ version: 1.59.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core