aws-sdk-servicediscovery 1.76.0 → 1.77.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51c7c1733f6f73258aa3bf72ab638ccaa7d15ea9f57be25a6d2d8a9e9701d1ef
4
- data.tar.gz: 9d2d509029d62b41fecf251c567370580046c00468c58de6c25921ca3a4029b7
3
+ metadata.gz: 84bbc254c1d1a1bd362ae1e3b236aac3f79dfd2b1344c2c60dd0deabed448539
4
+ data.tar.gz: cd9f161f58509b173dde2e23e32b6a26c8332647eb64858f1f8da9b7b35c07e3
5
5
  SHA512:
6
- metadata.gz: 0425001e4a059f44887c8f525f294f895c24217b422116273aeec2d13443854aea19556cb73f4ee73ae4da1203065bdd86fb0e02b2ca7f7c9a4ac2dd10eedd9f
7
- data.tar.gz: c1d5e638b458779dc2e8adcf4bfeb2b4bf40a159fdbffcef1be44f3611f7b718123ab2a0bc4c85b54cc3854002984e6d5ba162e7d58ce0c2ba37032fbac7ef78
6
+ metadata.gz: 6038c1b62539ad548ef07dc856928536471a1f5805c7ca445abc52131b9c4a58d383a4a00a27ba16d704437e65ea8169989aada6320378c499ea1ee7b5868009
7
+ data.tar.gz: 464736323cd613c505bf2338f70453de85130f0b34a770a0ee4b45d8a5ccb405b240586e5878c4adbdfc48233f647bc117e33858715657c246f98164d488a62a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
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, `\{version=v1, az=1a\}`). Only instances that
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.76.0'
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, `\{version=v1, az=1a\}`). Only instances that
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
  #
@@ -54,7 +54,7 @@ module Aws::ServiceDiscovery
54
54
  autoload :EndpointProvider, 'aws-sdk-servicediscovery/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicediscovery/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
58
58
 
59
59
  end
60
60
 
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.76.0
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-10-18 00:00:00.000000000 Z
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