aws-sdk-connect 1.243.0 → 1.244.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: c63d9e1e680e1b6a0bb4cdfd1a3792b8da8c6cd9b51fa08f1bd2ca8f86b7b5aa
4
- data.tar.gz: 52b359313f585d702598091e0f5806075d5fcc1fc057a386b35e4904b365be37
3
+ metadata.gz: 38595cc7b7a57d8596132d1f28edc6a790f49e1ea355acbb40da43cac65951e0
4
+ data.tar.gz: 3c92a1f8bec93959521973b96671fb375bf085c6f4d1ebaa1d4142dfcd977ce5
5
5
  SHA512:
6
- metadata.gz: 799ed5895ba4bf27ba9119ede54eb78130297f4684a1a0d1ff1d84b66f0b770aed01c7256fe67ee18dde6a112709c672771b61cc44035147e280e570fd510689
7
- data.tar.gz: 6b10f3c775515bac3964199e94a542bd44b9aea96c85808282db38b8be1fcbb670300dae6401718c8e534264e94f91c37fd29711787195c86a69ed910f79d522
6
+ metadata.gz: faf14ea0146fd38516d39d5863700023f71c75787d9553f2e7f34a514d3c2a95bde553c7bec4a55ab63c31c9db865c57974331b09a2d0aa2a1a8c38c72eea9bb
7
+ data.tar.gz: bf43b6df7e7df99ea07ff8ba052f220b6da22bd02d03cd5d856244538203fab487b8874bfe12ba7d25b1bbb0bee2ba9203cf35066865844c76ad96e2e7164e35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.244.0 (2026-02-27)
5
+ ------------------
6
+
7
+ * Feature - Deprecate EvaluationReviewMetadata's CreatedBy and CreatedTime, add EvaluationReviewMetadata's RequestedBy and RequestedTime
8
+
4
9
  1.243.0 (2026-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.243.0
1
+ 1.244.0
@@ -7636,6 +7636,8 @@ module Aws::Connect
7636
7636
  # resp.evaluation.metadata.acknowledgement.acknowledged_by #=> String
7637
7637
  # resp.evaluation.metadata.acknowledgement.acknowledger_comment #=> String
7638
7638
  # resp.evaluation.metadata.review.review_id #=> String
7639
+ # resp.evaluation.metadata.review.requested_time #=> Time
7640
+ # resp.evaluation.metadata.review.requested_by #=> String
7639
7641
  # resp.evaluation.metadata.review.created_time #=> Time
7640
7642
  # resp.evaluation.metadata.review.created_by #=> String
7641
7643
  # resp.evaluation.metadata.review.review_request_comments #=> Array
@@ -18963,10 +18965,7 @@ module Aws::Connect
18963
18965
  # * A Search operation, unlike a List operation, takes time to index
18964
18966
  # changes to resource (create, update or delete). If you don't see
18965
18967
  # updated information for recently changed contact evaluations, try
18966
- # calling the API again in a few seconds. Contact Evaluations may not
18967
- # be fully backfilled with historical data in all regions yet, however
18968
- # all recently created Contact Evaluations should be available for
18969
- # search.
18968
+ # calling the API again in a few seconds.
18970
18969
  #
18971
18970
  # ^
18972
18971
  #
@@ -28605,7 +28604,7 @@ module Aws::Connect
28605
28604
  tracer: tracer
28606
28605
  )
28607
28606
  context[:gem_name] = 'aws-sdk-connect'
28608
- context[:gem_version] = '1.243.0'
28607
+ context[:gem_version] = '1.244.0'
28609
28608
  Seahorse::Client::Request.new(handlers, context)
28610
28609
  end
28611
28610
 
@@ -4869,8 +4869,10 @@ module Aws::Connect
4869
4869
  EvaluationReviewConfiguration.struct_class = Types::EvaluationReviewConfiguration
4870
4870
 
4871
4871
  EvaluationReviewMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
4872
- EvaluationReviewMetadata.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
4873
- EvaluationReviewMetadata.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "CreatedBy"))
4872
+ EvaluationReviewMetadata.add_member(:requested_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequestedTime"))
4873
+ EvaluationReviewMetadata.add_member(:requested_by, Shapes::ShapeRef.new(shape: ARN, location_name: "RequestedBy"))
4874
+ EvaluationReviewMetadata.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "CreatedTime", metadata: {"deprecatedMessage" => "CreatedTime is deprecated.", "deprecatedSince" => "02/17/2026"}))
4875
+ EvaluationReviewMetadata.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, deprecated: true, location_name: "CreatedBy", metadata: {"deprecatedMessage" => "CreatedBy is deprecated.", "deprecatedSince" => "02/17/2026"}))
4874
4876
  EvaluationReviewMetadata.add_member(:review_request_comments, Shapes::ShapeRef.new(shape: EvaluationReviewRequestCommentList, required: true, location_name: "ReviewRequestComments"))
4875
4877
  EvaluationReviewMetadata.struct_class = Types::EvaluationReviewMetadata
4876
4878
 
@@ -13551,6 +13551,14 @@ module Aws::Connect
13551
13551
  # The unique identifier for the evaluation review.
13552
13552
  # @return [String]
13553
13553
  #
13554
+ # @!attribute [rw] requested_time
13555
+ # The timestamp when the evaluation review was requested.
13556
+ # @return [Time]
13557
+ #
13558
+ # @!attribute [rw] requested_by
13559
+ # The user who requested the evaluation review.
13560
+ # @return [String]
13561
+ #
13554
13562
  # @!attribute [rw] created_time
13555
13563
  # The timestamp when the evaluation review was created.
13556
13564
  # @return [Time]
@@ -13567,6 +13575,8 @@ module Aws::Connect
13567
13575
  #
13568
13576
  class EvaluationReviewMetadata < Struct.new(
13569
13577
  :review_id,
13578
+ :requested_time,
13579
+ :requested_by,
13570
13580
  :created_time,
13571
13581
  :created_by,
13572
13582
  :review_request_comments)
@@ -13615,11 +13625,12 @@ module Aws::Connect
13615
13625
  # @return [String]
13616
13626
  #
13617
13627
  # @!attribute [rw] created_time
13618
- # The timestamp when the review request comment was created.
13628
+ # The timestamp when the evaluation review request comment was
13629
+ # created.
13619
13630
  # @return [Time]
13620
13631
  #
13621
13632
  # @!attribute [rw] created_by
13622
- # The user who created the review request comment.
13633
+ # The user who created the evaluation review request comment.
13623
13634
  # @return [String]
13624
13635
  #
13625
13636
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EvaluationReviewRequestComment AWS API Documentation
@@ -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.243.0'
57
+ GEM_VERSION = '1.244.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -3487,6 +3487,8 @@ module Aws::Connect
3487
3487
 
3488
3488
  class EvaluationReviewMetadata
3489
3489
  attr_accessor review_id: ::String
3490
+ attr_accessor requested_time: ::Time
3491
+ attr_accessor requested_by: ::String
3490
3492
  attr_accessor created_time: ::Time
3491
3493
  attr_accessor created_by: ::String
3492
3494
  attr_accessor review_request_comments: ::Array[Types::EvaluationReviewRequestComment]
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.243.0
4
+ version: 1.244.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services