aws-sdk-elasticloadbalancingv2 1.120.0 → 1.121.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-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +15 -15
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- 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: a72abc1b32ba1210ecc333783410fec24b6ad56e62ef38c87c6d33b2e23a9169
|
|
4
|
+
data.tar.gz: d54b24a5bd7d60d5c52b585cca52d5fceefbdabbd17e35a61ee9665152e7f7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31341420e5b02dd0bc76d07e932fb2687b9b8964f39f755d7ab1d0a08df9e33b5f2837f5c667735f23c663be9bf867a6560ecd905363d9448682b168434f4510
|
|
7
|
+
data.tar.gz: 132ab0cb2a3a66c1c1d5e6c881749331f6940813b0b4adf5db3514fa81e4ad64a82318c90dd4e50ebf1e1b5dd3a52ea6541e37a932d7e8ede76ce74a7437b31c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.121.0
|
|
@@ -5096,7 +5096,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
5096
5096
|
tracer: tracer
|
|
5097
5097
|
)
|
|
5098
5098
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
|
5099
|
-
context[:gem_version] = '1.
|
|
5099
|
+
context[:gem_version] = '1.121.0'
|
|
5100
5100
|
Seahorse::Client::Request.new(handlers, context)
|
|
5101
5101
|
end
|
|
5102
5102
|
|
|
@@ -3022,39 +3022,39 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3022
3022
|
#
|
|
3023
3023
|
# You can reuse URI components using the following reserved keywords:
|
|
3024
3024
|
#
|
|
3025
|
-
# *
|
|
3025
|
+
# * \#\{protocol}
|
|
3026
3026
|
#
|
|
3027
|
-
# *
|
|
3027
|
+
# * \#\{host}
|
|
3028
3028
|
#
|
|
3029
|
-
# *
|
|
3029
|
+
# * \#\{port}
|
|
3030
3030
|
#
|
|
3031
|
-
# *
|
|
3031
|
+
# * \#\{path} (the leading "/" is removed)
|
|
3032
3032
|
#
|
|
3033
|
-
# *
|
|
3033
|
+
# * \#\{query}
|
|
3034
3034
|
#
|
|
3035
|
-
# For example, you can change the path to "/new
|
|
3036
|
-
# hostname to "example
|
|
3037
|
-
# "
|
|
3035
|
+
# For example, you can change the path to "/new/#\{path}", the
|
|
3036
|
+
# hostname to "example.#\{host}", or the query to
|
|
3037
|
+
# "#\{query}&value=xyz".
|
|
3038
3038
|
#
|
|
3039
3039
|
# @!attribute [rw] protocol
|
|
3040
|
-
# The protocol. You can specify HTTP, HTTPS, or
|
|
3041
|
-
#
|
|
3042
|
-
#
|
|
3040
|
+
# The protocol. You can specify HTTP, HTTPS, or #\{protocol}. You can
|
|
3041
|
+
# redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You can't
|
|
3042
|
+
# redirect HTTPS to HTTP.
|
|
3043
3043
|
# @return [String]
|
|
3044
3044
|
#
|
|
3045
3045
|
# @!attribute [rw] port
|
|
3046
|
-
# The port. You can specify a value from 1 to 65535 or
|
|
3046
|
+
# The port. You can specify a value from 1 to 65535 or #\{port}.
|
|
3047
3047
|
# @return [String]
|
|
3048
3048
|
#
|
|
3049
3049
|
# @!attribute [rw] host
|
|
3050
3050
|
# The hostname. This component is not percent-encoded. The hostname
|
|
3051
|
-
# can contain
|
|
3051
|
+
# can contain #\{host}.
|
|
3052
3052
|
# @return [String]
|
|
3053
3053
|
#
|
|
3054
3054
|
# @!attribute [rw] path
|
|
3055
3055
|
# The absolute path, starting with the leading "/". This component
|
|
3056
|
-
# is not percent-encoded. The path can contain
|
|
3057
|
-
#
|
|
3056
|
+
# is not percent-encoded. The path can contain #\{host}, #\{path}, and
|
|
3057
|
+
# #\{port}.
|
|
3058
3058
|
# @return [String]
|
|
3059
3059
|
#
|
|
3060
3060
|
# @!attribute [rw] query
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticloadbalancingv2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.121.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|