aws-sdk-securitylake 1.32.0 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securitylake/client.rb +7 -7
- data/lib/aws-sdk-securitylake/types.rb +4 -4
- data/lib/aws-sdk-securitylake.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2a4af2153535d149cea18dce2771a8051dbbf57bbcfcde2ddbfd375372addb2
|
4
|
+
data.tar.gz: 47b57346ca2bcd163689607f114611a4b3b61baf8f5ffb5893fb8ac64e0b7ad1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dd101369fc49fdd23a1c628db2b92f132dad88da50238e0cf316e7d6ff7a45076d2d0a30c73759f601862f899ac1eef21f738400d513e32843950e2fef800ab
|
7
|
+
data.tar.gz: 4d30bee8dcaa59de4599fc34f17acd897113fecc1371b5f5f5a8a9d637e5f90e31de0c257e579774a6e11c5ec46dfc5e93cd6cd1b29df3d9a6915bcb7f0b92e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -574,10 +574,10 @@ module Aws::SecurityLake
|
|
574
574
|
# Specify the name for a third-party custom source. This must be a
|
575
575
|
# Regionally unique value. The `sourceName` you enter here, is used in
|
576
576
|
# the `LogProviderRole` name which follows the convention
|
577
|
-
# `AmazonSecurityLake-Provider
|
578
|
-
#
|
579
|
-
#
|
580
|
-
#
|
577
|
+
# `AmazonSecurityLake-Provider-{name of the custom source}-{region}`.
|
578
|
+
# You must use a `CustomLogSource` name that is shorter than or equal to
|
579
|
+
# 20 characters. This ensures that the `LogProviderRole` name is below
|
580
|
+
# the 64 character limit.
|
581
581
|
#
|
582
582
|
# @option params [String] :source_version
|
583
583
|
# Specify the source version for the third-party custom source, to limit
|
@@ -1751,8 +1751,8 @@ module Aws::SecurityLake
|
|
1751
1751
|
# For example, omitting the key `encryptionConfiguration` from a Region
|
1752
1752
|
# that is included in an update call that currently uses KMS will leave
|
1753
1753
|
# that Region's KMS key in place, but specifying
|
1754
|
-
# `encryptionConfiguration:
|
1755
|
-
#
|
1754
|
+
# `encryptionConfiguration: {kmsKeyId: 'S3_MANAGED_KEY'}` for that same
|
1755
|
+
# Region will reset the key to `S3-managed`.
|
1756
1756
|
#
|
1757
1757
|
# For more details about lifecycle management and how to update
|
1758
1758
|
# retention settings for one or more Regions after enabling Security
|
@@ -2032,7 +2032,7 @@ module Aws::SecurityLake
|
|
2032
2032
|
tracer: tracer
|
2033
2033
|
)
|
2034
2034
|
context[:gem_name] = 'aws-sdk-securitylake'
|
2035
|
-
context[:gem_version] = '1.
|
2035
|
+
context[:gem_version] = '1.33.0'
|
2036
2036
|
Seahorse::Client::Request.new(handlers, context)
|
2037
2037
|
end
|
2038
2038
|
|
@@ -248,10 +248,10 @@ module Aws::SecurityLake
|
|
248
248
|
# Specify the name for a third-party custom source. This must be a
|
249
249
|
# Regionally unique value. The `sourceName` you enter here, is used in
|
250
250
|
# the `LogProviderRole` name which follows the convention
|
251
|
-
# `AmazonSecurityLake-Provider
|
252
|
-
#
|
253
|
-
#
|
254
|
-
#
|
251
|
+
# `AmazonSecurityLake-Provider-{name of the custom source}-{region}`.
|
252
|
+
# You must use a `CustomLogSource` name that is shorter than or equal
|
253
|
+
# to 20 characters. This ensures that the `LogProviderRole` name is
|
254
|
+
# below the 64 character limit.
|
255
255
|
# @return [String]
|
256
256
|
#
|
257
257
|
# @!attribute [rw] source_version
|
data/lib/aws-sdk-securitylake.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-securitylake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|