aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
194 lines • 7.26 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsB2biActions;
(function (AwsB2biActions) {
/**
* Grants permission to create a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateCapability.html
*/
AwsB2biActions["CreateCapability"] = "b2bi:CreateCapability";
/**
* Grants permission to create a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreatePartnership.html
*/
AwsB2biActions["CreatePartnership"] = "b2bi:CreatePartnership";
/**
* Grants permission to create a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateProfile.html
*/
AwsB2biActions["CreateProfile"] = "b2bi:CreateProfile";
/**
* Grants permission to generate a starter JSONATA/XSLT template
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateStarterMappingTemplate.html
*/
AwsB2biActions["CreateStarterMappingTemplate"] = "b2bi:CreateStarterMappingTemplate";
/**
* Grants permission to create a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateTransformer.html
*/
AwsB2biActions["CreateTransformer"] = "b2bi:CreateTransformer";
/**
* Grants permission to delete a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteCapability.html
*/
AwsB2biActions["DeleteCapability"] = "b2bi:DeleteCapability";
/**
* Grants permission to delete an partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeletePartnership.html
*/
AwsB2biActions["DeletePartnership"] = "b2bi:DeletePartnership";
/**
* Grants permission to delete a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteProfile.html
*/
AwsB2biActions["DeleteProfile"] = "b2bi:DeleteProfile";
/**
* Grants permission to delete a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_DeleteTransformer.html
*/
AwsB2biActions["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
*/
AwsB2biActions["GenerateMapping"] = "b2bi:GenerateMapping";
/**
* Grants permission to get a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetCapability.html
*/
AwsB2biActions["GetCapability"] = "b2bi:GetCapability";
/**
* Grants permission to get a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetPartnership.html
*/
AwsB2biActions["GetPartnership"] = "b2bi:GetPartnership";
/**
* Grants permission to get a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetProfile.html
*/
AwsB2biActions["GetProfile"] = "b2bi:GetProfile";
/**
* Grants permission to get a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformer.html
*/
AwsB2biActions["GetTransformer"] = "b2bi:GetTransformer";
/**
* Grants permission to get a transformer job
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformerJob.html
*/
AwsB2biActions["GetTransformerJob"] = "b2bi:GetTransformerJob";
/**
* Grants permission to list all capabilities
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListCapabilities.html
*/
AwsB2biActions["ListCapabilities"] = "b2bi:ListCapabilities";
/**
* Grants permission to list all partnerships
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListPartnerships.html
*/
AwsB2biActions["ListPartnerships"] = "b2bi:ListPartnerships";
/**
* Grants permission to list all profiles
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListProfiles.html
*/
AwsB2biActions["ListProfiles"] = "b2bi:ListProfiles";
/**
* Grants permission to list tags for a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListTagsForResource.html
*/
AwsB2biActions["ListTagsForResource"] = "b2bi:ListTagsForResource";
/**
* Grants permission to list all transformers
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_ListTransformers.html
*/
AwsB2biActions["ListTransformers"] = "b2bi:ListTransformers";
/**
* Grants permission to transformer a document
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_StartTransformerJob.html
*/
AwsB2biActions["StartTransformerJob"] = "b2bi:StartTransformerJob";
/**
* Grants permission to tag a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TagResource.html
*/
AwsB2biActions["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
*/
AwsB2biActions["TestConversion"] = "b2bi:TestConversion";
/**
* Grants permission to map a sample file
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestMapping.html
*/
AwsB2biActions["TestMapping"] = "b2bi:TestMapping";
/**
* Grants permission to parse an edi document
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestParsing.html
*/
AwsB2biActions["TestParsing"] = "b2bi:TestParsing";
/**
* Grants permission to untag a B2Bi resource
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UntagResource.html
*/
AwsB2biActions["UntagResource"] = "b2bi:UntagResource";
/**
* Grants permission to update a capability
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateCapability.html
*/
AwsB2biActions["UpdateCapability"] = "b2bi:UpdateCapability";
/**
* Grants permission to update a partnership
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdatePartnership.html
*/
AwsB2biActions["UpdatePartnership"] = "b2bi:UpdatePartnership";
/**
* Grants permission to update a profile
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateProfile.html
*/
AwsB2biActions["UpdateProfile"] = "b2bi:UpdateProfile";
/**
* Grants permission to update a transformer
*
* See https://docs.aws.amazon.com/b2bi/latest/APIReference/API_UpdateTransformer.html
*/
AwsB2biActions["UpdateTransformer"] = "b2bi:UpdateTransformer";
})(AwsB2biActions || (AwsB2biActions = {}));
//# sourceMappingURL=b2bi.js.map