aws-sdk-qconnect 1.19.0 → 1.20.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: c17375be9af9311382a7401e2bfcd0c81b85e1ec5bd41ee567c06233d2759c32
4
- data.tar.gz: '0822640878e6340760b257a68c345ffdab49a9b6714e342f84a861200d2a88f6'
3
+ metadata.gz: 25ae245333cd97cb1f8a2d6a531b3509adff5fe537f7eb1d93a5d0c9f4ccabfd
4
+ data.tar.gz: deaed67fda02dbdfab55c14645502d46cfc8349941886ac27c20a8c80a517ca5
5
5
  SHA512:
6
- metadata.gz: c798aa75e569acb958e23ae7d8f5a0674735741ec57a0e7552a183507104a8070f7df38005fb219b34b84d8df5ffebb574b53cf2253498059e5ea027055d6811
7
- data.tar.gz: b48a81a3f2f4f0493d0721dba811c65cf6d8170c0b63081d91142648669b266f5810c39ea88677c6cf77fc384ac3d5d8c778e90854f247bef7ed40b3250e35b4
6
+ metadata.gz: 3fadaaa6b2deba111f6e59a5e81bafa40257525fa5fffeb765ec54dbbdc8c7e7ae69beebdf45ab5e79842a3d754303d3df08a08d8cb91a02ea4cdbd328b3e5d8
7
+ data.tar.gz: 7526af01a3c7769265477f501b25a2a7c5b9f1bf0610c4bec59bee3a4ec7b9f730adcb7c4fa0cebf6b70cffa316bffd8606ff025f3afa0c5a70d2f1397bcc295
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.19.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:qconnect)
40
-
41
39
  module Aws::QConnect
42
40
  # An API client for QConnect. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3413,7 +3411,7 @@ module Aws::QConnect
3413
3411
  tracer: tracer
3414
3412
  )
3415
3413
  context[:gem_name] = 'aws-sdk-qconnect'
3416
- context[:gem_version] = '1.19.0'
3414
+ context[:gem_version] = '1.20.0'
3417
3415
  Seahorse::Client::Request.new(handlers, context)
3418
3416
  end
3419
3417
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:qconnect)
15
+
14
16
  # This module provides support for Amazon Q Connect. This module is available in the
15
17
  # `aws-sdk-qconnect` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::QConnect
52
54
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
54
56
 
55
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.20.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core