Skip to content

Commit db2e1fe

Browse files
author
GitHub Workflow
committed
Action Update 2026-09
1 parent 49395a1 commit db2e1fe

6 files changed

Lines changed: 27 additions & 0 deletions

File tree

awacs/bedrock.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
3434
CancelAutomatedReasoningPolicyBuildWorkflow = Action(
3535
"CancelAutomatedReasoningPolicyBuildWorkflow"
3636
)
37+
CopyBlueprintStage = Action("CopyBlueprintStage")
3738
CountTokens = Action("CountTokens")
3839
CreateAgent = Action("CreateAgent")
3940
CreateAgentActionGroup = Action("CreateAgentActionGroup")
@@ -139,6 +140,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
139140
GetAutomatedReasoningPolicyTestCase = Action("GetAutomatedReasoningPolicyTestCase")
140141
GetAutomatedReasoningPolicyTestResult = Action("GetAutomatedReasoningPolicyTestResult")
141142
GetBlueprint = Action("GetBlueprint")
143+
GetBlueprintOptimizationStatus = Action("GetBlueprintOptimizationStatus")
142144
GetBlueprintRecommendation = Action("GetBlueprintRecommendation")
143145
GetCustomModel = Action("GetCustomModel")
144146
GetCustomModelDeployment = Action("GetCustomModelDeployment")
@@ -178,6 +180,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
178180
IngestKnowledgeBaseDocuments = Action("IngestKnowledgeBaseDocuments")
179181
InvokeAgent = Action("InvokeAgent")
180182
InvokeAutomatedReasoningPolicy = Action("InvokeAutomatedReasoningPolicy")
183+
InvokeBlueprintOptimizationAsync = Action("InvokeBlueprintOptimizationAsync")
181184
InvokeBlueprintRecommendationAsync = Action("InvokeBlueprintRecommendationAsync")
182185
InvokeBuilder = Action("InvokeBuilder")
183186
InvokeDataAutomation = Action("InvokeDataAutomation")

awacs/bedrock_mantle.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
2525

2626

2727
CallWithBearerToken = Action("CallWithBearerToken")
28+
CancelFineTuningJob = Action("CancelFineTuningJob")
2829
CancelInference = Action("CancelInference")
30+
CreateFile = Action("CreateFile")
31+
CreateFineTuningJob = Action("CreateFineTuningJob")
2932
CreateInference = Action("CreateInference")
33+
DeleteFile = Action("DeleteFile")
3034
DeleteInference = Action("DeleteInference")
35+
GetFile = Action("GetFile")
36+
GetFineTuningJob = Action("GetFineTuningJob")
3137
GetInference = Action("GetInference")
3238
GetModel = Action("GetModel")
39+
ListFiles = Action("ListFiles")
40+
ListFineTuningJobs = Action("ListFineTuningJobs")
3341
ListModels = Action("ListModels")

awacs/connect.py

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

awacs/glue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
9494
DeleteDevEndpoint = Action("DeleteDevEndpoint")
9595
DeleteGlueIdentityCenterConfiguration = Action("DeleteGlueIdentityCenterConfiguration")
9696
DeleteIntegration = Action("DeleteIntegration")
97+
DeleteIntegrationResourceProperty = Action("DeleteIntegrationResourceProperty")
9798
DeleteIntegrationTableProperties = Action("DeleteIntegrationTableProperties")
9899
DeleteJob = Action("DeleteJob")
99100
DeleteMLTransform = Action("DeleteMLTransform")
@@ -229,6 +230,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
229230
ListDataQualityRulesets = Action("ListDataQualityRulesets")
230231
ListDevEndpoints = Action("ListDevEndpoints")
231232
ListEntities = Action("ListEntities")
233+
ListIntegrationResourceProperties = Action("ListIntegrationResourceProperties")
232234
ListJobUpgradeAnalyses = Action("ListJobUpgradeAnalyses")
233235
ListJobs = Action("ListJobs")
234236
ListMLTransforms = Action("ListMLTransforms")

awacs/logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
2626

2727
AssociateKmsKey = Action("AssociateKmsKey")
2828
AssociateSourceToS3TableIntegration = Action("AssociateSourceToS3TableIntegration")
29+
CallWithBearerToken = Action("CallWithBearerToken")
2930
CancelExportTask = Action("CancelExportTask")
3031
CancelImportTask = Action("CancelImportTask")
3132
CreateDelivery = Action("CreateDelivery")
@@ -113,6 +114,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
113114
ListTagsLogGroup = Action("ListTagsLogGroup")
114115
ProcessWithPipeline = Action("ProcessWithPipeline")
115116
PutAccountPolicy = Action("PutAccountPolicy")
117+
PutBearerTokenAuthentication = Action("PutBearerTokenAuthentication")
116118
PutDataProtectionPolicy = Action("PutDataProtectionPolicy")
117119
PutDeliveryDestination = Action("PutDeliveryDestination")
118120
PutDeliveryDestinationPolicy = Action("PutDeliveryDestinationPolicy")

awacs/payment_cryptography.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
3434
EnableDefaultKeyReplicationRegions = Action("EnableDefaultKeyReplicationRegions")
3535
EncryptData = Action("EncryptData")
3636
ExportKey = Action("ExportKey")
37+
GenerateAs2805KekValidation = Action("GenerateAs2805KekValidation")
3738
GenerateCardValidationData = Action("GenerateCardValidationData")
3839
GenerateMac = Action("GenerateMac")
3940
GenerateMacEmvPinChange = Action("GenerateMacEmvPinChange")

0 commit comments

Comments
 (0)