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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -1
- data/lib/aws-sdk-connect/client_api.rb +1 -1
- 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: 2ffed6d93685fe64927b3c840392735ca0d3c9c2bcd33915b34c8af933f87fb6
|
|
4
|
+
data.tar.gz: e5e01bc09e8d720bbdf74fd077fb35f95ed4f1f5ec1d5bb972ddc56f9cfae700
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daede13d5819fee0685f39ac0e82288c32343ef85cd809f71a7c3169168a1a7ba04fb6debf9d4c6034cd817ac4896c756e4e15dd303a755cfa992511507efe4c
|
|
7
|
+
data.tar.gz: 3c82f53b210e8281c015ecb1cc1bdac2d40ca4694d80d705a1d3cd0c225d207a9fbf92be4f814dec2c8a23b4bf506019ca5cf606e94fb420ba51b29106b6d9ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
data/lib/aws-sdk-connect.rb
CHANGED