Skip to content

Commit 4422748

Browse files
author
GitHub Workflow
committed
Action Update 2026-02
1 parent 7cb5e42 commit 4422748

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

awacs/quicksight.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
2828
AllowVendedLogDeliveryForResource = Action("AllowVendedLogDeliveryForResource")
2929
BatchCreateTopicReviewedAnswer = Action("BatchCreateTopicReviewedAnswer")
3030
BatchDeleteTopicReviewedAnswer = Action("BatchDeleteTopicReviewedAnswer")
31+
BatchGetPreferences = Action("BatchGetPreferences")
32+
BatchUpdatePreferences = Action("BatchUpdatePreferences")
3133
CancelIngestion = Action("CancelIngestion")
3234
CreateAccountCustomization = Action("CreateAccountCustomization")
3335
CreateAccountSubscription = Action("CreateAccountSubscription")
@@ -141,6 +143,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
141143
)
142144
DescribeRefreshSchedule = Action("DescribeRefreshSchedule")
143145
DescribeRoleCustomPermission = Action("DescribeRoleCustomPermission")
146+
DescribeSelfUpgradeConfiguration = Action("DescribeSelfUpgradeConfiguration")
144147
DescribeTemplate = Action("DescribeTemplate")
145148
DescribeTemplateAlias = Action("DescribeTemplateAlias")
146149
DescribeTemplatePermissions = Action("DescribeTemplatePermissions")
@@ -194,6 +197,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
194197
ListNamespaces = Action("ListNamespaces")
195198
ListRefreshSchedules = Action("ListRefreshSchedules")
196199
ListRoleMemberships = Action("ListRoleMemberships")
200+
ListSelfUpgrades = Action("ListSelfUpgrades")
197201
ListTagsForResource = Action("ListTagsForResource")
198202
ListTemplateAliases = Action("ListTemplateAliases")
199203
ListTemplateVersions = Action("ListTemplateVersions")
@@ -283,6 +287,8 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
283287
UpdateResourcePermissions = Action("UpdateResourcePermissions")
284288
UpdateRoleCustomPermission = Action("UpdateRoleCustomPermission")
285289
UpdateSPICECapacityConfiguration = Action("UpdateSPICECapacityConfiguration")
290+
UpdateSelfUpgrade = Action("UpdateSelfUpgrade")
291+
UpdateSelfUpgradeConfiguration = Action("UpdateSelfUpgradeConfiguration")
286292
UpdateTemplate = Action("UpdateTemplate")
287293
UpdateTemplateAlias = Action("UpdateTemplateAlias")
288294
UpdateTemplatePermissions = Action("UpdateTemplatePermissions")

0 commit comments

Comments
 (0)