aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
207 lines (206 loc) • 8.17 kB
TypeScript
/**
* All IAM policy actions for Amazon CloudSearch (CLOUDSEARCH)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudsearch.html
*
* 2025-02-24T21:47:04.592Z
*/
export declare enum AwsCloudsearchActions {
/**
* Attaches resource tags to an Amazon CloudSearch domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_AddTags.html
*/
AddTags = "cloudsearch:AddTags",
/**
* Indexes the search suggestions
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_BuildSuggesters.html
*/
BuildSuggesters = "cloudsearch:BuildSuggesters",
/**
* Creates a new search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_CreateDomain.html
*/
CreateDomain = "cloudsearch:CreateDomain",
/**
* Configures an analysis scheme that can be applied to a text or text-array field
* to define language-specific text processing options
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineAnalysisScheme.html
*/
DefineAnalysisScheme = "cloudsearch:DefineAnalysisScheme",
/**
* Configures an Expression for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineExpression.html
*/
DefineExpression = "cloudsearch:DefineExpression",
/**
* Configures an IndexField for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineIndexField.html
*/
DefineIndexField = "cloudsearch:DefineIndexField",
/**
* Configures a suggester for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineSuggester.html
*/
DefineSuggester = "cloudsearch:DefineSuggester",
/**
* Deletes an analysis scheme
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteAnalysisScheme.html
*/
DeleteAnalysisScheme = "cloudsearch:DeleteAnalysisScheme",
/**
* Permanently deletes a search domain and all of its data
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteDomain.html
*/
DeleteDomain = "cloudsearch:DeleteDomain",
/**
* Removes an Expression from the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteExpression.html
*/
DeleteExpression = "cloudsearch:DeleteExpression",
/**
* Removes an IndexField from the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteIndexField.html
*/
DeleteIndexField = "cloudsearch:DeleteIndexField",
/**
* Deletes a suggester
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteSuggester.html
*/
DeleteSuggester = "cloudsearch:DeleteSuggester",
/**
* Gets the analysis schemes configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAnalysisSchemes.html
*/
DescribeAnalysisSchemes = "cloudsearch:DescribeAnalysisSchemes",
/**
* Gets the availability options configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAvailabilityOptions.html
*/
DescribeAvailabilityOptions = "cloudsearch:DescribeAvailabilityOptions",
/**
* Gets the domain endpoint options configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeDomainEndpointOptions.html
*/
DescribeDomainEndpointOptions = "cloudsearch:DescribeDomainEndpointOptions",
/**
* Gets information about the search domains owned by this account
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeDomains.html
*/
DescribeDomains = "cloudsearch:DescribeDomains",
/**
* Gets the expressions configured for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeExpressions.html
*/
DescribeExpressions = "cloudsearch:DescribeExpressions",
/**
* Gets information about the index fields configured for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeIndexFields.html
*/
DescribeIndexFields = "cloudsearch:DescribeIndexFields",
/**
* Gets the scaling parameters configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeScalingParameters.html
*/
DescribeScalingParameters = "cloudsearch:DescribeScalingParameters",
/**
* Gets information about the access policies that control access to the domain's
* document and search endpoints
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeServiceAccessPolicies.html
*/
DescribeServiceAccessPolicies = "cloudsearch:DescribeServiceAccessPolicies",
/**
* Gets the suggesters configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeSuggesters.html
*/
DescribeSuggesters = "cloudsearch:DescribeSuggesters",
/**
* Tells the search domain to start indexing its documents using the latest indexi
* ng options
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_IndexDocuments.html
*/
IndexDocuments = "cloudsearch:IndexDocuments",
/**
* Lists all search domains owned by an account
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ListDomainNames.html
*/
ListDomainNames = "cloudsearch:ListDomainNames",
/**
* Displays all of the resource tags for an Amazon CloudSearch domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ListTags.html
*/
ListTags = "cloudsearch:ListTags",
/**
* Removes the specified resource tags from an Amazon ES domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_RemoveTags.html
*/
RemoveTags = "cloudsearch:RemoveTags",
/**
* Configures the availability options for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateAvailabilityOptions.html
*/
UpdateAvailabilityOptions = "cloudsearch:UpdateAvailabilityOptions",
/**
* Configures the domain endpoint options for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateDomainEndpointOptions.html
*/
UpdateDomainEndpointOptions = "cloudsearch:UpdateDomainEndpointOptions",
/**
* Configures scaling parameters for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateScalingParameters.html
*/
UpdateScalingParameters = "cloudsearch:UpdateScalingParameters",
/**
* Configures the access rules that control access to the domain's document and se
* arch endpoints
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateServiceAccessPolicies.html
*/
UpdateServiceAccessPolicies = "cloudsearch:UpdateServiceAccessPolicies",
/**
* Allows access to the document service operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
document = "cloudsearch:document",
/**
* Allows access to the search operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
search = "cloudsearch:search",
/**
* Allows access to the suggest operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
suggest = "cloudsearch:suggest"
}