aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
75 lines (74 loc) • 2.85 kB
TypeScript
/**
* 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 declare enum 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
*/
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
*/
BatchPutAttributes = "sdb:BatchPutAttributes",
/**
* The CreateDomain operation creates a new domain
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_CreateDomain.html
*/
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
*/
DeleteAttributes = "sdb:DeleteAttributes",
/**
* The DeleteDomain operation deletes a domain
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_DeleteDomain.html
*/
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
*/
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
*/
GetAttributes = "sdb:GetAttributes",
/**
* Description for ListDomains
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_ListDomains.html
*/
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
*/
PutAttributes = "sdb:PutAttributes",
/**
* Description for Select
*
* See https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Select.html
*/
Select = "sdb:Select"
}