aws-sdk-ivschat 1.13.0 → 1.15.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: 8dfef06a6f5ddd821fa43d171eef020e3b2d125170899e88c46c06911133256f
4
- data.tar.gz: '004985227b14fe3a32ec2c3fcc649e3ddb29c8a78680e3def8b704486d798ab5'
3
+ metadata.gz: 3495be8fc1074e1511908ce551d1261af8af9a16f5d603252d0b6ed3b29b4115
4
+ data.tar.gz: 345c2f59e32ac5b812e8e39e9bdfd807647f9dab083a44306cab2fc032c90518
5
5
  SHA512:
6
- metadata.gz: 5435f81dc9846277f8d56a4cc6932042d097f5bf2bad8a561c75f9a5355c957e645254d6b7ea003e275a606b37dbcfba55e5449b2090f55f1829c73f107982f9
7
- data.tar.gz: 8cdc4e6c065190a08a338ce871e32f87e8da993ac82a4d1e4339874f7e58b77754da7fc9f2e478d1344f21493b1cb343a0b836811fac9d65a12213cfcf88fd61
6
+ metadata.gz: d7de95b8cc1bf59a54ea95ce793079a31fcd9c616597b5ebf8a72d58a9428c93dafd023df5a7418a1abab64a28002fcd1507406184f5dd9462f27c8d0dfe1ddc
7
+ data.tar.gz: aac5f9c9e9b64d94f7bb456144db4cd9b24469d0c43e9e73f1e5c7783df0c3872e17b457fa4069f37f7a9175af5176b2c49c6488ea98749d4ef3f84f2ca304cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.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.13.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.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.15.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.15.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.15.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