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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9ee107dbb9f8eceb67f5d8f895c4e0e191fc3098605cfa3d98de6c4742b4734
4
- data.tar.gz: 316218cea7da5cdaee55d81649c08ff4b419c4cf88fbeda179f49d063146f362
3
+ metadata.gz: c6e6eb7411f9e40834c1dce7caba4a33bb2b0f161e6e56f3d1b0efe6bf503a5c
4
+ data.tar.gz: c9f99b40e73e747557899fdd91d92f7cb25bc598df0fdff53c623359302088cb
5
5
  SHA512:
6
- metadata.gz: f0427c21223cb9d799f008140023965526ab84bc886ca19d6c141f1821ccd9ac2f67c80a32462f956b000e108280aa22a575b202d3c344730ad530641fc0c6c5
7
- data.tar.gz: bc754f6a853cdeca56d4136ee35f61e6e31118a85290c198e5fe16b51c69385c61c260df6466a909dd1405879a9b86903da5f8b5dc19ef07214b8b2c57cfd6de
6
+ metadata.gz: b5cbbc4f61486b65f1655646ba4dcaca6f101ab8fb657cc36f4ac6aba75766e1ca341c9f3989848458ab785f7ac1f8df7b20f3f360449d1394f42895cd8a0220
7
+ data.tar.gz: 6f76ceb2b92f67558a626bbcad588de83a691a13d8cfd2b09475346c24034a4d65e64eba508e31b89a7e16c0e9caf16d2cdc35db6789a301e301fb65bcfa9d37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.20.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.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.20.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.20.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.20.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-06-05 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