aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
61 lines • 2.51 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS IoT Fleet Hub for Device Management (IOTFLEETHUB)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html
*
* 2025-02-24T21:48:24.443Z
*/
export var AwsIotfleethubActions;
(function (AwsIotfleethubActions) {
/**
* Grants permission to create an application
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html
*/
AwsIotfleethubActions["CreateApplication"] = "iotfleethub:CreateApplication";
/**
* Grants permission to delete an application
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_DeleteApplication.html
*/
AwsIotfleethubActions["DeleteApplication"] = "iotfleethub:DeleteApplication";
/**
* Grants permission to describe an application
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_DescribeApplication.html
*/
AwsIotfleethubActions["DescribeApplication"] = "iotfleethub:DescribeApplication";
/**
* Grants permission to list all applications
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_ListApplications.html
*/
AwsIotfleethubActions["ListApplications"] = "iotfleethub:ListApplications";
/**
* Grants permission to list all tags for a resource
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_ListTagsForResource.html
*/
AwsIotfleethubActions["ListTagsForResource"] = "iotfleethub:ListTagsForResource";
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_TagResource.html
*/
AwsIotfleethubActions["TagResource"] = "iotfleethub:TagResource";
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_UntagResource.html
*/
AwsIotfleethubActions["UntagResource"] = "iotfleethub:UntagResource";
/**
* Grants permission to update an application
*
* See https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_UpdateApplication.html
*/
AwsIotfleethubActions["UpdateApplication"] = "iotfleethub:UpdateApplication";
})(AwsIotfleethubActions || (AwsIotfleethubActions = {}));
//# sourceMappingURL=iotfleethub.js.map