aws-sdk-connect 1.242.0 → 1.243.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +4 -5
- data/lib/aws-sdk-connect/types.rb +1 -2
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c63d9e1e680e1b6a0bb4cdfd1a3792b8da8c6cd9b51fa08f1bd2ca8f86b7b5aa
|
|
4
|
+
data.tar.gz: 52b359313f585d702598091e0f5806075d5fcc1fc057a386b35e4904b365be37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 799ed5895ba4bf27ba9119ede54eb78130297f4684a1a0d1ff1d84b66f0b770aed01c7256fe67ee18dde6a112709c672771b61cc44035147e280e570fd510689
|
|
7
|
+
data.tar.gz: 6b10f3c775515bac3964199e94a542bd44b9aea96c85808282db38b8be1fcbb670300dae6401718c8e534264e94f91c37fd29711787195c86a69ed910f79d522
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.243.0
|
|
@@ -3785,8 +3785,8 @@ module Aws::Connect
|
|
|
3785
3785
|
end
|
|
3786
3786
|
|
|
3787
3787
|
# Creates a new notification to be delivered to specified recipients.
|
|
3788
|
-
# Notifications can include localized content with
|
|
3789
|
-
#
|
|
3788
|
+
# Notifications can include localized content with links, and an
|
|
3789
|
+
# optional expiration time. Recipients can be specified as individual
|
|
3790
3790
|
# user ARNs or instance ARNs to target all users in an instance.
|
|
3791
3791
|
#
|
|
3792
3792
|
# @option params [required, String] :instance_id
|
|
@@ -3815,8 +3815,7 @@ module Aws::Connect
|
|
|
3815
3815
|
# @option params [required, Hash<String,String>] :content
|
|
3816
3816
|
# The localized content of the notification. A map where keys are locale
|
|
3817
3817
|
# codes and values are the notification text in that locale. Content
|
|
3818
|
-
# supports
|
|
3819
|
-
# characters per locale.
|
|
3818
|
+
# supports links. Maximum 250 characters per locale.
|
|
3820
3819
|
#
|
|
3821
3820
|
# @option params [Hash<String,String>] :tags
|
|
3822
3821
|
# The tags used to organize, track, or control access for this resource.
|
|
@@ -28606,7 +28605,7 @@ module Aws::Connect
|
|
|
28606
28605
|
tracer: tracer
|
|
28607
28606
|
)
|
|
28608
28607
|
context[:gem_name] = 'aws-sdk-connect'
|
|
28609
|
-
context[:gem_version] = '1.
|
|
28608
|
+
context[:gem_version] = '1.243.0'
|
|
28610
28609
|
Seahorse::Client::Request.new(handlers, context)
|
|
28611
28610
|
end
|
|
28612
28611
|
|
|
@@ -6069,8 +6069,7 @@ module Aws::Connect
|
|
|
6069
6069
|
# @!attribute [rw] content
|
|
6070
6070
|
# The localized content of the notification. A map where keys are
|
|
6071
6071
|
# locale codes and values are the notification text in that locale.
|
|
6072
|
-
# Content supports
|
|
6073
|
-
# characters per locale.
|
|
6072
|
+
# Content supports links. Maximum 250 characters per locale.
|
|
6074
6073
|
# @return [Hash<String,String>]
|
|
6075
6074
|
#
|
|
6076
6075
|
# @!attribute [rw] tags
|
data/lib/aws-sdk-connect.rb
CHANGED