aws-sdk-applicationdiscoveryservice 1.54.0 → 1.55.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: baba67e121543056ca272e870f587276c068bc36d554dad53d83af4fa74d45f2
4
- data.tar.gz: 47f4f407e8333de5df624d9af14070ea20470bc098e94b2449d0348bfa163333
3
+ metadata.gz: 4db687db64273c2ae01b01e1d383e0b95893c96edbc050a0d198b5a5916d6ce9
4
+ data.tar.gz: 952e8f4fa2004a94d3f96199c34717b16ab7629707d261db9044533180c390a0
5
5
  SHA512:
6
- metadata.gz: 8bb14a8e482a309e722c870c980c0551933f5676edfc8c4279d958c47f570d238df1e487f673b449f604c8d16a550a3bbdc3fa0d4b104d6701ba3dadeca4574b
7
- data.tar.gz: 95d5cadb49cde61b290c8dfe2e2fb562b589e2a44939267ed6c737db15a6ac6d1c9aec5384a2811e3f00ee19ca1fa78fa6c872c3cee8d0f460182d550ebfcb07
6
+ metadata.gz: 55333563f05af2c540614bd29bbb2718fcb39c45b72251ac7aeff378f831233cc05373aaae49498d2d84f5ff33eb33506024ee4aa1b92cf98276254094cf16b2
7
+ data.tar.gz: 1046dd045a0bd1f8335f1d4c86d3b884240c002f634e982d28e06c70cc585797eb4e9e2e528c08a91d3e699064d78737547ee00bb1dedae4fda3993b3623ab7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -216,6 +216,10 @@ module Aws::ApplicationDiscoveryService
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
  #
@@ -1621,7 +1625,7 @@ module Aws::ApplicationDiscoveryService
1621
1625
  params: params,
1622
1626
  config: config)
1623
1627
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1624
- context[:gem_version] = '1.54.0'
1628
+ context[:gem_version] = '1.55.0'
1625
1629
  Seahorse::Client::Request.new(handlers, context)
1626
1630
  end
1627
1631
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationDiscoveryService
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core