@@ -38,6 +38,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
3838AssociateLambdaFunction = Action ("AssociateLambdaFunction" )
3939AssociateLexBot = Action ("AssociateLexBot" )
4040AssociatePhoneNumberContactFlow = Action ("AssociatePhoneNumberContactFlow" )
41+ AssociateQueueEmailAddresses = Action ("AssociateQueueEmailAddresses" )
4142AssociateQueueQuickConnects = Action ("AssociateQueueQuickConnects" )
4243AssociateRoutingProfileQueues = Action ("AssociateRoutingProfileQueues" )
4344AssociateSecurityKey = Action ("AssociateSecurityKey" )
@@ -72,6 +73,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
7273CreateHoursOfOperationOverride = Action ("CreateHoursOfOperationOverride" )
7374CreateInstance = Action ("CreateInstance" )
7475CreateIntegrationAssociation = Action ("CreateIntegrationAssociation" )
76+ CreateNotification = Action ("CreateNotification" )
7577CreateParticipant = Action ("CreateParticipant" )
7678CreatePersistentContactAssociation = Action ("CreatePersistentContactAssociation" )
7779CreatePredefinedAttribute = Action ("CreatePredefinedAttribute" )
@@ -108,6 +110,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
108110DeleteHoursOfOperationOverride = Action ("DeleteHoursOfOperationOverride" )
109111DeleteInstance = Action ("DeleteInstance" )
110112DeleteIntegrationAssociation = Action ("DeleteIntegrationAssociation" )
113+ DeleteNotification = Action ("DeleteNotification" )
111114DeletePredefinedAttribute = Action ("DeletePredefinedAttribute" )
112115DeletePrompt = Action ("DeletePrompt" )
113116DeletePushNotificationRegistration = Action ("DeletePushNotificationRegistration" )
@@ -146,6 +149,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
146149DescribeInstance = Action ("DescribeInstance" )
147150DescribeInstanceAttribute = Action ("DescribeInstanceAttribute" )
148151DescribeInstanceStorageConfig = Action ("DescribeInstanceStorageConfig" )
152+ DescribeNotification = Action ("DescribeNotification" )
149153DescribePhoneNumber = Action ("DescribePhoneNumber" )
150154DescribePredefinedAttribute = Action ("DescribePredefinedAttribute" )
151155DescribePrompt = Action ("DescribePrompt" )
@@ -172,6 +176,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
172176DisassociateLambdaFunction = Action ("DisassociateLambdaFunction" )
173177DisassociateLexBot = Action ("DisassociateLexBot" )
174178DisassociatePhoneNumberContactFlow = Action ("DisassociatePhoneNumberContactFlow" )
179+ DisassociateQueueEmailAddresses = Action ("DisassociateQueueEmailAddresses" )
175180DisassociateQueueQuickConnects = Action ("DisassociateQueueQuickConnects" )
176181DisassociateRoutingProfileQueues = Action ("DisassociateRoutingProfileQueues" )
177182DisassociateSecurityKey = Action ("DisassociateSecurityKey" )
@@ -230,10 +235,12 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
230235ListIntegrationAssociations = Action ("ListIntegrationAssociations" )
231236ListLambdaFunctions = Action ("ListLambdaFunctions" )
232237ListLexBots = Action ("ListLexBots" )
238+ ListNotifications = Action ("ListNotifications" )
233239ListPhoneNumbers = Action ("ListPhoneNumbers" )
234240ListPhoneNumbersV2 = Action ("ListPhoneNumbersV2" )
235241ListPredefinedAttributes = Action ("ListPredefinedAttributes" )
236242ListPrompts = Action ("ListPrompts" )
243+ ListQueueEmailAddresses = Action ("ListQueueEmailAddresses" )
237244ListQueueQuickConnects = Action ("ListQueueQuickConnects" )
238245ListQueues = Action ("ListQueues" )
239246ListQuickConnects = Action ("ListQuickConnects" )
@@ -257,6 +264,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
257264ListTrafficDistributionGroups = Action ("ListTrafficDistributionGroups" )
258265ListUseCases = Action ("ListUseCases" )
259266ListUserHierarchyGroups = Action ("ListUserHierarchyGroups" )
267+ ListUserNotifications = Action ("ListUserNotifications" )
260268ListUserProficiencies = Action ("ListUserProficiencies" )
261269ListUsers = Action ("ListUsers" )
262270ListViewVersions = Action ("ListViewVersions" )
@@ -283,6 +291,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
283291SearchEvaluationForms = Action ("SearchEvaluationForms" )
284292SearchHoursOfOperationOverrides = Action ("SearchHoursOfOperationOverrides" )
285293SearchHoursOfOperations = Action ("SearchHoursOfOperations" )
294+ SearchNotifications = Action ("SearchNotifications" )
286295SearchPredefinedAttributes = Action ("SearchPredefinedAttributes" )
287296SearchPrompts = Action ("SearchPrompts" )
288297SearchQueues = Action ("SearchQueues" )
@@ -352,6 +361,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
352361UpdateHoursOfOperationOverride = Action ("UpdateHoursOfOperationOverride" )
353362UpdateInstanceAttribute = Action ("UpdateInstanceAttribute" )
354363UpdateInstanceStorageConfig = Action ("UpdateInstanceStorageConfig" )
364+ UpdateNotificationContent = Action ("UpdateNotificationContent" )
355365UpdateParticipantAuthentication = Action ("UpdateParticipantAuthentication" )
356366UpdateParticipantRoleConfig = Action ("UpdateParticipantRoleConfig" )
357367UpdatePhoneNumber = Action ("UpdatePhoneNumber" )
@@ -383,6 +393,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
383393UpdateUserHierarchyGroupName = Action ("UpdateUserHierarchyGroupName" )
384394UpdateUserHierarchyStructure = Action ("UpdateUserHierarchyStructure" )
385395UpdateUserIdentityInfo = Action ("UpdateUserIdentityInfo" )
396+ UpdateUserNotificationStatus = Action ("UpdateUserNotificationStatus" )
386397UpdateUserPhoneConfig = Action ("UpdateUserPhoneConfig" )
387398UpdateUserProficiencies = Action ("UpdateUserProficiencies" )
388399UpdateUserRoutingProfile = Action ("UpdateUserRoutingProfile" )
0 commit comments