You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/connect.json
+29-7Lines changed: 29 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24923,18 +24923,40 @@
24923
24923
"smithy.api#documentation": "<p>The unique identifier for the evaluation review.</p>"
24924
24924
}
24925
24925
},
24926
+
"RequestedTime": {
24927
+
"target": "com.amazonaws.connect#Timestamp",
24928
+
"traits": {
24929
+
"smithy.api#documentation": "<p>The timestamp when the evaluation review was requested.</p>"
24930
+
}
24931
+
},
24932
+
"RequestedBy": {
24933
+
"target": "com.amazonaws.connect#ARN",
24934
+
"traits": {
24935
+
"smithy.api#documentation": "<p>The user who requested the evaluation review.</p>"
24936
+
}
24937
+
},
24926
24938
"CreatedTime": {
24927
24939
"target": "com.amazonaws.connect#Timestamp",
24928
24940
"traits": {
24929
-
"smithy.api#documentation": "<p>The timestamp when the evaluation review was created.</p>",
24930
-
"smithy.api#required": {}
24941
+
"smithy.api#addedDefault": {},
24942
+
"smithy.api#default": 0,
24943
+
"smithy.api#deprecated": {
24944
+
"since": "02/17/2026",
24945
+
"message": "CreatedTime is deprecated."
24946
+
},
24947
+
"smithy.api#documentation": "<p>The timestamp when the evaluation review was created.</p>"
24931
24948
}
24932
24949
},
24933
24950
"CreatedBy": {
24934
24951
"target": "com.amazonaws.connect#ARN",
24935
24952
"traits": {
24936
-
"smithy.api#documentation": "<p>The user who created the evaluation review.</p>",
24937
-
"smithy.api#required": {}
24953
+
"smithy.api#addedDefault": {},
24954
+
"smithy.api#default": "n/a",
24955
+
"smithy.api#deprecated": {
24956
+
"since": "02/17/2026",
24957
+
"message": "CreatedBy is deprecated."
24958
+
},
24959
+
"smithy.api#documentation": "<p>The user who created the evaluation review.</p>"
24938
24960
}
24939
24961
},
24940
24962
"ReviewRequestComments": {
@@ -25019,13 +25041,13 @@
25019
25041
"CreatedTime": {
25020
25042
"target": "com.amazonaws.connect#Timestamp",
25021
25043
"traits": {
25022
-
"smithy.api#documentation": "<p>The timestamp when the review request comment was created.</p>"
25044
+
"smithy.api#documentation": "<p>The timestamp when the evaluation review request comment was created.</p>"
25023
25045
}
25024
25046
},
25025
25047
"CreatedBy": {
25026
25048
"target": "com.amazonaws.connect#ARN",
25027
25049
"traits": {
25028
-
"smithy.api#documentation": "<p>The user who created the review request comment.</p>"
25050
+
"smithy.api#documentation": "<p>The user who created the evaluation review request comment.</p>"
25029
25051
}
25030
25052
}
25031
25053
},
@@ -46710,7 +46732,7 @@
46710
46732
}
46711
46733
],
46712
46734
"traits": {
46713
-
"smithy.api#documentation": "<p>Searches contact evaluations in an Amazon Connect instance, with optional filtering. </p>\n <p>\n <b>Use cases</b>\n </p>\n <p>Following are common uses cases for this API:</p>\n <ul>\n <li>\n <p>Find contact evaluations by using specific search criteria.</p>\n </li>\n <li>\n <p>Find contact evaluations that are tagged with a specific set of tags.</p>\n </li>\n </ul>\n <p>\n <b>Important things to know</b>\n </p>\n <ul>\n <li>\n <p>A Search operation, unlike a List operation, takes time to index changes to resource (create, update or\n delete). If you don't see updated information for recently changed contact evaluations, try calling the API again\n in a few seconds. Contact Evaluations may not be fully backfilled with historical data in all regions yet, however\n all recently created Contact Evaluations should be available for search.</p>\n </li>\n </ul>\n <p>\n <b>Endpoints</b>: See <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect endpoints and quotas</a>.</p>",
46735
+
"smithy.api#documentation": "<p>Searches contact evaluations in an Amazon Connect instance, with optional filtering. </p>\n <p>\n <b>Use cases</b>\n </p>\n <p>Following are common uses cases for this API:</p>\n <ul>\n <li>\n <p>Find contact evaluations by using specific search criteria.</p>\n </li>\n <li>\n <p>Find contact evaluations that are tagged with a specific set of tags.</p>\n </li>\n </ul>\n <p>\n <b>Important things to know</b>\n </p>\n <ul>\n <li>\n <p>A Search operation, unlike a List operation, takes time to index changes to resource (create, update or\n delete). If you don't see updated information for recently changed contact evaluations, try calling the API again\n in a few seconds.</p>\n </li>\n </ul>\n <p>\n <b>Endpoints</b>: See <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect endpoints and quotas</a>.</p>",
0 commit comments