Skip to content

Commit 20194f1

Browse files
author
awstools
committed
feat(client-connect): Deprecating PredefinedNotificationID field
1 parent fa49aa1 commit 20194f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

clients/client-connect/src/models/models_0.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5294,6 +5294,8 @@ export interface CreateNotificationRequest {
52945294

52955295
/**
52965296
* <p>The unique identifier for a notification.</p>
5297+
*
5298+
* @deprecated (since 3/13/2026) PredefinedNotificationId is deprecated. Use ClientToken for idempotency.
52975299
* @public
52985300
*/
52995301
PredefinedNotificationId?: string | undefined;

codegen/sdk-codegen/aws-models/connect.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11691,7 +11691,13 @@
1169111691
}
1169211692
},
1169311693
"PredefinedNotificationId": {
11694-
"target": "com.amazonaws.connect#NotificationId"
11694+
"target": "com.amazonaws.connect#NotificationId",
11695+
"traits": {
11696+
"smithy.api#deprecated": {
11697+
"since": "3/13/2026",
11698+
"message": "PredefinedNotificationId is deprecated. Use ClientToken for idempotency."
11699+
}
11700+
}
1169511701
},
1169611702
"ClientToken": {
1169711703
"target": "com.amazonaws.connect#ClientToken",

0 commit comments

Comments
 (0)