aws-sdk-servicediscovery 1.87.0 → 1.88.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: b5920378b90f8b412b1869ee6d214afcc8ea288b7f764504a443fa7c32aa058e
4
- data.tar.gz: 83f2f3bcc0e241e40d7729b50cae01f42388e89f20f751962025af5440cbdc7a
3
+ metadata.gz: c21b36dd6d3dd8ae988dca3bb73f164d73d5f83f466ee7470ce28b1f2924ee3b
4
+ data.tar.gz: c5c503cbfd38294d7f624870a585b98c631ab9bee5d5dc4a505cb38813966e37
5
5
  SHA512:
6
- metadata.gz: 51b9ed65702663fbe9cd2717fbd2716045361be0a8f9e9d1824ae08386105d8a7ce0e5f82469d174273f50549ab691df609cd95110748c7f09243f8e27e1b006
7
- data.tar.gz: caa6aafdac962725bb0422518f2d8179817dbdfbe8098076ecc3a1bd7756e648efc6975723fc2877abd4571566947fa87d7f12338c1bd83634862e3b17e4228b
6
+ metadata.gz: 4e3ac44b60b94f32732a4b2b3afcd5b2a3c872a4be5a7281591db9bc6c20a046c115e7916f8193328392296f47f64a9d3b157d20c38744109f06b8ae01e63dd2
7
+ data.tar.gz: f4c90754ecf44309a9cd64aa32b6f01407edac96a90b9992a224517997fafacf8b5392ad6c7716805b1d25d9d9e036904c8f42152b231f5a519f5815350a85f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.87.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -95,8 +95,8 @@ module Aws::ServiceDiscovery
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::ServiceDiscovery
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::ServiceDiscovery
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::ServiceDiscovery
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -3001,7 +2998,7 @@ module Aws::ServiceDiscovery
3001
2998
  tracer: tracer
3002
2999
  )
3003
3000
  context[:gem_name] = 'aws-sdk-servicediscovery'
3004
- context[:gem_version] = '1.87.0'
3001
+ context[:gem_version] = '1.88.0'
3005
3002
  Seahorse::Client::Request.new(handlers, context)
3006
3003
  end
3007
3004
 
@@ -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.87.0'
57
+ GEM_VERSION = '1.88.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicediscovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services