aws-sdk-elasticache 1.113.0 → 1.114.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +1 -1
- data/lib/aws-sdk-elasticache/client_api.rb +1 -0
- data/lib/aws-sdk-elasticache/types.rb +1 -0
- data/lib/aws-sdk-elasticache.rb +15 -13
- 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: 41fb68c8138cdb38937d1652ab004eac2bfb30eb3ad61969ea2a7a24b679ccce
|
4
|
+
data.tar.gz: 33cadb79d3d6112b1d3f06f82f1f23eb6d2641cd061e276e9d5c3ec40fa6c1bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fccc18c33250648474c911564ed4a5c28ef926067c7407ae5977c3282ab4de46c45296f30cf26bda8e80d34074c2080443e5907732ae42d7a8dbfcbbad8839a0
|
7
|
+
data.tar.gz: 913f31817fc86a759ccdada77da2f51a3c24fdc1b9f15eafdf50bd9776e2a0165b298ea3e8adcb0332f14fe9188745ebc926303c23f8393975153de1f3f55439
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.114.0
|
@@ -11402,7 +11402,7 @@ module Aws::ElastiCache
|
|
11402
11402
|
tracer: tracer
|
11403
11403
|
)
|
11404
11404
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11405
|
-
context[:gem_version] = '1.
|
11405
|
+
context[:gem_version] = '1.114.0'
|
11406
11406
|
Seahorse::Client::Request.new(handlers, context)
|
11407
11407
|
end
|
11408
11408
|
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -11,18 +11,6 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
-
require_relative 'aws-sdk-elasticache/types'
|
15
|
-
require_relative 'aws-sdk-elasticache/client_api'
|
16
|
-
require_relative 'aws-sdk-elasticache/plugins/endpoints.rb'
|
17
|
-
require_relative 'aws-sdk-elasticache/client'
|
18
|
-
require_relative 'aws-sdk-elasticache/errors'
|
19
|
-
require_relative 'aws-sdk-elasticache/waiters'
|
20
|
-
require_relative 'aws-sdk-elasticache/resource'
|
21
|
-
require_relative 'aws-sdk-elasticache/endpoint_parameters'
|
22
|
-
require_relative 'aws-sdk-elasticache/endpoint_provider'
|
23
|
-
require_relative 'aws-sdk-elasticache/endpoints'
|
24
|
-
require_relative 'aws-sdk-elasticache/customizations'
|
25
|
-
|
26
14
|
# This module provides support for Amazon ElastiCache. This module is available in the
|
27
15
|
# `aws-sdk-elasticache` gem.
|
28
16
|
#
|
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-elasticache/customizations'
|
|
52
40
|
#
|
53
41
|
# @!group service
|
54
42
|
module Aws::ElastiCache
|
43
|
+
autoload :Types, 'aws-sdk-elasticache/types'
|
44
|
+
autoload :ClientApi, 'aws-sdk-elasticache/client_api'
|
45
|
+
module Plugins
|
46
|
+
autoload :Endpoints, 'aws-sdk-elasticache/plugins/endpoints.rb'
|
47
|
+
end
|
48
|
+
autoload :Client, 'aws-sdk-elasticache/client'
|
49
|
+
autoload :Errors, 'aws-sdk-elasticache/errors'
|
50
|
+
autoload :Waiters, 'aws-sdk-elasticache/waiters'
|
51
|
+
autoload :Resource, 'aws-sdk-elasticache/resource'
|
52
|
+
autoload :EndpointParameters, 'aws-sdk-elasticache/endpoint_parameters'
|
53
|
+
autoload :EndpointProvider, 'aws-sdk-elasticache/endpoint_provider'
|
54
|
+
autoload :Endpoints, 'aws-sdk-elasticache/endpoints'
|
55
55
|
|
56
|
-
GEM_VERSION = '1.
|
56
|
+
GEM_VERSION = '1.114.0'
|
57
57
|
|
58
58
|
end
|
59
|
+
|
60
|
+
require_relative 'aws-sdk-elasticache/customizations'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.114.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
|