aws-sdk-qconnect 1.23.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +2715 -89
- data/lib/aws-sdk-qconnect/client_api.rb +1161 -0
- data/lib/aws-sdk-qconnect/types.rb +3572 -260
- data/lib/aws-sdk-qconnect.rb +2 -2
- data/sig/client.rbs +866 -6
- data/sig/types.rbs +809 -13
- metadata +2 -2
data/lib/aws-sdk-qconnect.rb
CHANGED
@@ -23,7 +23,7 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:qconnect)
|
|
23
23
|
# structure.
|
24
24
|
#
|
25
25
|
# q_connect = Aws::QConnect::Client.new
|
26
|
-
# resp = q_connect.
|
26
|
+
# resp = q_connect.activate_message_template(params)
|
27
27
|
#
|
28
28
|
# See {Client} for more information.
|
29
29
|
#
|
@@ -54,7 +54,7 @@ module Aws::QConnect
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.25.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|