aws-sdk-servicediscovery 1.76.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicediscovery/client.rb +2 -3
- data/lib/aws-sdk-servicediscovery/types.rb +1 -2
- 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.78.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.77.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.76.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
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]
|
@@ -1123,7 +1122,7 @@ module Aws::ServiceDiscovery
|
|
1123
1122
|
#
|
1124
1123
|
# @option params [Hash<String,String>] :query_parameters
|
1125
1124
|
# Filters to scope the results based on custom attributes for the
|
1126
|
-
# instance (for example,
|
1125
|
+
# instance (for example, `{version=v1, az=1a}`). Only instances that
|
1127
1126
|
# match all the specified key-value pairs are returned.
|
1128
1127
|
#
|
1129
1128
|
# @option params [Hash<String,String>] :optional_parameters
|
@@ -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
|
|
@@ -449,7 +449,7 @@ module Aws::ServiceDiscovery
|
|
449
449
|
#
|
450
450
|
# @!attribute [rw] query_parameters
|
451
451
|
# Filters to scope the results based on custom attributes for the
|
452
|
-
# instance (for example,
|
452
|
+
# instance (for example, `{version=v1, az=1a}`). Only instances that
|
453
453
|
# match all the specified key-value pairs are returned.
|
454
454
|
# @return [Hash<String,String>]
|
455
455
|
#
|
@@ -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
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|