aws-sdk-servicediscovery 1.76.0 → 1.78.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51c7c1733f6f73258aa3bf72ab638ccaa7d15ea9f57be25a6d2d8a9e9701d1ef
4
- data.tar.gz: 9d2d509029d62b41fecf251c567370580046c00468c58de6c25921ca3a4029b7
3
+ metadata.gz: 5b63ed388a0ac9ab1bec8f973023105696e4258f6aff2817d04b134e5df0ccdc
4
+ data.tar.gz: 7dc1e61ed216dcd9376d6e5d8ae5542141ab28fc686964104477183770ed8dfa
5
5
  SHA512:
6
- metadata.gz: 0425001e4a059f44887c8f525f294f895c24217b422116273aeec2d13443854aea19556cb73f4ee73ae4da1203065bdd86fb0e02b2ca7f7c9a4ac2dd10eedd9f
7
- data.tar.gz: c1d5e638b458779dc2e8adcf4bfeb2b4bf40a159fdbffcef1be44f3611f7b718123ab2a0bc4c85b54cc3854002984e6d5ba162e7d58ce0c2ba37032fbac7ef78
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.76.0
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, `\{version=v1, az=1a\}`). Only instances that
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.76.0'
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, `\{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
  #
@@ -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:
@@ -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.78.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.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-10-18 00:00:00.000000000 Z
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