aws-sdk-connectparticipant 1.53.0 → 1.54.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: 675a0c9473a01809b81f88a977cc8065aa90fa49371b92d1e36dedc00c4e599e
4
- data.tar.gz: 390a83f0a182067416f7da852f7bb3f3ddad70b8d32687461666f51a3cec07f4
3
+ metadata.gz: 252b70f8a776dc9e45dfad7ddc02d8f821858272777b9ae287f964a726df71bd
4
+ data.tar.gz: a3d10710ce94b29e0dc52e519a744efb643f7c24ea4dc32cf2fa49c21eea918a
5
5
  SHA512:
6
- metadata.gz: e2021e4097435e5bd52852dff97135b6a14fc7457e815ce31b1a3720e497339e8419f060fa06aea4d517dfe7b4a81ade4ce81e0b77e8d39eafc842caa2ae62c5
7
- data.tar.gz: 5dc38cc52cf1dd9749a3cd8280de35a8bfb92249b2e12ac5373daed8e9ccd76c7ea79316a644368249e1606738df828bf5592414c79f944d8033be355298482e
6
+ metadata.gz: 10e757d83a94b91f24d408cb209844ef726363c18fbe9f2ecc1322b171ea40cc4d83c854c7c6af2add2d55e8fc21147b842044ad0331c40ac891d4d26d542139
7
+ data.tar.gz: 69c5f0bf895cd11542a433dbae5758f656e8a69327b806288583c6fb7f82470e43bafc108a76eff1b532e8875d3e73e2c99bc8979dee5396eb90ec0ad8387897
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -1116,7 +1116,7 @@ module Aws::ConnectParticipant
1116
1116
  tracer: tracer
1117
1117
  )
1118
1118
  context[:gem_name] = 'aws-sdk-connectparticipant'
1119
- context[:gem_version] = '1.53.0'
1119
+ context[:gem_version] = '1.54.0'
1120
1120
  Seahorse::Client::Request.new(handlers, context)
1121
1121
  end
1122
1122
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ConnectParticipant
11
12
  # @api private
12
13
  module ClientApi
@@ -916,3 +916,4 @@ module Aws::ConnectParticipant
916
916
 
917
917
  end
918
918
  end
919
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-connectparticipant/types'
15
- require_relative 'aws-sdk-connectparticipant/client_api'
16
- require_relative 'aws-sdk-connectparticipant/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-connectparticipant/client'
18
- require_relative 'aws-sdk-connectparticipant/errors'
19
- require_relative 'aws-sdk-connectparticipant/resource'
20
- require_relative 'aws-sdk-connectparticipant/endpoint_parameters'
21
- require_relative 'aws-sdk-connectparticipant/endpoint_provider'
22
- require_relative 'aws-sdk-connectparticipant/endpoints'
23
- require_relative 'aws-sdk-connectparticipant/customizations'
24
-
25
14
  # This module provides support for Amazon Connect Participant Service. This module is available in the
26
15
  # `aws-sdk-connectparticipant` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-connectparticipant/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::ConnectParticipant
43
+ autoload :Types, 'aws-sdk-connectparticipant/types'
44
+ autoload :ClientApi, 'aws-sdk-connectparticipant/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-connectparticipant/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-connectparticipant/client'
49
+ autoload :Errors, 'aws-sdk-connectparticipant/errors'
50
+ autoload :Resource, 'aws-sdk-connectparticipant/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-connectparticipant/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-connectparticipant/customizations'
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.53.0
4
+ version: 1.54.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core