aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
209 lines • 9.13 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsCloudsearchActions;
(function (AwsCloudsearchActions) {
/**
* Attaches resource tags to an Amazon CloudSearch domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_AddTags.html
*/
AwsCloudsearchActions["AddTags"] = "cloudsearch:AddTags";
/**
* Indexes the search suggestions
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_BuildSuggesters.html
*/
AwsCloudsearchActions["BuildSuggesters"] = "cloudsearch:BuildSuggesters";
/**
* Creates a new search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_CreateDomain.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["DefineAnalysisScheme"] = "cloudsearch:DefineAnalysisScheme";
/**
* Configures an Expression for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineExpression.html
*/
AwsCloudsearchActions["DefineExpression"] = "cloudsearch:DefineExpression";
/**
* Configures an IndexField for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineIndexField.html
*/
AwsCloudsearchActions["DefineIndexField"] = "cloudsearch:DefineIndexField";
/**
* Configures a suggester for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineSuggester.html
*/
AwsCloudsearchActions["DefineSuggester"] = "cloudsearch:DefineSuggester";
/**
* Deletes an analysis scheme
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteAnalysisScheme.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["DeleteDomain"] = "cloudsearch:DeleteDomain";
/**
* Removes an Expression from the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteExpression.html
*/
AwsCloudsearchActions["DeleteExpression"] = "cloudsearch:DeleteExpression";
/**
* Removes an IndexField from the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteIndexField.html
*/
AwsCloudsearchActions["DeleteIndexField"] = "cloudsearch:DeleteIndexField";
/**
* Deletes a suggester
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DeleteSuggester.html
*/
AwsCloudsearchActions["DeleteSuggester"] = "cloudsearch:DeleteSuggester";
/**
* Gets the analysis schemes configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAnalysisSchemes.html
*/
AwsCloudsearchActions["DescribeAnalysisSchemes"] = "cloudsearch:DescribeAnalysisSchemes";
/**
* Gets the availability options configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAvailabilityOptions.html
*/
AwsCloudsearchActions["DescribeAvailabilityOptions"] = "cloudsearch:DescribeAvailabilityOptions";
/**
* Gets the domain endpoint options configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeDomainEndpointOptions.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["DescribeDomains"] = "cloudsearch:DescribeDomains";
/**
* Gets the expressions configured for the search domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeExpressions.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["DescribeIndexFields"] = "cloudsearch:DescribeIndexFields";
/**
* Gets the scaling parameters configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeScalingParameters.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["DescribeServiceAccessPolicies"] = "cloudsearch:DescribeServiceAccessPolicies";
/**
* Gets the suggesters configured for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeSuggesters.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["IndexDocuments"] = "cloudsearch:IndexDocuments";
/**
* Lists all search domains owned by an account
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ListDomainNames.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["RemoveTags"] = "cloudsearch:RemoveTags";
/**
* Configures the availability options for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateAvailabilityOptions.html
*/
AwsCloudsearchActions["UpdateAvailabilityOptions"] = "cloudsearch:UpdateAvailabilityOptions";
/**
* Configures the domain endpoint options for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateDomainEndpointOptions.html
*/
AwsCloudsearchActions["UpdateDomainEndpointOptions"] = "cloudsearch:UpdateDomainEndpointOptions";
/**
* Configures scaling parameters for a domain
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateScalingParameters.html
*/
AwsCloudsearchActions["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
*/
AwsCloudsearchActions["UpdateServiceAccessPolicies"] = "cloudsearch:UpdateServiceAccessPolicies";
/**
* Allows access to the document service operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
AwsCloudsearchActions["document"] = "cloudsearch:document";
/**
* Allows access to the search operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
AwsCloudsearchActions["search"] = "cloudsearch:search";
/**
* Allows access to the suggest operations
*
* See https://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html#cloudsearch-actions
*/
AwsCloudsearchActions["suggest"] = "cloudsearch:suggest";
})(AwsCloudsearchActions || (AwsCloudsearchActions = {}));
//# sourceMappingURL=cloudsearch.js.map