aws-sdk-securitylake 1.20.0 → 1.21.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securitylake/client.rb +2 -2
- data/lib/aws-sdk-securitylake/client_api.rb +2 -0
- data/lib/aws-sdk-securitylake/types.rb +5 -5
- 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: c6e6eb7411f9e40834c1dce7caba4a33bb2b0f161e6e56f3d1b0efe6bf503a5c
|
4
|
+
data.tar.gz: c9f99b40e73e747557899fdd91d92f7cb25bc598df0fdff53c623359302088cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5cbbc4f61486b65f1655646ba4dcaca6f101ab8fb657cc36f4ac6aba75766e1ca341c9f3989848458ab785f7ac1f8df7b20f3f360449d1394f42895cd8a0220
|
7
|
+
data.tar.gz: 6f76ceb2b92f67558a626bbcad588de83a691a13d8cfd2b09475346c24034a4d65e64eba508e31b89a7e16c0e9caf16d2cdc35db6789a301e301fb65bcfa9d37
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -772,7 +772,7 @@ module Aws::SecurityLake
|
|
772
772
|
# The description for your subscriber account in Security Lake.
|
773
773
|
#
|
774
774
|
# @option params [required, Types::AwsIdentity] :subscriber_identity
|
775
|
-
# The
|
775
|
+
# The Amazon Web Services identity used to access your data.
|
776
776
|
#
|
777
777
|
# @option params [required, String] :subscriber_name
|
778
778
|
# The name of your Security Lake subscriber account.
|
@@ -1958,7 +1958,7 @@ module Aws::SecurityLake
|
|
1958
1958
|
params: params,
|
1959
1959
|
config: config)
|
1960
1960
|
context[:gem_name] = 'aws-sdk-securitylake'
|
1961
|
-
context[:gem_version] = '1.
|
1961
|
+
context[:gem_version] = '1.21.0'
|
1962
1962
|
Seahorse::Client::Request.new(handlers, context)
|
1963
1963
|
end
|
1964
1964
|
|
@@ -597,9 +597,11 @@ module Aws::SecurityLake
|
|
597
597
|
|
598
598
|
api.metadata = {
|
599
599
|
"apiVersion" => "2018-05-10",
|
600
|
+
"auth" => ["aws.auth#sigv4"],
|
600
601
|
"endpointPrefix" => "securitylake",
|
601
602
|
"jsonVersion" => "1.1",
|
602
603
|
"protocol" => "rest-json",
|
604
|
+
"protocols" => ["rest-json"],
|
603
605
|
"serviceFullName" => "Amazon Security Lake",
|
604
606
|
"serviceId" => "SecurityLake",
|
605
607
|
"signatureVersion" => "v4",
|
@@ -409,7 +409,7 @@ module Aws::SecurityLake
|
|
409
409
|
# @return [String]
|
410
410
|
#
|
411
411
|
# @!attribute [rw] subscriber_identity
|
412
|
-
# The
|
412
|
+
# The Amazon Web Services identity used to access your data.
|
413
413
|
# @return [Types::AwsIdentity]
|
414
414
|
#
|
415
415
|
# @!attribute [rw] subscriber_name
|
@@ -1681,9 +1681,9 @@ module Aws::SecurityLake
|
|
1681
1681
|
# @return [Time]
|
1682
1682
|
#
|
1683
1683
|
# @!attribute [rw] resource_share_arn
|
1684
|
-
# The Amazon Resource Name (ARN) which uniquely defines the
|
1685
|
-
# resource share. Before accepting the RAM resource share
|
1686
|
-
# you can view details related to the RAM resource share.
|
1684
|
+
# The Amazon Resource Name (ARN) which uniquely defines the Amazon Web
|
1685
|
+
# Services RAM resource share. Before accepting the RAM resource share
|
1686
|
+
# invitation, you can view details related to the RAM resource share.
|
1687
1687
|
#
|
1688
1688
|
# This field is available only for Lake Formation subscribers created
|
1689
1689
|
# after March 8, 2023.
|
@@ -1731,7 +1731,7 @@ module Aws::SecurityLake
|
|
1731
1731
|
# @return [String]
|
1732
1732
|
#
|
1733
1733
|
# @!attribute [rw] subscriber_identity
|
1734
|
-
# The
|
1734
|
+
# The Amazon Web Services identity used to access your data.
|
1735
1735
|
# @return [Types::AwsIdentity]
|
1736
1736
|
#
|
1737
1737
|
# @!attribute [rw] subscriber_name
|
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.21.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-06-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|