aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
77 lines • 3.15 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon SimpleDB (SDB)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpledb.html
*
* 2025-02-24T21:49:47.336Z
*/
export var AwsSdbActions;
(function (AwsSdbActions) {
/**
* Performs multiple DeleteAttributes operations in a single call, which reduces r
* ound trips and latencies
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_BatchDeleteAttributes.html
*/
AwsSdbActions["BatchDeleteAttributes"] = "sdb:BatchDeleteAttributes";
/**
* With the BatchPutAttributes operation, you can perform multiple PutAttribute op
* erations in a single call. With the BatchPutAttributes operation, you can perfo
* rm multiple PutAttribute operations in a single call
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_BatchPutAttributes.html
*/
AwsSdbActions["BatchPutAttributes"] = "sdb:BatchPutAttributes";
/**
* The CreateDomain operation creates a new domain
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_CreateDomain.html
*/
AwsSdbActions["CreateDomain"] = "sdb:CreateDomain";
/**
* Deletes one or more attributes associated with the item
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_DeleteAttributes.html
*/
AwsSdbActions["DeleteAttributes"] = "sdb:DeleteAttributes";
/**
* The DeleteDomain operation deletes a domain
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_DeleteDomain.html
*/
AwsSdbActions["DeleteDomain"] = "sdb:DeleteDomain";
/**
* Returns information about the domain, including when the domain was created, th
* e number of items and attributes, and the size of attribute names and values
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_DomainMetadata.html
*/
AwsSdbActions["DomainMetadata"] = "sdb:DomainMetadata";
/**
* Returns all of the attributes associated with the item
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_GetAttributes.html
*/
AwsSdbActions["GetAttributes"] = "sdb:GetAttributes";
/**
* Description for ListDomains
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_ListDomains.html
*/
AwsSdbActions["ListDomains"] = "sdb:ListDomains";
/**
* The PutAttributes operation creates or replaces attributes in an item
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_PutAttributes.html
*/
AwsSdbActions["PutAttributes"] = "sdb:PutAttributes";
/**
* Description for Select
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Select.html
*/
AwsSdbActions["Select"] = "sdb:Select";
})(AwsSdbActions || (AwsSdbActions = {}));
//# sourceMappingURL=sdb.js.map