aws-sdk-servicediscovery 1.76.0 → 1.77.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-servicediscovery/client.rb +2 -2
- data/lib/aws-sdk-servicediscovery/types.rb +1 -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: 84bbc254c1d1a1bd362ae1e3b236aac3f79dfd2b1344c2c60dd0deabed448539
|
|
4
|
+
data.tar.gz: cd9f161f58509b173dde2e23e32b6a26c8332647eb64858f1f8da9b7b35c07e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6038c1b62539ad548ef07dc856928536471a1f5805c7ca445abc52131b9c4a58d383a4a00a27ba16d704437e65ea8169989aada6320378c499ea1ee7b5868009
|
|
7
|
+
data.tar.gz: 464736323cd613c505bf2338f70453de85130f0b34a770a0ee4b45d8a5ccb405b240586e5878c4adbdfc48233f647bc117e33858715657c246f98164d488a62a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
|
@@ -1123,7 +1123,7 @@ module Aws::ServiceDiscovery
|
|
|
1123
1123
|
#
|
|
1124
1124
|
# @option params [Hash<String,String>] :query_parameters
|
|
1125
1125
|
# Filters to scope the results based on custom attributes for the
|
|
1126
|
-
# instance (for example,
|
|
1126
|
+
# instance (for example, `{version=v1, az=1a}`). Only instances that
|
|
1127
1127
|
# match all the specified key-value pairs are returned.
|
|
1128
1128
|
#
|
|
1129
1129
|
# @option params [Hash<String,String>] :optional_parameters
|
|
@@ -2831,7 +2831,7 @@ module Aws::ServiceDiscovery
|
|
|
2831
2831
|
tracer: tracer
|
|
2832
2832
|
)
|
|
2833
2833
|
context[:gem_name] = 'aws-sdk-servicediscovery'
|
|
2834
|
-
context[:gem_version] = '1.
|
|
2834
|
+
context[:gem_version] = '1.77.0'
|
|
2835
2835
|
Seahorse::Client::Request.new(handlers, context)
|
|
2836
2836
|
end
|
|
2837
2837
|
|
|
@@ -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
|
#
|
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.77.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
|