UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

402 lines 18.5 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon Inspector2 (INSPECTOR2) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html * * 2025-02-24T21:48:18.881Z */ export var AwsInspector2Actions; (function (AwsInspector2Actions) { /** * Grants permission to associate an account with an Amazon Inspector administrato * r account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_AssociateMember.html */ AwsInspector2Actions["AssociateMember"] = "inspector2:AssociateMember"; /** * Grants permission to retrieve information about Amazon Inspector accounts for a * n account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetAccountStatus.html */ AwsInspector2Actions["BatchGetAccountStatus"] = "inspector2:BatchGetAccountStatus"; /** * Grants permission to retrieve code snippet information about one or more code v * ulnerability findings * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetCodeSnippet.html */ AwsInspector2Actions["BatchGetCodeSnippet"] = "inspector2:BatchGetCodeSnippet"; /** * Grants permission to let a customer get enhanced vulnerability intelligence det * ails for findings * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetFindingDetails.html */ AwsInspector2Actions["BatchGetFindingDetails"] = "inspector2:BatchGetFindingDetails"; /** * Grants permission to retrieve free trial period eligibility about Amazon Inspec * tor accounts for an account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetFreeTrialInfo.html */ AwsInspector2Actions["BatchGetFreeTrialInfo"] = "inspector2:BatchGetFreeTrialInfo"; /** * Grants permission to delegated administrator to retrieve ec2 deep inspection st * atus of member accounts * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetMemberEc2DeepInspectionStatus.html */ AwsInspector2Actions["BatchGetMemberEc2DeepInspectionStatus"] = "inspector2:BatchGetMemberEc2DeepInspectionStatus"; /** * Grants permission to update ec2 deep inspection status by delegated administrat * or for its associated member accounts * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchUpdateMemberEc2DeepInspectionStatus.html */ AwsInspector2Actions["BatchUpdateMemberEc2DeepInspectionStatus"] = "inspector2:BatchUpdateMemberEc2DeepInspectionStatus"; /** * Grants permission to cancel the generation of a findings report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CancelFindingsReport.html */ AwsInspector2Actions["CancelFindingsReport"] = "inspector2:CancelFindingsReport"; /** * Grants permission to cancel the generation of an SBOM report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CancelSbomExport.html */ AwsInspector2Actions["CancelSbomExport"] = "inspector2:CancelSbomExport"; /** * Grants permission to create and define the settings for a CIS scan configuratio * n * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateCisScanConfiguration.html */ AwsInspector2Actions["CreateCisScanConfiguration"] = "inspector2:CreateCisScanConfiguration"; /** * Grants permission to create and define the settings for a findings filter * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateFilter.html */ AwsInspector2Actions["CreateFilter"] = "inspector2:CreateFilter"; /** * Grants permission to request the generation of a findings report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateFindingsReport.html */ AwsInspector2Actions["CreateFindingsReport"] = "inspector2:CreateFindingsReport"; /** * Grants permission to request the generation of an SBOM report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateSbomExport.html */ AwsInspector2Actions["CreateSbomExport"] = "inspector2:CreateSbomExport"; /** * Grants permission to delete a CIS scan configuration * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteCisScanConfiguration.html */ AwsInspector2Actions["DeleteCisScanConfiguration"] = "inspector2:DeleteCisScanConfiguration"; /** * Grants permission to delete a findings filter * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteFilter.html */ AwsInspector2Actions["DeleteFilter"] = "inspector2:DeleteFilter"; /** * Grants permission to retrieve information about the Amazon Inspector configurat * ion settings for an AWS organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_DescribeOrganizationConfiguration.html */ AwsInspector2Actions["DescribeOrganizationConfiguration"] = "inspector2:DescribeOrganizationConfiguration"; /** * Grants permission to disable an Amazon Inspector account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_Disable.html */ AwsInspector2Actions["Disable"] = "inspector2:Disable"; /** * Grants permission to disable an account as the delegated Amazon Inspector admin * istrator account for an AWS organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_DisableDelegatedAdminAccount.html */ AwsInspector2Actions["DisableDelegatedAdminAccount"] = "inspector2:DisableDelegatedAdminAccount"; /** * Grants permission to an Amazon Inspector administrator account to disassociate * from an Inspector member account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_DisassociateMember.html */ AwsInspector2Actions["DisassociateMember"] = "inspector2:DisassociateMember"; /** * Grants permission to enable and specify the configuration settings for a new Am * azon Inspector account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_Enable.html */ AwsInspector2Actions["Enable"] = "inspector2:Enable"; /** * Grants permission to enable an account as the delegated Amazon Inspector admini * strator account for an AWS organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_EnableDelegatedAdminAccount.html */ AwsInspector2Actions["EnableDelegatedAdminAccount"] = "inspector2:EnableDelegatedAdminAccount"; /** * Grants permission to retrieve a report containing information about completed C * IS scans * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanReport.html */ AwsInspector2Actions["GetCisScanReport"] = "inspector2:GetCisScanReport"; /** * Grants permission to retrieve information about all details pertaining to one C * IS scan and one targeted resource * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanResultDetails.html */ AwsInspector2Actions["GetCisScanResultDetails"] = "inspector2:GetCisScanResultDetails"; /** * Grants permission to retrieve information about the Amazon Inspector configurat * ion settings for an AWS account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetConfiguration.html */ AwsInspector2Actions["GetConfiguration"] = "inspector2:GetConfiguration"; /** * Grants permission to retrieve information about the Amazon Inspector administra * tor account for an account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetDelegatedAdminAccount.html */ AwsInspector2Actions["GetDelegatedAdminAccount"] = "inspector2:GetDelegatedAdminAccount"; /** * Grants permission to retrieve ec2 deep inspection configuration for standalone * accounts, delegated administrator and member account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetEc2DeepInspectionConfiguration.html */ AwsInspector2Actions["GetEc2DeepInspectionConfiguration"] = "inspector2:GetEc2DeepInspectionConfiguration"; /** * Grants permission to retrieve information about the KMS key used to encrypt cod * e snippets with * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetEncryptionKey.html */ AwsInspector2Actions["GetEncryptionKey"] = "inspector2:GetEncryptionKey"; /** * Grants permission to retrieve status for a requested findings report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetFindingsReportStatus.html */ AwsInspector2Actions["GetFindingsReportStatus"] = "inspector2:GetFindingsReportStatus"; /** * Grants permission to retrieve information about an account that's associated wi * th an Amazon Inspector administrator account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html */ AwsInspector2Actions["GetMember"] = "inspector2:GetMember"; /** * Grants permission to retrieve a requested SBOM report * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetSbomExport.html */ AwsInspector2Actions["GetSbomExport"] = "inspector2:GetSbomExport"; /** * Grants permission to retrieve feature configuration permissions associated with * an Amazon Inspector account within an organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListAccountPermissions.html */ AwsInspector2Actions["ListAccountPermissions"] = "inspector2:ListAccountPermissions"; /** * Grants permission to retrieve information about all CIS scan configurations * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanConfigurations.html */ AwsInspector2Actions["ListCisScanConfigurations"] = "inspector2:ListCisScanConfigurations"; /** * Grants permission to retrieve information about all checks pertaining to one CI * S scan * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByChecks.html */ AwsInspector2Actions["ListCisScanResultsAggregatedByChecks"] = "inspector2:ListCisScanResultsAggregatedByChecks"; /** * Grants permission to retrieve information about all resources pertaining to one * CIS scan * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByTargetResource.html */ AwsInspector2Actions["ListCisScanResultsAggregatedByTargetResource"] = "inspector2:ListCisScanResultsAggregatedByTargetResource"; /** * Grants permission to retrieve information about completed CIS scans * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScans.html */ AwsInspector2Actions["ListCisScans"] = "inspector2:ListCisScans"; /** * Grants permission to retrieve the types of statistics Amazon Inspector can gene * rate for resources Inspector monitors * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverage.html */ AwsInspector2Actions["ListCoverage"] = "inspector2:ListCoverage"; /** * Grants permission to retrieve statistical data and other information about the * resources Amazon Inspector monitors * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverageStatistics.html */ AwsInspector2Actions["ListCoverageStatistics"] = "inspector2:ListCoverageStatistics"; /** * Grants permission to retrieve information about the delegated Amazon Inspector * administrator account for an AWS organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListDelegatedAdminAccounts.html */ AwsInspector2Actions["ListDelegatedAdminAccounts"] = "inspector2:ListDelegatedAdminAccounts"; /** * Grants permission to retrieve information about all findings filters * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListFilters.html */ AwsInspector2Actions["ListFilters"] = "inspector2:ListFilters"; /** * Grants permission to retrieve statistical data and other information about Amaz * on Inspector findings * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListFindingAggregations.html */ AwsInspector2Actions["ListFindingAggregations"] = "inspector2:ListFindingAggregations"; /** * Grants permission to retrieve a subset of information about one or more finding * s * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListFindings.html */ AwsInspector2Actions["ListFindings"] = "inspector2:ListFindings"; /** * Grants permission to retrieve information about the Amazon Inspector member acc * ounts that are associated with an Inspector administrator account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html */ AwsInspector2Actions["ListMembers"] = "inspector2:ListMembers"; /** * Grants permission to retrieve the tags for an Amazon Inspector resource * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListTagsForResource.html */ AwsInspector2Actions["ListTagsForResource"] = "inspector2:ListTagsForResource"; /** * Grants permission to retrieve aggregated usage data for an account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListUsageTotals.html */ AwsInspector2Actions["ListUsageTotals"] = "inspector2:ListUsageTotals"; /** * Grants permission to let a customer reset to use an Amazon-owned KMS key to enc * rypt code snippets with * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ResetEncryptionKey.html */ AwsInspector2Actions["ResetEncryptionKey"] = "inspector2:ResetEncryptionKey"; /** * Grants permission to list Amazon Inspector coverage details for a specific vuln * erability * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_SearchVulnerabilities.html */ AwsInspector2Actions["SearchVulnerabilities"] = "inspector2:SearchVulnerabilities"; /** * Grants permission to send CIS health for a CIS scan * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionHealth.html */ AwsInspector2Actions["SendCisSessionHealth"] = "inspector2:SendCisSessionHealth"; /** * Grants permission to send CIS telemetry for a CIS scan * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionTelemetry.html */ AwsInspector2Actions["SendCisSessionTelemetry"] = "inspector2:SendCisSessionTelemetry"; /** * Grants permission to start a CIS scan session * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_StartCisSession.html */ AwsInspector2Actions["StartCisSession"] = "inspector2:StartCisSession"; /** * Grants permission to stop a CIS scan session * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_StopCisSession.html */ AwsInspector2Actions["StopCisSession"] = "inspector2:StopCisSession"; /** * Grants permission to add or update the tags for an Amazon Inspector resource * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_TagResource.html */ AwsInspector2Actions["TagResource"] = "inspector2:TagResource"; /** * Grants permission to remove tags from an Amazon Inspector resource * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UntagResource.html */ AwsInspector2Actions["UntagResource"] = "inspector2:UntagResource"; /** * Grants permission to update the settings for a CIS scan configuration * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateCisScanConfiguration.html */ AwsInspector2Actions["UpdateCisScanConfiguration"] = "inspector2:UpdateCisScanConfiguration"; /** * Grants permission to update information about the Amazon Inspector configuratio * n settings for an AWS account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateConfiguration.html */ AwsInspector2Actions["UpdateConfiguration"] = "inspector2:UpdateConfiguration"; /** * Grants permission to update ec2 deep inspection configuration by delegated admi * nistrator, member and standalone account * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateEc2DeepInspectionConfiguration.html */ AwsInspector2Actions["UpdateEc2DeepInspectionConfiguration"] = "inspector2:UpdateEc2DeepInspectionConfiguration"; /** * Grants permission to let a customer use a KMS key to encrypt code snippets with * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateEncryptionKey.html */ AwsInspector2Actions["UpdateEncryptionKey"] = "inspector2:UpdateEncryptionKey"; /** * Grants permission to update the settings for a findings filter * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateFilter.html */ AwsInspector2Actions["UpdateFilter"] = "inspector2:UpdateFilter"; /** * Grants permission to update ec2 deep inspection configuration by delegated admi * nistrator for its associated member accounts * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateOrgEc2DeepInspectionConfiguration.html */ AwsInspector2Actions["UpdateOrgEc2DeepInspectionConfiguration"] = "inspector2:UpdateOrgEc2DeepInspectionConfiguration"; /** * Grants permission to update Amazon Inspector configuration settings for an AWS * organization * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateOrganizationConfiguration.html */ AwsInspector2Actions["UpdateOrganizationConfiguration"] = "inspector2:UpdateOrganizationConfiguration"; })(AwsInspector2Actions || (AwsInspector2Actions = {})); //# sourceMappingURL=inspector2.js.map