@aws-sdk/client-cloudsearch 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/CloudSearch.d.ts +3 -1
- package/dist-types/CloudSearchClient.d.ts +1 -1
- package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
- package/dist-types/commands/DefineExpressionCommand.d.ts +2 -1
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -1
- package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -1
- package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +307 -307
- package/dist-types/ts3.4/CloudSearch.d.ts +2 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateScalingParametersCommand_base: {
|
|
24
24
|
new (input: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const UpdateScalingParametersCommand_base: {
|
|
|
90
90
|
* @throws {@link CloudSearchServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
24
24
|
new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Configures the access rules that control access to the domain's document and search endpoints.
|
|
30
30
|
* For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
|
|
31
31
|
* Configuring Access for an Amazon CloudSearch Domain</a>.</p>
|
|
@@ -84,6 +84,7 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
|
84
84
|
* @throws {@link CloudSearchServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
|
|
89
90
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,5 +16,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
16
16
|
export { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./models";
|
|
19
|
-
import "@aws-sdk/util-endpoints";
|
|
20
19
|
export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
|