aws-sdk-ivschat 1.13.0 → 1.14.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: 8dfef06a6f5ddd821fa43d171eef020e3b2d125170899e88c46c06911133256f
4
- data.tar.gz: '004985227b14fe3a32ec2c3fcc649e3ddb29c8a78680e3def8b704486d798ab5'
3
+ metadata.gz: 7f8edb88add18126acbff8815e424f2027756fabf7e500cee8c1a61860ef25e4
4
+ data.tar.gz: 8bb1393406f4f9e4606a088b19879fade84dc278aff25eb278ca497bde09288a
5
5
  SHA512:
6
- metadata.gz: 5435f81dc9846277f8d56a4cc6932042d097f5bf2bad8a561c75f9a5355c957e645254d6b7ea003e275a606b37dbcfba55e5449b2090f55f1829c73f107982f9
7
- data.tar.gz: 8cdc4e6c065190a08a338ce871e32f87e8da993ac82a4d1e4339874f7e58b77754da7fc9f2e478d1344f21493b1cb343a0b836811fac9d65a12213cfcf88fd61
6
+ metadata.gz: fdaea2b65c360c9200b1282b6562e510333843a4ef97fe3c88dc0e45dd4875227b4414eb23b08c3cd812d8420f65b378e6d71f78902d8dec1dc7eac8f6d99798
7
+ data.tar.gz: 0dcb2a7e9c7f416443812475f7619d7128bfe5b7c0b8c7d40443bad68032f716d47c1abef65414017a082f3b46d44d5a68dc5a08a9fea68704a83825539c4a1b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -216,6 +216,10 @@ module Aws::Ivschat
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
  #
@@ -1254,7 +1258,7 @@ module Aws::Ivschat
1254
1258
  params: params,
1255
1259
  config: config)
1256
1260
  context[:gem_name] = 'aws-sdk-ivschat'
1257
- context[:gem_version] = '1.13.0'
1261
+ context[:gem_version] = '1.14.0'
1258
1262
  Seahorse::Client::Request.new(handlers, context)
1259
1263
  end
1260
1264
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivschat/customizations'
52
52
  # @!group service
53
53
  module Aws::Ivschat
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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