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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fe04ee4b77db2fb41775ea28284cfa2fde99c2d40800469b2b555477f7f5536
4
- data.tar.gz: f97e513c58f0a440901d63b9983a0cfacf081bcea208a2a9d09a001c11e823ff
3
+ metadata.gz: f2a4af2153535d149cea18dce2771a8051dbbf57bbcfcde2ddbfd375372addb2
4
+ data.tar.gz: 47b57346ca2bcd163689607f114611a4b3b61baf8f5ffb5893fb8ac64e0b7ad1
5
5
  SHA512:
6
- metadata.gz: db127a2bcd6cb46446256a2b27f796613e4f0e25983a6919b6de200964e800aa330314339ec5a0cf8aee77a10c6749633df11f72be37dafa4f89e248923b8dda
7
- data.tar.gz: f5edfb212613afb75662ebfcf0c3140cfd733a32fd43d10d3f4e6159b9a3152a122d0d059ec377ce68fb4444f82138eea45900823a73d6082bf692d3b3fa2e7b
6
+ metadata.gz: 2dd101369fc49fdd23a1c628db2b92f132dad88da50238e0cf316e7d6ff7a45076d2d0a30c73759f601862f899ac1eef21f738400d513e32843950e2fef800ab
7
+ data.tar.gz: 4d30bee8dcaa59de4599fc34f17acd897113fecc1371b5f5f5a8a9d637e5f90e31de0c257e579774a6e11c5ec46dfc5e93cd6cd1b29df3d9a6915bcb7f0b92e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.32.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
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-\{name of the custom
578
- # source\}-\{region\}`. You must use a `CustomLogSource` name that is
579
- # shorter than or equal to 20 characters. This ensures that the
580
- # `LogProviderRole` name is below the 64 character limit.
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: \{kmsKeyId: 'S3_MANAGED_KEY'\}` for that
1755
- # same Region will reset the key to `S3-managed`.
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.32.0'
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-\{name of the custom
252
- # source\}-\{region\}`. You must use a `CustomLogSource` name that is
253
- # shorter than or equal to 20 characters. This ensures that the
254
- # `LogProviderRole` name is below the 64 character limit.
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
@@ -54,7 +54,7 @@ module Aws::SecurityLake
54
54
  autoload :EndpointProvider, 'aws-sdk-securitylake/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securitylake/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.33.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-securitylake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
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-10-18 00:00:00.000000000 Z
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