Skip to content

Commit 5266f1d

Browse files
chore: update AWS IAM actions [automated]
1 parent 94c32fb commit 5266f1d

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

aws-iam-actions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,11 @@
14901490
"aws-marketplace:GetBillingAdjustmentRequest",
14911491
"aws-marketplace:GetBuyerDashboard",
14921492
"aws-marketplace:GetEntitlements",
1493+
"aws-marketplace:GetListing",
1494+
"aws-marketplace:GetOffer",
1495+
"aws-marketplace:GetOfferSet",
1496+
"aws-marketplace:GetOfferTerms",
1497+
"aws-marketplace:GetProduct",
14931498
"aws-marketplace:GetResourcePolicy",
14941499
"aws-marketplace:GetSellerDashboard",
14951500
"aws-marketplace:ListAgreementApprovalRequests",
@@ -1504,8 +1509,10 @@
15041509
"aws-marketplace:ListChangeSets",
15051510
"aws-marketplace:ListEntities",
15061511
"aws-marketplace:ListEntitlementDetails",
1512+
"aws-marketplace:ListFulfillmentOptions",
15071513
"aws-marketplace:ListPrivateListings",
15081514
"aws-marketplace:ListPrivateMarketplaceRequests",
1515+
"aws-marketplace:ListPurchaseOptions",
15091516
"aws-marketplace:ListTagsForResource",
15101517
"aws-marketplace:MeterUsage",
15111518
"aws-marketplace:PutDeploymentParameter",
@@ -1517,6 +1524,8 @@
15171524
"aws-marketplace:RejectAgreementPaymentRequest",
15181525
"aws-marketplace:ResolveCustomer",
15191526
"aws-marketplace:SearchAgreements",
1527+
"aws-marketplace:SearchFacets",
1528+
"aws-marketplace:SearchListings",
15201529
"aws-marketplace:SendAgreementCancellationRequest",
15211530
"aws-marketplace:SendAgreementPaymentRequest",
15221531
"aws-marketplace:StartBuild",
@@ -5475,6 +5484,7 @@
54755484
"deadline:GetLicenseEndpoint",
54765485
"deadline:GetLimit",
54775486
"deadline:GetMonitor",
5487+
"deadline:GetMonitorSettings",
54785488
"deadline:GetQueue",
54795489
"deadline:GetQueueEnvironment",
54805490
"deadline:GetQueueFleetAssociation",
@@ -5530,6 +5540,7 @@
55305540
"deadline:UpdateJob",
55315541
"deadline:UpdateLimit",
55325542
"deadline:UpdateMonitor",
5543+
"deadline:UpdateMonitorSettings",
55335544
"deadline:UpdateQueue",
55345545
"deadline:UpdateQueueEnvironment",
55355546
"deadline:UpdateQueueFleetAssociation",
@@ -20466,11 +20477,14 @@
2046620477
"workspaces:DisassociateIpGroups",
2046720478
"workspaces:DisassociateWorkspaceApplication",
2046820479
"workspaces:GetAccountLink",
20480+
"workspaces:GetTroubleshootingRecommendation",
2046920481
"workspaces:ImportClientBranding",
2047020482
"workspaces:ImportCustomWorkspaceImage",
2047120483
"workspaces:ImportWorkspaceImage",
20484+
"workspaces:InvokeTroubleshootingInvestigation",
2047220485
"workspaces:ListAccountLinks",
2047320486
"workspaces:ListAvailableManagementCidrRanges",
20487+
"workspaces:ListTroubleshootingRecommendations",
2047420488
"workspaces:MigrateWorkspace",
2047520489
"workspaces:ModifyAccount",
2047620490
"workspaces:ModifyCertificateBasedAuthProperties",

outputs.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,11 @@ output "actions" {
16341634
GetBillingAdjustmentRequest = "aws-marketplace:GetBillingAdjustmentRequest"
16351635
GetBuyerDashboard = "aws-marketplace:GetBuyerDashboard"
16361636
GetEntitlements = "aws-marketplace:GetEntitlements"
1637+
GetListing = "aws-marketplace:GetListing"
1638+
GetOffer = "aws-marketplace:GetOffer"
1639+
GetOfferSet = "aws-marketplace:GetOfferSet"
1640+
GetOfferTerms = "aws-marketplace:GetOfferTerms"
1641+
GetProduct = "aws-marketplace:GetProduct"
16371642
GetResourcePolicy = "aws-marketplace:GetResourcePolicy"
16381643
GetSellerDashboard = "aws-marketplace:GetSellerDashboard"
16391644
ListAgreementApprovalRequests = "aws-marketplace:ListAgreementApprovalRequests"
@@ -1648,8 +1653,10 @@ output "actions" {
16481653
ListChangeSets = "aws-marketplace:ListChangeSets"
16491654
ListEntities = "aws-marketplace:ListEntities"
16501655
ListEntitlementDetails = "aws-marketplace:ListEntitlementDetails"
1656+
ListFulfillmentOptions = "aws-marketplace:ListFulfillmentOptions"
16511657
ListPrivateListings = "aws-marketplace:ListPrivateListings"
16521658
ListPrivateMarketplaceRequests = "aws-marketplace:ListPrivateMarketplaceRequests"
1659+
ListPurchaseOptions = "aws-marketplace:ListPurchaseOptions"
16531660
ListTagsForResource = "aws-marketplace:ListTagsForResource"
16541661
MeterUsage = "aws-marketplace:MeterUsage"
16551662
PutDeploymentParameter = "aws-marketplace:PutDeploymentParameter"
@@ -1661,6 +1668,8 @@ output "actions" {
16611668
RejectAgreementPaymentRequest = "aws-marketplace:RejectAgreementPaymentRequest"
16621669
ResolveCustomer = "aws-marketplace:ResolveCustomer"
16631670
SearchAgreements = "aws-marketplace:SearchAgreements"
1671+
SearchFacets = "aws-marketplace:SearchFacets"
1672+
SearchListings = "aws-marketplace:SearchListings"
16641673
SendAgreementCancellationRequest = "aws-marketplace:SendAgreementCancellationRequest"
16651674
SendAgreementPaymentRequest = "aws-marketplace:SendAgreementPaymentRequest"
16661675
StartBuild = "aws-marketplace:StartBuild"
@@ -5856,6 +5865,7 @@ output "actions" {
58565865
GetLicenseEndpoint = "deadline:GetLicenseEndpoint"
58575866
GetLimit = "deadline:GetLimit"
58585867
GetMonitor = "deadline:GetMonitor"
5868+
GetMonitorSettings = "deadline:GetMonitorSettings"
58595869
GetQueue = "deadline:GetQueue"
58605870
GetQueueEnvironment = "deadline:GetQueueEnvironment"
58615871
GetQueueFleetAssociation = "deadline:GetQueueFleetAssociation"
@@ -5911,6 +5921,7 @@ output "actions" {
59115921
UpdateJob = "deadline:UpdateJob"
59125922
UpdateLimit = "deadline:UpdateLimit"
59135923
UpdateMonitor = "deadline:UpdateMonitor"
5924+
UpdateMonitorSettings = "deadline:UpdateMonitorSettings"
59145925
UpdateQueue = "deadline:UpdateQueue"
59155926
UpdateQueueEnvironment = "deadline:UpdateQueueEnvironment"
59165927
UpdateQueueFleetAssociation = "deadline:UpdateQueueFleetAssociation"
@@ -21813,11 +21824,14 @@ output "actions" {
2181321824
DisassociateIpGroups = "workspaces:DisassociateIpGroups"
2181421825
DisassociateWorkspaceApplication = "workspaces:DisassociateWorkspaceApplication"
2181521826
GetAccountLink = "workspaces:GetAccountLink"
21827+
GetTroubleshootingRecommendation = "workspaces:GetTroubleshootingRecommendation"
2181621828
ImportClientBranding = "workspaces:ImportClientBranding"
2181721829
ImportCustomWorkspaceImage = "workspaces:ImportCustomWorkspaceImage"
2181821830
ImportWorkspaceImage = "workspaces:ImportWorkspaceImage"
21831+
InvokeTroubleshootingInvestigation = "workspaces:InvokeTroubleshootingInvestigation"
2181921832
ListAccountLinks = "workspaces:ListAccountLinks"
2182021833
ListAvailableManagementCidrRanges = "workspaces:ListAvailableManagementCidrRanges"
21834+
ListTroubleshootingRecommendations = "workspaces:ListTroubleshootingRecommendations"
2182121835
MigrateWorkspace = "workspaces:MigrateWorkspace"
2182221836
ModifyAccount = "workspaces:ModifyAccount"
2182321837
ModifyCertificateBasedAuthProperties = "workspaces:ModifyCertificateBasedAuthProperties"

0 commit comments

Comments
 (0)