aws-sdk-securitylake 1.28.0 → 1.29.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 +1 -1
- data/lib/aws-sdk-securitylake/client_api.rb +1 -0
- data/lib/aws-sdk-securitylake/types.rb +1 -0
- data/lib/aws-sdk-securitylake.rb +14 -12
- 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: 03ce516018ac38f4f6c44d5c895c485a63b2a0d63b7fcbee87b787c3414c14bc
|
4
|
+
data.tar.gz: 0c3dbaae9398656a41be343faa4703547e8a4c5173ba431f203d465a8c4153f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6558effbce71374f190ebbf7007446775e7fc893c48c9f08503e2511e7bd58128e9b230ba14a065e5d466cdd7f4448cb442794ce90c22db34de784daa1bad7ee
|
7
|
+
data.tar.gz: 4ae61d92699526aa0e744d026683564025ae12784245d45d640f1278eb269593618965d4c3f275b97a550473394c14c9d5b0fa011e42ef699c18d7b8b0e49563
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.29.0
|
@@ -1999,7 +1999,7 @@ module Aws::SecurityLake
|
|
1999
1999
|
tracer: tracer
|
2000
2000
|
)
|
2001
2001
|
context[:gem_name] = 'aws-sdk-securitylake'
|
2002
|
-
context[:gem_version] = '1.
|
2002
|
+
context[:gem_version] = '1.29.0'
|
2003
2003
|
Seahorse::Client::Request.new(handlers, context)
|
2004
2004
|
end
|
2005
2005
|
|
data/lib/aws-sdk-securitylake.rb
CHANGED
@@ -11,17 +11,6 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
-
require_relative 'aws-sdk-securitylake/types'
|
15
|
-
require_relative 'aws-sdk-securitylake/client_api'
|
16
|
-
require_relative 'aws-sdk-securitylake/plugins/endpoints.rb'
|
17
|
-
require_relative 'aws-sdk-securitylake/client'
|
18
|
-
require_relative 'aws-sdk-securitylake/errors'
|
19
|
-
require_relative 'aws-sdk-securitylake/resource'
|
20
|
-
require_relative 'aws-sdk-securitylake/endpoint_parameters'
|
21
|
-
require_relative 'aws-sdk-securitylake/endpoint_provider'
|
22
|
-
require_relative 'aws-sdk-securitylake/endpoints'
|
23
|
-
require_relative 'aws-sdk-securitylake/customizations'
|
24
|
-
|
25
14
|
# This module provides support for Amazon Security Lake. This module is available in the
|
26
15
|
# `aws-sdk-securitylake` gem.
|
27
16
|
#
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-securitylake/customizations'
|
|
51
40
|
#
|
52
41
|
# @!group service
|
53
42
|
module Aws::SecurityLake
|
43
|
+
autoload :Types, 'aws-sdk-securitylake/types'
|
44
|
+
autoload :ClientApi, 'aws-sdk-securitylake/client_api'
|
45
|
+
module Plugins
|
46
|
+
autoload :Endpoints, 'aws-sdk-securitylake/plugins/endpoints.rb'
|
47
|
+
end
|
48
|
+
autoload :Client, 'aws-sdk-securitylake/client'
|
49
|
+
autoload :Errors, 'aws-sdk-securitylake/errors'
|
50
|
+
autoload :Resource, 'aws-sdk-securitylake/resource'
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-securitylake/endpoint_parameters'
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-securitylake/endpoint_provider'
|
53
|
+
autoload :Endpoints, 'aws-sdk-securitylake/endpoints'
|
54
54
|
|
55
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.29.0'
|
56
56
|
|
57
57
|
end
|
58
|
+
|
59
|
+
require_relative 'aws-sdk-securitylake/customizations'
|
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.29.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-09-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|