aws-sdk-servicediscovery 1.77.0 → 1.78.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-servicediscovery/client.rb +1 -2
- data/lib/aws-sdk-servicediscovery/types.rb +0 -1
- data/lib/aws-sdk-servicediscovery.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: 5b63ed388a0ac9ab1bec8f973023105696e4258f6aff2817d04b134e5df0ccdc
|
4
|
+
data.tar.gz: 7dc1e61ed216dcd9376d6e5d8ae5542141ab28fc686964104477183770ed8dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e81d0668ce0f0ff28ebc4a5f50b1cab6c78ed6ae3e606b38e89ca5c9bfaa3b7880a00c9adca9d733471565d68d925e3469918d4358bfeae69f8a3c6815d5c33
|
7
|
+
data.tar.gz: '09c78599f7dbef7e915bef72008993c0198db62d366a5ea32a8ec987b2e84a8cc151334b9936586bc20ad475ed42e214f1973d2963a14189cc2c9953c36e39ff'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
@@ -746,7 +746,6 @@ module Aws::ServiceDiscovery
|
|
746
746
|
# * `SRV`
|
747
747
|
#
|
748
748
|
# * `CNAME`
|
749
|
-
#
|
750
749
|
# * Optionally, a health check
|
751
750
|
#
|
752
751
|
# After you create the service, you can submit a [RegisterInstance][1]
|
@@ -2831,7 +2830,7 @@ module Aws::ServiceDiscovery
|
|
2831
2830
|
tracer: tracer
|
2832
2831
|
)
|
2833
2832
|
context[:gem_name] = 'aws-sdk-servicediscovery'
|
2834
|
-
context[:gem_version] = '1.
|
2833
|
+
context[:gem_version] = '1.78.0'
|
2835
2834
|
Seahorse::Client::Request.new(handlers, context)
|
2836
2835
|
end
|
2837
2836
|
|
@@ -762,7 +762,6 @@ module Aws::ServiceDiscovery
|
|
762
762
|
# * The name of the service.
|
763
763
|
#
|
764
764
|
# * The name of the namespace.
|
765
|
-
#
|
766
765
|
# For example, if the value of `InstanceId` is `test`, the name of
|
767
766
|
# the service is `backend`, and the name of the namespace is
|
768
767
|
# `example.com`, the value of `service-hostname` is the following:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-servicediscovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.78.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-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|