aws-sdk-servicediscovery 1.55.0 → 1.57.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: b1cb96ee61b65925e6ab2945ae09579349ab2c0c88167592c42acd0e73a9e42c
4
- data.tar.gz: fb3cb21385af86a225d9b42d4a4c81520a455e0f325305abfbef5c40d86bcdab
3
+ metadata.gz: edc9e6808f3dac85b737774a08e261baf09de62d85ef3874dc0dcef3bdf270ba
4
+ data.tar.gz: 37b6716d308f5ca9704cfcf83eac6d2804aa57af7941291e0556e89ec8f4531f
5
5
  SHA512:
6
- metadata.gz: 1577af5b367270fbe11975707f718fb341e6fe1e5e76c8722715f7bba29d53994a1d9751c59f9489e1aeff81877046c0a435762baa1807fbf8e8196acb832ee4
7
- data.tar.gz: ea9a6d0837133315e4d4ba6ce02b0059c30412e0e15b6213c0878cd396ec3039833d2a45d8e188d0801e419dd69b1e05ed7abcaf7304212f9cc3b575dbd6a1c1
6
+ metadata.gz: 17254c33244af0b48ccd620a294cc88c5af47ee63d355f3bcff9a15fc7300519b8b7fb8ac93c336fe463eda398c94e75222b4d53da829f1faf019433ae6f501e
7
+ data.tar.gz: 957e714bbdad6cb4bae33fa8fe582fd2cde228dd7149e40df8c5356836c5a7681540110c6e85a259b52b182ec7953ceaac6ebe4ef788d7b6b5b47b8484c735d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.55.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -216,6 +216,10 @@ module Aws::ServiceDiscovery
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -2657,7 +2661,7 @@ module Aws::ServiceDiscovery
2657
2661
  params: params,
2658
2662
  config: config)
2659
2663
  context[:gem_name] = 'aws-sdk-servicediscovery'
2660
- context[:gem_version] = '1.55.0'
2664
+ context[:gem_version] = '1.57.0'
2661
2665
  Seahorse::Client::Request.new(handlers, context)
2662
2666
  end
2663
2667
 
@@ -39,6 +39,15 @@ module Aws::ServiceDiscovery
39
39
  end
40
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
41
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
43
+ return Aws::Endpoints::Endpoint.new(url: "https://servicediscovery.#{region}.amazonaws.com", headers: {}, properties: {})
44
+ end
45
+ if Aws::Endpoints::Matchers.string_equals?("aws-cn", Aws::Endpoints::Matchers.attr(partition_result, "name"))
46
+ return Aws::Endpoints::Endpoint.new(url: "https://servicediscovery.#{region}.amazonaws.com.cn", headers: {}, properties: {})
47
+ end
48
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
49
+ return Aws::Endpoints::Endpoint.new(url: "https://servicediscovery.#{region}.amazonaws.com", headers: {}, properties: {})
50
+ end
42
51
  return Aws::Endpoints::Endpoint.new(url: "https://servicediscovery.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
52
  end
44
53
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-servicediscovery/customizations'
52
52
  # @!group service
53
53
  module Aws::ServiceDiscovery
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
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.55.0
4
+ version: 1.57.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core