aws-sdk-codecatalyst 1.8.0 → 1.9.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: 64367a222886ec015d3d698954cc3fdca555a154c616b88ceccfc039a37d6c9b
4
- data.tar.gz: e3de58bad7f22807c6dd48e22c6063ee57f9f692740fdc05057f7dfaf26fbe0b
3
+ metadata.gz: 1274df18ed43b2e9b12705ce792d4adbacf458186ddf2f915bed251c8b6a2ac8
4
+ data.tar.gz: 44ecb0f883b37d1f0525290f695b2169322b71785f9a0e59c6d191bdf21c46b8
5
5
  SHA512:
6
- metadata.gz: 46d32ca9562202b4f90a885c5441978627a81f11526b778adf049ab9ce12f28e2241367c3ce55b903a394f9794b437c8325a3c4f15f4dd9675c4aa61a4122c86
7
- data.tar.gz: 8466e52ee89dd9d60082df3e4883a467b91e70bf23e2c25720be5399ba437a255b4b4c4d80f2bac81f2e6050c88e6620267b393abf6a89389f9bc959add64092
6
+ metadata.gz: 2a24de5accd8c59e65aeb33affcd32a3602fc048801aeafd70372d28b37ef6a55f7a0b10f61e4585794db9f556f987340111c815dab4d655d47b46c3902ed741
7
+ data.tar.gz: 83cd59a10e94b4986a09d1342272d43dccbb0abef22c0fef827afe20713c6c5015446cfe06c229d66b6e72970f23813251e484922e7f63c5b6f5cb5ba9964d0b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::CodeCatalyst
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
  #
@@ -1775,7 +1779,7 @@ module Aws::CodeCatalyst
1775
1779
  params: params,
1776
1780
  config: config)
1777
1781
  context[:gem_name] = 'aws-sdk-codecatalyst'
1778
- context[:gem_version] = '1.8.0'
1782
+ context[:gem_version] = '1.9.0'
1779
1783
  Seahorse::Client::Request.new(handlers, context)
1780
1784
  end
1781
1785
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codecatalyst/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeCatalyst
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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