@aws-sdk/client-cloudsearch
Advanced tools
Comparing version 3.651.1 to 3.654.0
@@ -75,2 +75,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: BuildSuggestersRequest; | ||
output: BuildSuggestersResponse; | ||
}; | ||
sdk: { | ||
input: BuildSuggestersCommandInput; | ||
output: BuildSuggestersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -98,2 +98,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateDomainCommand extends CreateDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateDomainRequest; | ||
output: CreateDomainResponse; | ||
}; | ||
sdk: { | ||
input: CreateDomainCommandInput; | ||
output: CreateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -109,2 +109,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DefineAnalysisSchemeRequest; | ||
output: DefineAnalysisSchemeResponse; | ||
}; | ||
sdk: { | ||
input: DefineAnalysisSchemeCommandInput; | ||
output: DefineAnalysisSchemeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -95,2 +95,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DefineExpressionCommand extends DefineExpressionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DefineExpressionRequest; | ||
output: DefineExpressionResponse; | ||
}; | ||
sdk: { | ||
input: DefineExpressionCommandInput; | ||
output: DefineExpressionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -261,2 +261,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DefineIndexFieldRequest; | ||
output: DefineIndexFieldResponse; | ||
}; | ||
sdk: { | ||
input: DefineIndexFieldCommandInput; | ||
output: DefineIndexFieldCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -103,2 +103,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DefineSuggesterRequest; | ||
output: DefineSuggesterResponse; | ||
}; | ||
sdk: { | ||
input: DefineSuggesterCommandInput; | ||
output: DefineSuggesterCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -96,2 +96,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteAnalysisSchemeRequest; | ||
output: DeleteAnalysisSchemeResponse; | ||
}; | ||
sdk: { | ||
input: DeleteAnalysisSchemeCommandInput; | ||
output: DeleteAnalysisSchemeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -89,2 +89,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteDomainCommand extends DeleteDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteDomainRequest; | ||
output: DeleteDomainResponse; | ||
}; | ||
sdk: { | ||
input: DeleteDomainCommandInput; | ||
output: DeleteDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -89,2 +89,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteExpressionRequest; | ||
output: DeleteExpressionResponse; | ||
}; | ||
sdk: { | ||
input: DeleteExpressionCommandInput; | ||
output: DeleteExpressionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -172,2 +172,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteIndexFieldRequest; | ||
output: DeleteIndexFieldResponse; | ||
}; | ||
sdk: { | ||
input: DeleteIndexFieldCommandInput; | ||
output: DeleteIndexFieldCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -93,2 +93,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteSuggesterRequest; | ||
output: DeleteSuggesterResponse; | ||
}; | ||
sdk: { | ||
input: DeleteSuggesterCommandInput; | ||
output: DeleteSuggesterCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -95,2 +95,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeAnalysisSchemesRequest; | ||
output: DescribeAnalysisSchemesResponse; | ||
}; | ||
sdk: { | ||
input: DescribeAnalysisSchemesCommandInput; | ||
output: DescribeAnalysisSchemesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -89,2 +89,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeAvailabilityOptionsRequest; | ||
output: DescribeAvailabilityOptionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeAvailabilityOptionsCommandInput; | ||
output: DescribeAvailabilityOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -89,2 +89,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainEndpointOptionsRequest; | ||
output: DescribeDomainEndpointOptionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeDomainEndpointOptionsCommandInput; | ||
output: DescribeDomainEndpointOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -94,2 +94,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainsRequest; | ||
output: DescribeDomainsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeDomainsCommandInput; | ||
output: DescribeDomainsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -88,2 +88,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeExpressionsRequest; | ||
output: DescribeExpressionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeExpressionsCommandInput; | ||
output: DescribeExpressionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -173,2 +173,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeIndexFieldsRequest; | ||
output: DescribeIndexFieldsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeIndexFieldsCommandInput; | ||
output: DescribeIndexFieldsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -83,2 +83,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeScalingParametersRequest; | ||
output: DescribeScalingParametersResponse; | ||
}; | ||
sdk: { | ||
input: DescribeScalingParametersCommandInput; | ||
output: DescribeScalingParametersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -81,2 +81,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeServiceAccessPoliciesRequest; | ||
output: DescribeServiceAccessPoliciesResponse; | ||
}; | ||
sdk: { | ||
input: DescribeServiceAccessPoliciesCommandInput; | ||
output: DescribeServiceAccessPoliciesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -92,2 +92,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeSuggestersRequest; | ||
output: DescribeSuggestersResponse; | ||
}; | ||
sdk: { | ||
input: DescribeSuggestersCommandInput; | ||
output: DescribeSuggestersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -75,2 +75,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: IndexDocumentsRequest; | ||
output: IndexDocumentsResponse; | ||
}; | ||
sdk: { | ||
input: IndexDocumentsCommandInput; | ||
output: IndexDocumentsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -63,2 +63,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: {}; | ||
output: ListDomainNamesResponse; | ||
}; | ||
sdk: { | ||
input: ListDomainNamesCommandInput; | ||
output: ListDomainNamesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -92,2 +92,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateAvailabilityOptionsRequest; | ||
output: UpdateAvailabilityOptionsResponse; | ||
}; | ||
sdk: { | ||
input: UpdateAvailabilityOptionsCommandInput; | ||
output: UpdateAvailabilityOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -98,2 +98,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateDomainEndpointOptionsRequest; | ||
output: UpdateDomainEndpointOptionsResponse; | ||
}; | ||
sdk: { | ||
input: UpdateDomainEndpointOptionsCommandInput; | ||
output: UpdateDomainEndpointOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -97,2 +97,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateScalingParametersRequest; | ||
output: UpdateScalingParametersResponse; | ||
}; | ||
sdk: { | ||
input: UpdateScalingParametersCommandInput; | ||
output: UpdateScalingParametersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -91,2 +91,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateServiceAccessPoliciesRequest; | ||
output: UpdateServiceAccessPoliciesResponse; | ||
}; | ||
sdk: { | ||
input: UpdateServiceAccessPoliciesCommandInput; | ||
output: UpdateServiceAccessPoliciesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {} | ||
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: BuildSuggestersRequest; | ||
output: BuildSuggestersResponse; | ||
}; | ||
sdk: { | ||
input: BuildSuggestersCommandInput; | ||
output: BuildSuggestersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateDomainCommand extends CreateDomainCommand_base {} | ||
export declare class CreateDomainCommand extends CreateDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateDomainRequest; | ||
output: CreateDomainResponse; | ||
}; | ||
sdk: { | ||
input: CreateDomainCommandInput; | ||
output: CreateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {} | ||
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DefineAnalysisSchemeRequest; | ||
output: DefineAnalysisSchemeResponse; | ||
}; | ||
sdk: { | ||
input: DefineAnalysisSchemeCommandInput; | ||
output: DefineAnalysisSchemeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DefineExpressionCommand extends DefineExpressionCommand_base {} | ||
export declare class DefineExpressionCommand extends DefineExpressionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DefineExpressionRequest; | ||
output: DefineExpressionResponse; | ||
}; | ||
sdk: { | ||
input: DefineExpressionCommandInput; | ||
output: DefineExpressionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {} | ||
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DefineIndexFieldRequest; | ||
output: DefineIndexFieldResponse; | ||
}; | ||
sdk: { | ||
input: DefineIndexFieldCommandInput; | ||
output: DefineIndexFieldCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {} | ||
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DefineSuggesterRequest; | ||
output: DefineSuggesterResponse; | ||
}; | ||
sdk: { | ||
input: DefineSuggesterCommandInput; | ||
output: DefineSuggesterCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {} | ||
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteAnalysisSchemeRequest; | ||
output: DeleteAnalysisSchemeResponse; | ||
}; | ||
sdk: { | ||
input: DeleteAnalysisSchemeCommandInput; | ||
output: DeleteAnalysisSchemeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {} | ||
export declare class DeleteDomainCommand extends DeleteDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteDomainRequest; | ||
output: DeleteDomainResponse; | ||
}; | ||
sdk: { | ||
input: DeleteDomainCommandInput; | ||
output: DeleteDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {} | ||
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteExpressionRequest; | ||
output: DeleteExpressionResponse; | ||
}; | ||
sdk: { | ||
input: DeleteExpressionCommandInput; | ||
output: DeleteExpressionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {} | ||
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteIndexFieldRequest; | ||
output: DeleteIndexFieldResponse; | ||
}; | ||
sdk: { | ||
input: DeleteIndexFieldCommandInput; | ||
output: DeleteIndexFieldCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {} | ||
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteSuggesterRequest; | ||
output: DeleteSuggesterResponse; | ||
}; | ||
sdk: { | ||
input: DeleteSuggesterCommandInput; | ||
output: DeleteSuggesterCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {} | ||
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeAnalysisSchemesRequest; | ||
output: DescribeAnalysisSchemesResponse; | ||
}; | ||
sdk: { | ||
input: DescribeAnalysisSchemesCommandInput; | ||
output: DescribeAnalysisSchemesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {} | ||
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeAvailabilityOptionsRequest; | ||
output: DescribeAvailabilityOptionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeAvailabilityOptionsCommandInput; | ||
output: DescribeAvailabilityOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {} | ||
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainEndpointOptionsRequest; | ||
output: DescribeDomainEndpointOptionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeDomainEndpointOptionsCommandInput; | ||
output: DescribeDomainEndpointOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {} | ||
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainsRequest; | ||
output: DescribeDomainsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeDomainsCommandInput; | ||
output: DescribeDomainsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {} | ||
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeExpressionsRequest; | ||
output: DescribeExpressionsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeExpressionsCommandInput; | ||
output: DescribeExpressionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {} | ||
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeIndexFieldsRequest; | ||
output: DescribeIndexFieldsResponse; | ||
}; | ||
sdk: { | ||
input: DescribeIndexFieldsCommandInput; | ||
output: DescribeIndexFieldsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {} | ||
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeScalingParametersRequest; | ||
output: DescribeScalingParametersResponse; | ||
}; | ||
sdk: { | ||
input: DescribeScalingParametersCommandInput; | ||
output: DescribeScalingParametersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {} | ||
export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeServiceAccessPoliciesRequest; | ||
output: DescribeServiceAccessPoliciesResponse; | ||
}; | ||
sdk: { | ||
input: DescribeServiceAccessPoliciesCommandInput; | ||
output: DescribeServiceAccessPoliciesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {} | ||
export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeSuggestersRequest; | ||
output: DescribeSuggestersResponse; | ||
}; | ||
sdk: { | ||
input: DescribeSuggestersCommandInput; | ||
output: DescribeSuggestersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {} | ||
export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: IndexDocumentsRequest; | ||
output: IndexDocumentsResponse; | ||
}; | ||
sdk: { | ||
input: IndexDocumentsCommandInput; | ||
output: IndexDocumentsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {} | ||
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: {}; | ||
output: ListDomainNamesResponse; | ||
}; | ||
sdk: { | ||
input: ListDomainNamesCommandInput; | ||
output: ListDomainNamesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {} | ||
export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateAvailabilityOptionsRequest; | ||
output: UpdateAvailabilityOptionsResponse; | ||
}; | ||
sdk: { | ||
input: UpdateAvailabilityOptionsCommandInput; | ||
output: UpdateAvailabilityOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {} | ||
export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateDomainEndpointOptionsRequest; | ||
output: UpdateDomainEndpointOptionsResponse; | ||
}; | ||
sdk: { | ||
input: UpdateDomainEndpointOptionsCommandInput; | ||
output: UpdateDomainEndpointOptionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {} | ||
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateScalingParametersRequest; | ||
output: UpdateScalingParametersResponse; | ||
}; | ||
sdk: { | ||
input: UpdateScalingParametersCommandInput; | ||
output: UpdateScalingParametersCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {} | ||
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateServiceAccessPoliciesRequest; | ||
output: UpdateServiceAccessPoliciesResponse; | ||
}; | ||
sdk: { | ||
input: UpdateServiceAccessPoliciesCommandInput; | ||
output: UpdateServiceAccessPoliciesCommandOutput; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@aws-sdk/client-cloudsearch", | ||
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native", | ||
"version": "3.651.1", | ||
"version": "3.654.0", | ||
"scripts": { | ||
@@ -23,39 +23,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.651.1", | ||
"@aws-sdk/client-sts": "3.651.1", | ||
"@aws-sdk/core": "3.651.1", | ||
"@aws-sdk/credential-provider-node": "3.651.1", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
"@aws-sdk/middleware-logger": "3.649.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.649.0", | ||
"@aws-sdk/middleware-user-agent": "3.649.0", | ||
"@aws-sdk/region-config-resolver": "3.649.0", | ||
"@aws-sdk/types": "3.649.0", | ||
"@aws-sdk/util-endpoints": "3.649.0", | ||
"@aws-sdk/util-user-agent-browser": "3.649.0", | ||
"@aws-sdk/util-user-agent-node": "3.649.0", | ||
"@smithy/config-resolver": "^3.0.6", | ||
"@smithy/core": "^2.4.1", | ||
"@smithy/fetch-http-handler": "^3.2.5", | ||
"@smithy/hash-node": "^3.0.4", | ||
"@smithy/invalid-dependency": "^3.0.4", | ||
"@smithy/middleware-content-length": "^3.0.6", | ||
"@smithy/middleware-endpoint": "^3.1.1", | ||
"@smithy/middleware-retry": "^3.0.16", | ||
"@smithy/middleware-serde": "^3.0.4", | ||
"@smithy/middleware-stack": "^3.0.4", | ||
"@smithy/node-config-provider": "^3.1.5", | ||
"@smithy/node-http-handler": "^3.2.0", | ||
"@smithy/protocol-http": "^4.1.1", | ||
"@smithy/smithy-client": "^3.3.0", | ||
"@smithy/types": "^3.4.0", | ||
"@smithy/url-parser": "^3.0.4", | ||
"@aws-sdk/client-sso-oidc": "3.654.0", | ||
"@aws-sdk/client-sts": "3.654.0", | ||
"@aws-sdk/core": "3.654.0", | ||
"@aws-sdk/credential-provider-node": "3.654.0", | ||
"@aws-sdk/middleware-host-header": "3.654.0", | ||
"@aws-sdk/middleware-logger": "3.654.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.654.0", | ||
"@aws-sdk/middleware-user-agent": "3.654.0", | ||
"@aws-sdk/region-config-resolver": "3.654.0", | ||
"@aws-sdk/types": "3.654.0", | ||
"@aws-sdk/util-endpoints": "3.654.0", | ||
"@aws-sdk/util-user-agent-browser": "3.654.0", | ||
"@aws-sdk/util-user-agent-node": "3.654.0", | ||
"@smithy/config-resolver": "^3.0.8", | ||
"@smithy/core": "^2.4.3", | ||
"@smithy/fetch-http-handler": "^3.2.7", | ||
"@smithy/hash-node": "^3.0.6", | ||
"@smithy/invalid-dependency": "^3.0.6", | ||
"@smithy/middleware-content-length": "^3.0.8", | ||
"@smithy/middleware-endpoint": "^3.1.3", | ||
"@smithy/middleware-retry": "^3.0.18", | ||
"@smithy/middleware-serde": "^3.0.6", | ||
"@smithy/middleware-stack": "^3.0.6", | ||
"@smithy/node-config-provider": "^3.1.7", | ||
"@smithy/node-http-handler": "^3.2.2", | ||
"@smithy/protocol-http": "^4.1.3", | ||
"@smithy/smithy-client": "^3.3.2", | ||
"@smithy/types": "^3.4.2", | ||
"@smithy/url-parser": "^3.0.6", | ||
"@smithy/util-base64": "^3.0.0", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.16", | ||
"@smithy/util-defaults-mode-node": "^3.0.16", | ||
"@smithy/util-endpoints": "^2.1.0", | ||
"@smithy/util-middleware": "^3.0.4", | ||
"@smithy/util-retry": "^3.0.4", | ||
"@smithy/util-defaults-mode-browser": "^3.0.18", | ||
"@smithy/util-defaults-mode-node": "^3.0.18", | ||
"@smithy/util-endpoints": "^2.1.2", | ||
"@smithy/util-middleware": "^3.0.6", | ||
"@smithy/util-retry": "^3.0.6", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -62,0 +62,0 @@ "tslib": "^2.6.2" |
702340
16438
+ Added@aws-sdk/client-sso@3.654.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.654.0(transitive)
+ Added@aws-sdk/client-sts@3.654.0(transitive)
+ Added@aws-sdk/core@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.654.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.654.0(transitive)
+ Added@aws-sdk/middleware-logger@3.654.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.654.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.654.0(transitive)
+ Added@aws-sdk/region-config-resolver@3.654.0(transitive)
+ Added@aws-sdk/token-providers@3.654.0(transitive)
+ Added@aws-sdk/types@3.654.0(transitive)
+ Added@aws-sdk/util-endpoints@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.654.0(transitive)
- Removed@aws-sdk/client-sso@3.651.1(transitive)
- Removed@aws-sdk/client-sso-oidc@3.651.1(transitive)
- Removed@aws-sdk/client-sts@3.651.1(transitive)
- Removed@aws-sdk/core@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-env@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-node@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-process@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.649.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.649.0(transitive)
- Removed@aws-sdk/middleware-logger@3.649.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.649.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.649.0(transitive)
- Removed@aws-sdk/region-config-resolver@3.649.0(transitive)
- Removed@aws-sdk/token-providers@3.649.0(transitive)
- Removed@aws-sdk/types@3.649.0(transitive)
- Removed@aws-sdk/util-endpoints@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.649.0(transitive)
Updated@aws-sdk/client-sts@3.654.0
Updated@aws-sdk/core@3.654.0
Updated@aws-sdk/types@3.654.0
Updated@smithy/core@^2.4.3
Updated@smithy/hash-node@^3.0.6
Updated@smithy/protocol-http@^4.1.3
Updated@smithy/smithy-client@^3.3.2
Updated@smithy/types@^3.4.2
Updated@smithy/url-parser@^3.0.6
Updated@smithy/util-retry@^3.0.6