aws-sdk-connect 1.246.0 → 1.247.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: 60a11cd5286792267fea20a57c40dac0f8c8b1124e330c15bf53ea9c02d79f4b
4
- data.tar.gz: a1490e395d9578dc669f838bf606acc9e854d851df839d60d8b3e2e3a4fd289f
3
+ metadata.gz: 2ffed6d93685fe64927b3c840392735ca0d3c9c2bcd33915b34c8af933f87fb6
4
+ data.tar.gz: e5e01bc09e8d720bbdf74fd077fb35f95ed4f1f5ec1d5bb972ddc56f9cfae700
5
5
  SHA512:
6
- metadata.gz: e800079ed981ab941a5ae1cbe016fb596f019a837d7abec2e68d19d634f1d8fadc1801cb08a9a358629d0d481f1fe0b4561946db97b79d0dbdfb29e225913d76
7
- data.tar.gz: 9334f7f761339188d9d32e12863b96d9aa43f8ed7dafefc7035cedeed1dc1fb5410e2ca5d123c2884d234d6ef138f2990426464283e555d6cd2c7172f560d823
6
+ metadata.gz: daede13d5819fee0685f39ac0e82288c32343ef85cd809f71a7c3169168a1a7ba04fb6debf9d4c6034cd817ac4896c756e4e15dd303a755cfa992511507efe4c
7
+ data.tar.gz: 3c82f53b210e8281c015ecb1cc1bdac2d40ca4694d80d705a1d3cd0c225d207a9fbf92be4f814dec2c8a23b4bf506019ca5cf606e94fb420ba51b29106b6d9ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.247.0 (2026-03-13)
5
+ ------------------
6
+
7
+ * Feature - Deprecating PredefinedNotificationID field
8
+
4
9
  1.246.0 (2026-03-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.246.0
1
+ 1.247.0
@@ -28841,7 +28841,7 @@ module Aws::Connect
28841
28841
  tracer: tracer
28842
28842
  )
28843
28843
  context[:gem_name] = 'aws-sdk-connect'
28844
- context[:gem_version] = '1.246.0'
28844
+ context[:gem_version] = '1.247.0'
28845
28845
  Seahorse::Client::Request.new(handlers, context)
28846
28846
  end
28847
28847
 
@@ -3356,7 +3356,7 @@ module Aws::Connect
3356
3356
  CreateNotificationRequest.add_member(:priority, Shapes::ShapeRef.new(shape: ConfigurableNotificationPriority, location_name: "Priority"))
3357
3357
  CreateNotificationRequest.add_member(:content, Shapes::ShapeRef.new(shape: NotificationContent, required: true, location_name: "Content"))
3358
3358
  CreateNotificationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3359
- CreateNotificationRequest.add_member(:predefined_notification_id, Shapes::ShapeRef.new(shape: NotificationId, location_name: "PredefinedNotificationId"))
3359
+ CreateNotificationRequest.add_member(:predefined_notification_id, Shapes::ShapeRef.new(shape: NotificationId, deprecated: true, location_name: "PredefinedNotificationId", metadata: {"deprecatedMessage" => "PredefinedNotificationId is deprecated. Use ClientToken for idempotency.", "deprecatedSince" => "3/13/2026"}))
3360
3360
  CreateNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
3361
3361
  CreateNotificationRequest.struct_class = Types::CreateNotificationRequest
3362
3362
 
@@ -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.246.0'
57
+ GEM_VERSION = '1.247.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.246.0
4
+ version: 1.247.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services