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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89b6b72d5d2858f44f926d91b8411ff376b71edcb1f6192c589d83222b7bc71e
4
- data.tar.gz: bb95642a1aa5a98253787b7ba0f532f9cd1729753424c497b2c5683411283176
3
+ metadata.gz: c63d9e1e680e1b6a0bb4cdfd1a3792b8da8c6cd9b51fa08f1bd2ca8f86b7b5aa
4
+ data.tar.gz: 52b359313f585d702598091e0f5806075d5fcc1fc057a386b35e4904b365be37
5
5
  SHA512:
6
- metadata.gz: 4663baa0b48f91653e51ea126b446fca02b7706e0f4080ae4746d6c1e1347c9fd4f7bd937915ac31cf0fea1289988b4b630e47eb594de94742b9c3efb4eb0d0d
7
- data.tar.gz: e452b1b0d2fd53638e3201d3869482eb02ed46e275dd1817657fbe8d4f3d4ea717585447aef226f1964e6ec688427f31da76eb670f442d77d964c478a9613405
6
+ metadata.gz: 799ed5895ba4bf27ba9119ede54eb78130297f4684a1a0d1ff1d84b66f0b770aed01c7256fe67ee18dde6a112709c672771b61cc44035147e280e570fd510689
7
+ data.tar.gz: 6b10f3c775515bac3964199e94a542bd44b9aea96c85808282db38b8be1fcbb670300dae6401718c8e534264e94f91c37fd29711787195c86a69ed910f79d522
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.243.0 (2026-02-18)
5
+ ------------------
6
+
7
+ * Feature - Correcting in-app notifications API documentation.
8
+
4
9
  1.242.0 (2026-02-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.242.0
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 embedded links, and
3789
- # an optional expiration time. Recipients can be specified as individual
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 markdown formatting and embedded links. Maximum 250
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.242.0'
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 markdown formatting and embedded links. Maximum 250
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
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.242.0'
57
+ GEM_VERSION = '1.243.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.242.0
4
+ version: 1.243.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services