aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
192 lines (191 loc) • 6.59 kB
TypeScript
/**
* All IAM policy actions for AWS B2B Data Interchange (B2BI)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsb2bdatainterchange.html
*
* 2025-02-24T21:46:50.261Z
*/
export declare enum AwsB2biActions {
/**
* Grants permission to create a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateCapability.html
*/
CreateCapability = "b2bi:CreateCapability",
/**
* Grants permission to create a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreatePartnership.html
*/
CreatePartnership = "b2bi:CreatePartnership",
/**
* Grants permission to create a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateProfile.html
*/
CreateProfile = "b2bi:CreateProfile",
/**
* Grants permission to generate a starter JSONATA/XSLT template
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateStarterMappingTemplate.html
*/
CreateStarterMappingTemplate = "b2bi:CreateStarterMappingTemplate",
/**
* Grants permission to create a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateTransformer.html
*/
CreateTransformer = "b2bi:CreateTransformer",
/**
* Grants permission to delete a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteCapability.html
*/
DeleteCapability = "b2bi:DeleteCapability",
/**
* Grants permission to delete an partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeletePartnership.html
*/
DeletePartnership = "b2bi:DeletePartnership",
/**
* Grants permission to delete a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteProfile.html
*/
DeleteProfile = "b2bi:DeleteProfile",
/**
* Grants permission to delete a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteTransformer.html
*/
DeleteTransformer = "b2bi:DeleteTransformer",
/**
* Grants permission to generate a starter JSONATA/XSLT mapping template from Amaz
* on Bedrock
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GenerateMapping.html
*/
GenerateMapping = "b2bi:GenerateMapping",
/**
* Grants permission to get a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetCapability.html
*/
GetCapability = "b2bi:GetCapability",
/**
* Grants permission to get a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetPartnership.html
*/
GetPartnership = "b2bi:GetPartnership",
/**
* Grants permission to get a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetProfile.html
*/
GetProfile = "b2bi:GetProfile",
/**
* Grants permission to get a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformer.html
*/
GetTransformer = "b2bi:GetTransformer",
/**
* Grants permission to get a transformer job
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformerJob.html
*/
GetTransformerJob = "b2bi:GetTransformerJob",
/**
* Grants permission to list all capabilities
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListCapabilities.html
*/
ListCapabilities = "b2bi:ListCapabilities",
/**
* Grants permission to list all partnerships
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListPartnerships.html
*/
ListPartnerships = "b2bi:ListPartnerships",
/**
* Grants permission to list all profiles
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListProfiles.html
*/
ListProfiles = "b2bi:ListProfiles",
/**
* Grants permission to list tags for a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListTagsForResource.html
*/
ListTagsForResource = "b2bi:ListTagsForResource",
/**
* Grants permission to list all transformers
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListTransformers.html
*/
ListTransformers = "b2bi:ListTransformers",
/**
* Grants permission to transformer a document
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_StartTransformerJob.html
*/
StartTransformerJob = "b2bi:StartTransformerJob",
/**
* Grants permission to tag a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TagResource.html
*/
TagResource = "b2bi:TagResource",
/**
* Grants permission to convert a JSON/XML to an edi document
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestConversion.html
*/
TestConversion = "b2bi:TestConversion",
/**
* Grants permission to map a sample file
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestMapping.html
*/
TestMapping = "b2bi:TestMapping",
/**
* Grants permission to parse an edi document
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestParsing.html
*/
TestParsing = "b2bi:TestParsing",
/**
* Grants permission to untag a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UntagResource.html
*/
UntagResource = "b2bi:UntagResource",
/**
* Grants permission to update a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateCapability.html
*/
UpdateCapability = "b2bi:UpdateCapability",
/**
* Grants permission to update a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdatePartnership.html
*/
UpdatePartnership = "b2bi:UpdatePartnership",
/**
* Grants permission to update a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateProfile.html
*/
UpdateProfile = "b2bi:UpdateProfile",
/**
* Grants permission to update a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateTransformer.html
*/
UpdateTransformer = "b2bi:UpdateTransformer"
}