Skip to content

Commit 3c705e7

Browse files
chore: update AWS IAM actions [automated]
1 parent 327d64b commit 3c705e7

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

aws-iam-actions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7512,6 +7512,18 @@
75127512
"elemental-appliances-software:StartUpload",
75137513
"elemental-appliances-software:SubmitOrderV1",
75147514
"elemental-appliances-software:UpdateQuote",
7515+
"elemental-inference:AssociateFeed",
7516+
"elemental-inference:CreateFeed",
7517+
"elemental-inference:DeleteFeed",
7518+
"elemental-inference:DisassociateFeed",
7519+
"elemental-inference:GetFeed",
7520+
"elemental-inference:GetMetadata",
7521+
"elemental-inference:ListFeeds",
7522+
"elemental-inference:ListTagsForResource",
7523+
"elemental-inference:PutMedia",
7524+
"elemental-inference:TagResource",
7525+
"elemental-inference:UntagResource",
7526+
"elemental-inference:UpdateFeed",
75157527
"elemental-support-cases:AddCaseComment",
75167528
"elemental-support-cases:CheckCasePermission",
75177529
"elemental-support-cases:CompleteMultipartUpload",
@@ -9127,6 +9139,7 @@
91279139
"healthlake:GetCapabilities",
91289140
"healthlake:GetExportedFile",
91299141
"healthlake:GetHistoryByResourceId",
9142+
"healthlake:InquirePreAuthClaim",
91309143
"healthlake:ListFHIRDatastores",
91319144
"healthlake:ListFHIRExportJobs",
91329145
"healthlake:ListFHIRImportJobs",
@@ -9138,6 +9151,7 @@
91389151
"healthlake:MemberRemove",
91399152
"healthlake:PatchResource",
91409153
"healthlake:ProcessBundle",
9154+
"healthlake:QuestionnairePackage",
91419155
"healthlake:ReadResource",
91429156
"healthlake:RetrieveAttributionStatus",
91439157
"healthlake:SearchEverything",
@@ -9148,6 +9162,7 @@
91489162
"healthlake:StartFHIRExportJobWithGet",
91499163
"healthlake:StartFHIRExportJobWithPost",
91509164
"healthlake:StartFHIRImportJob",
9165+
"healthlake:SubmitPreAuthClaim",
91519166
"healthlake:TagResource",
91529167
"healthlake:UntagResource",
91539168
"healthlake:UpdateResource",

outputs.tf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7987,6 +7987,21 @@ output "actions" {
79877987
SubmitOrderV1 = "elemental-appliances-software:SubmitOrderV1"
79887988
UpdateQuote = "elemental-appliances-software:UpdateQuote"
79897989
}
7990+
elemental-inference = {
7991+
AllActions = "elemental-inference:*"
7992+
AssociateFeed = "elemental-inference:AssociateFeed"
7993+
CreateFeed = "elemental-inference:CreateFeed"
7994+
DeleteFeed = "elemental-inference:DeleteFeed"
7995+
DisassociateFeed = "elemental-inference:DisassociateFeed"
7996+
GetFeed = "elemental-inference:GetFeed"
7997+
GetMetadata = "elemental-inference:GetMetadata"
7998+
ListFeeds = "elemental-inference:ListFeeds"
7999+
ListTagsForResource = "elemental-inference:ListTagsForResource"
8000+
PutMedia = "elemental-inference:PutMedia"
8001+
TagResource = "elemental-inference:TagResource"
8002+
UntagResource = "elemental-inference:UntagResource"
8003+
UpdateFeed = "elemental-inference:UpdateFeed"
8004+
}
79908005
elemental-support-cases = {
79918006
AllActions = "elemental-support-cases:*"
79928007
AddCaseComment = "elemental-support-cases:AddCaseComment"
@@ -9709,6 +9724,7 @@ output "actions" {
97099724
GetCapabilities = "healthlake:GetCapabilities"
97109725
GetExportedFile = "healthlake:GetExportedFile"
97119726
GetHistoryByResourceId = "healthlake:GetHistoryByResourceId"
9727+
InquirePreAuthClaim = "healthlake:InquirePreAuthClaim"
97129728
ListFHIRDatastores = "healthlake:ListFHIRDatastores"
97139729
ListFHIRExportJobs = "healthlake:ListFHIRExportJobs"
97149730
ListFHIRImportJobs = "healthlake:ListFHIRImportJobs"
@@ -9720,6 +9736,7 @@ output "actions" {
97209736
MemberRemove = "healthlake:MemberRemove"
97219737
PatchResource = "healthlake:PatchResource"
97229738
ProcessBundle = "healthlake:ProcessBundle"
9739+
QuestionnairePackage = "healthlake:QuestionnairePackage"
97239740
ReadResource = "healthlake:ReadResource"
97249741
RetrieveAttributionStatus = "healthlake:RetrieveAttributionStatus"
97259742
SearchEverything = "healthlake:SearchEverything"
@@ -9730,6 +9747,7 @@ output "actions" {
97309747
StartFHIRExportJobWithGet = "healthlake:StartFHIRExportJobWithGet"
97319748
StartFHIRExportJobWithPost = "healthlake:StartFHIRExportJobWithPost"
97329749
StartFHIRImportJob = "healthlake:StartFHIRImportJob"
9750+
SubmitPreAuthClaim = "healthlake:SubmitPreAuthClaim"
97339751
TagResource = "healthlake:TagResource"
97349752
UntagResource = "healthlake:UntagResource"
97359753
UpdateResource = "healthlake:UpdateResource"

0 commit comments

Comments
 (0)