aws-sdk-connectparticipant 1.53.0 → 1.55.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: 8c5507c3e4da4f96aa0915a0faf635d9ec25fcb28ab2191f61b6bdbd7ef5805d
4
+ data.tar.gz: bfb2450eb639713cdecc0ea36bb341beb8dbb1546360b1bcc933951ca9330a9f
5
5
  SHA512:
6
- metadata.gz: e2021e4097435e5bd52852dff97135b6a14fc7457e815ce31b1a3720e497339e8419f060fa06aea4d517dfe7b4a81ade4ce81e0b77e8d39eafc842caa2ae62c5
7
- data.tar.gz: 5dc38cc52cf1dd9749a3cd8280de35a8bfb92249b2e12ac5373daed8e9ccd76c7ea79316a644368249e1606738df828bf5592414c79f944d8033be355298482e
6
+ metadata.gz: 50adfaa7bbaac9834d03dbc1da7f5c3dc56cf455edbff5ff46998518be3525c97833cf3bdd9a7896a4a38909dc04af0e46c5a2158b43c978cc2fd40885eb8103
7
+ data.tar.gz: b17f647dc3314113f4c393713f1bb750a4100ec2ef6ae361a7eaba5a8e4cce877a6132c309db06603c3d176283028fd6e30132e4c6d7035b04afe0cff2da1dbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.54.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.53.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.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(:connectparticipant)
40
-
41
39
  module Aws::ConnectParticipant
42
40
  # An API client for ConnectParticipant. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1116,7 +1114,7 @@ module Aws::ConnectParticipant
1116
1114
  tracer: tracer
1117
1115
  )
1118
1116
  context[:gem_name] = 'aws-sdk-connectparticipant'
1119
- context[:gem_version] = '1.53.0'
1117
+ context[:gem_version] = '1.55.0'
1120
1118
  Seahorse::Client::Request.new(handlers, context)
1121
1119
  end
1122
1120
 
@@ -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,16 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:connectparticipant)
24
15
 
25
16
  # This module provides support for Amazon Connect Participant Service. This module is available in the
26
17
  # `aws-sdk-connectparticipant` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-connectparticipant/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::ConnectParticipant
45
+ autoload :Types, 'aws-sdk-connectparticipant/types'
46
+ autoload :ClientApi, 'aws-sdk-connectparticipant/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-connectparticipant/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-connectparticipant/client'
51
+ autoload :Errors, 'aws-sdk-connectparticipant/errors'
52
+ autoload :Resource, 'aws-sdk-connectparticipant/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-connectparticipant/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
54
56
 
55
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.55.0'
56
58
 
57
59
  end
60
+
61
+ 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.55.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core