aws-sdk-connectparticipant 1.33.0 → 1.34.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: 067f489881bf863b29d3888253035bbde8aa318c75bc6f49ba72eb3c0b0164da
4
- data.tar.gz: b5cfda244c1b28685e71f8feac611e7f2c51230a9e14aa207bb0611a20a272e7
3
+ metadata.gz: bdabe79c68b6c7d498082d809dc5b21ce7fb9c9ea609138a1c5d51d977154e2d
4
+ data.tar.gz: 12dac31bf921a85d405b70fb3d542e5b8980aee36e94bfd26879ecfa039ebd11
5
5
  SHA512:
6
- metadata.gz: 821bd9b2e63188bf3716b759fd7d743e920dcfe27964dd3f58339405e15046500f592e01110b8117c3f2365b8f4a87318a340bb7c5e28cc50aba862b3b6599da
7
- data.tar.gz: df9f8db1f2f22f04f7051397942a2fa3a8184d70a14740d1286532b0d1e9cb0b340bb182d6a6efee53484a5f42a0b730791685c8c1e6aabb42d5eff6ea257118
6
+ metadata.gz: dfc17951ba9c9907adeb1cc413c33275716228f7a96e447a3fb7cbf8b840d40f8d9ce2ec0f98b75fc39a63edc341057747fd7e321c6c85a1bb85da9e7c1eb207
7
+ data.tar.gz: 56e233e383b8e84d7167ad55f4b9e7d9c102629fcc2c8953ec98dd86b59710bbe55d7b89aa5522f9ebad054049880100cdb282f665c748023a31f0538544d389
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -216,6 +216,10 @@ module Aws::ConnectParticipant
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
  #
@@ -977,7 +981,7 @@ module Aws::ConnectParticipant
977
981
  params: params,
978
982
  config: config)
979
983
  context[:gem_name] = 'aws-sdk-connectparticipant'
980
- context[:gem_version] = '1.33.0'
984
+ context[:gem_version] = '1.34.0'
981
985
  Seahorse::Client::Request.new(handlers, context)
982
986
  end
983
987
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectparticipant/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectParticipant
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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