aws-sdk-elasticloadbalancing 1.65.0 → 1.66.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1eeb679145b08d530dcfffb755d5bbe07ec5fdd99e0f6f51ee6f566d4b98ce4
|
|
4
|
+
data.tar.gz: 186a16dbb4a2b90da5a97159e9dfe1e4b9d11e107a776a87eef16316a3b12bfd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8cf135d9976d00aae925def2d1b06809c9efc361ca401f5b50a637aa9fc0bc35d15d6ed4a72799d30360c33a2b72f74ea8ec41028d1a8dfdc803a58fbd5814b
|
|
7
|
+
data.tar.gz: 66bbbc738792c03ece1edaf4180a8b031aae23eeb0b9ebdcbf5d580ab8c0a84795f2b0888825f735ab8a7b4a172cb5b85e7fc7009efa770b41d7e0d4c7b75aeb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.66.0
|
|
@@ -2739,7 +2739,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2739
2739
|
tracer: tracer
|
|
2740
2740
|
)
|
|
2741
2741
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
|
2742
|
-
context[:gem_version] = '1.
|
|
2742
|
+
context[:gem_version] = '1.66.0'
|
|
2743
2743
|
Seahorse::Client::Request.new(handlers, context)
|
|
2744
2744
|
end
|
|
2745
2745
|
|
|
@@ -11,18 +11,6 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
-
require_relative 'aws-sdk-elasticloadbalancing/types'
|
|
15
|
-
require_relative 'aws-sdk-elasticloadbalancing/client_api'
|
|
16
|
-
require_relative 'aws-sdk-elasticloadbalancing/plugins/endpoints.rb'
|
|
17
|
-
require_relative 'aws-sdk-elasticloadbalancing/client'
|
|
18
|
-
require_relative 'aws-sdk-elasticloadbalancing/errors'
|
|
19
|
-
require_relative 'aws-sdk-elasticloadbalancing/waiters'
|
|
20
|
-
require_relative 'aws-sdk-elasticloadbalancing/resource'
|
|
21
|
-
require_relative 'aws-sdk-elasticloadbalancing/endpoint_parameters'
|
|
22
|
-
require_relative 'aws-sdk-elasticloadbalancing/endpoint_provider'
|
|
23
|
-
require_relative 'aws-sdk-elasticloadbalancing/endpoints'
|
|
24
|
-
require_relative 'aws-sdk-elasticloadbalancing/customizations'
|
|
25
|
-
|
|
26
14
|
# This module provides support for Elastic Load Balancing. This module is available in the
|
|
27
15
|
# `aws-sdk-elasticloadbalancing` gem.
|
|
28
16
|
#
|
|
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
|
|
|
52
40
|
#
|
|
53
41
|
# @!group service
|
|
54
42
|
module Aws::ElasticLoadBalancing
|
|
43
|
+
autoload :Types, 'aws-sdk-elasticloadbalancing/types'
|
|
44
|
+
autoload :ClientApi, 'aws-sdk-elasticloadbalancing/client_api'
|
|
45
|
+
module Plugins
|
|
46
|
+
autoload :Endpoints, 'aws-sdk-elasticloadbalancing/plugins/endpoints.rb'
|
|
47
|
+
end
|
|
48
|
+
autoload :Client, 'aws-sdk-elasticloadbalancing/client'
|
|
49
|
+
autoload :Errors, 'aws-sdk-elasticloadbalancing/errors'
|
|
50
|
+
autoload :Waiters, 'aws-sdk-elasticloadbalancing/waiters'
|
|
51
|
+
autoload :Resource, 'aws-sdk-elasticloadbalancing/resource'
|
|
52
|
+
autoload :EndpointParameters, 'aws-sdk-elasticloadbalancing/endpoint_parameters'
|
|
53
|
+
autoload :EndpointProvider, 'aws-sdk-elasticloadbalancing/endpoint_provider'
|
|
54
|
+
autoload :Endpoints, 'aws-sdk-elasticloadbalancing/endpoints'
|
|
55
55
|
|
|
56
|
-
GEM_VERSION = '1.
|
|
56
|
+
GEM_VERSION = '1.66.0'
|
|
57
57
|
|
|
58
58
|
end
|
|
59
|
+
|
|
60
|
+
require_relative 'aws-sdk-elasticloadbalancing/customizations'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticloadbalancing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.66.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
|