aws-sdk-securitylake 1.19.0 → 1.21.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: 1a6f33e9ba490f9fee4f208b7158acb80e00d83a5038606313636616dcfe4c57
4
- data.tar.gz: 7d9926992fbbb4e0786406d03b82674b51aadd3cc0a12b38f6c844eb3a078048
3
+ metadata.gz: c6e6eb7411f9e40834c1dce7caba4a33bb2b0f161e6e56f3d1b0efe6bf503a5c
4
+ data.tar.gz: c9f99b40e73e747557899fdd91d92f7cb25bc598df0fdff53c623359302088cb
5
5
  SHA512:
6
- metadata.gz: '018f81b6f9d313a128fe917f78e94d2a54812fe7d460aca37e69a175869efe22e0985e47df2b343f5dbe9542753637dfaff2b1109f8f958fb67a905f4b848a74'
7
- data.tar.gz: '0389c93a32a2607d88761823a9b77674f1d8f5cbb0290db090e8d0541dc9e5d4fc0b2575ceb052d8020d315775a46f899fe21f8ebb463426170ee7e14959b402'
6
+ metadata.gz: b5cbbc4f61486b65f1655646ba4dcaca6f101ab8fb657cc36f4ac6aba75766e1ca341c9f3989848458ab785f7ac1f8df7b20f3f360449d1394f42895cd8a0220
7
+ data.tar.gz: 6f76ceb2b92f67558a626bbcad588de83a691a13d8cfd2b09475346c24034a4d65e64eba508e31b89a7e16c0e9caf16d2cdc35db6789a301e301fb65bcfa9d37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-06-12)
5
+ ------------------
6
+
7
+ * Feature - This release updates request validation regex to account for non-commercial aws partitions.
8
+
9
+ 1.20.0 (2024-06-05)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.19.0 (2024-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
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 AWS identity used to access your data.
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.19.0'
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 AWS identity used to access your data.
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 AWS RAM
1685
- # resource share. Before accepting the RAM resource share invitation,
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 AWS identity used to access your data.
1734
+ # The Amazon Web Services identity used to access your data.
1735
1735
  # @return [Types::AwsIdentity]
1736
1736
  #
1737
1737
  # @!attribute [rw] subscriber_name
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securitylake/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityLake
54
54
 
55
- GEM_VERSION = '1.19.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
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.19.0
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-05-13 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.193.0
22
+ version: 3.197.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement