@aws-sdk/client-cloudsearch 3.337.0 → 3.341.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/CloudSearchClient.js +2 -1
- package/dist-cjs/commands/BuildSuggestersCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainCommand.js +2 -1
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -1
- package/dist-cjs/commands/DefineExpressionCommand.js +2 -1
- package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -1
- package/dist-cjs/commands/DefineSuggesterCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -1
- package/dist-cjs/commands/DeleteExpressionCommand.js +2 -1
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -1
- package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -1
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeDomainsCommand.js +2 -1
- package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -1
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -1
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -1
- package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -1
- package/dist-cjs/commands/IndexDocumentsCommand.js +2 -1
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -1
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -1
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/CloudSearchServiceException.js +2 -1
- package/dist-es/CloudSearchClient.js +1 -0
- package/dist-es/commands/BuildSuggestersCommand.js +1 -0
- package/dist-es/commands/CreateDomainCommand.js +1 -0
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +1 -0
- package/dist-es/commands/DefineExpressionCommand.js +1 -0
- package/dist-es/commands/DefineIndexFieldCommand.js +1 -0
- package/dist-es/commands/DefineSuggesterCommand.js +1 -0
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +1 -0
- package/dist-es/commands/DeleteDomainCommand.js +1 -0
- package/dist-es/commands/DeleteExpressionCommand.js +1 -0
- package/dist-es/commands/DeleteIndexFieldCommand.js +1 -0
- package/dist-es/commands/DeleteSuggesterCommand.js +1 -0
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +1 -0
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +1 -0
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +1 -0
- package/dist-es/commands/DescribeDomainsCommand.js +1 -0
- package/dist-es/commands/DescribeExpressionsCommand.js +1 -0
- package/dist-es/commands/DescribeIndexFieldsCommand.js +1 -0
- package/dist-es/commands/DescribeScalingParametersCommand.js +1 -0
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +1 -0
- package/dist-es/commands/DescribeSuggestersCommand.js +1 -0
- package/dist-es/commands/IndexDocumentsCommand.js +1 -0
- package/dist-es/commands/ListDomainNamesCommand.js +1 -0
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +1 -0
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +1 -0
- package/dist-es/commands/UpdateScalingParametersCommand.js +1 -0
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/CloudSearchServiceException.js +1 -0
- package/dist-types/CloudSearchClient.d.ts +3 -3
- package/dist-types/commands/BuildSuggestersCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +4 -0
- package/dist-types/commands/DefineExpressionCommand.d.ts +4 -0
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +4 -0
- package/dist-types/commands/DefineSuggesterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExpressionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +4 -0
- package/dist-types/commands/IndexDocumentsCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +4 -0
- package/dist-types/index.d.ts +12 -1
- package/dist-types/models/CloudSearchServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CloudSearchClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateDomainEndpointOptionsCommand, se_UpdateDomainEndpointOptionsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateDomainEndpointOptionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateScalingParametersCommand, se_UpdateScalingParametersCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateScalingParametersCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateServiceAccessPoliciesCommand, se_UpdateServiceAccessPoliciesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateServiceAccessPoliciesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -35,6 +35,7 @@ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCom
|
|
|
35
35
|
import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
|
|
36
36
|
import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
|
|
37
37
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
38
|
+
export { __Client };
|
|
38
39
|
/**
|
|
39
40
|
* @public
|
|
40
41
|
*/
|
|
@@ -149,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
149
150
|
/**
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
|
-
type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
153
|
+
export type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
153
154
|
/**
|
|
154
155
|
* @public
|
|
155
156
|
*
|
|
@@ -160,7 +161,7 @@ export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
|
|
|
160
161
|
/**
|
|
161
162
|
* @public
|
|
162
163
|
*/
|
|
163
|
-
type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
164
|
+
export type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
164
165
|
/**
|
|
165
166
|
* @public
|
|
166
167
|
*
|
|
@@ -191,4 +192,3 @@ export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, Se
|
|
|
191
192
|
*/
|
|
192
193
|
destroy(): void;
|
|
193
194
|
}
|
|
194
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { ListDomainNamesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon CloudSearch Configuration Service</fullname>
|
|
3
|
+
* <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
|
|
4
|
+
* Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
|
|
5
|
+
* are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>
|
|
6
|
+
* <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
|
|
7
|
+
* For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
|
|
8
|
+
* see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
|
|
9
|
+
*
|
|
10
|
+
* @packageDocumentation
|
|
11
|
+
*/
|
|
2
12
|
export * from "./CloudSearchClient";
|
|
13
|
+
export * from "./CloudSearch";
|
|
3
14
|
export * from "./commands";
|
|
4
15
|
export * from "./models";
|
|
5
16
|
export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
|
|
@@ -155,6 +155,7 @@ import {
|
|
|
155
155
|
ClientResolvedEndpointParameters,
|
|
156
156
|
EndpointParameters,
|
|
157
157
|
} from "./endpoint/EndpointParameters";
|
|
158
|
+
export { __Client };
|
|
158
159
|
export type ServiceInputTypes =
|
|
159
160
|
| BuildSuggestersCommandInput
|
|
160
161
|
| CreateDomainCommandInput
|
|
@@ -233,7 +234,7 @@ export interface ClientDefaults
|
|
|
233
234
|
logger?: __Logger;
|
|
234
235
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
235
236
|
}
|
|
236
|
-
type CloudSearchClientConfigType = Partial<
|
|
237
|
+
export type CloudSearchClientConfigType = Partial<
|
|
237
238
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
238
239
|
> &
|
|
239
240
|
ClientDefaults &
|
|
@@ -245,7 +246,7 @@ type CloudSearchClientConfigType = Partial<
|
|
|
245
246
|
UserAgentInputConfig &
|
|
246
247
|
ClientInputEndpointParameters;
|
|
247
248
|
export interface CloudSearchClientConfig extends CloudSearchClientConfigType {}
|
|
248
|
-
type CloudSearchClientResolvedConfigType =
|
|
249
|
+
export type CloudSearchClientResolvedConfigType =
|
|
249
250
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
250
251
|
Required<ClientDefaults> &
|
|
251
252
|
RegionResolvedConfig &
|
|
@@ -267,4 +268,3 @@ export declare class CloudSearchClient extends __Client<
|
|
|
267
268
|
constructor(configuration: CloudSearchClientConfig);
|
|
268
269
|
destroy(): void;
|
|
269
270
|
}
|
|
270
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BuildSuggestersRequest,
|
|
16
16
|
BuildSuggestersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
|
|
19
20
|
export interface BuildSuggestersCommandOutput
|
|
20
21
|
extends BuildSuggestersResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudSearchClient";
|
|
14
14
|
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
16
17
|
export interface CreateDomainCommandOutput
|
|
17
18
|
extends CreateDomainResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DefineAnalysisSchemeRequest,
|
|
16
16
|
DefineAnalysisSchemeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DefineAnalysisSchemeCommandInput
|
|
19
20
|
extends DefineAnalysisSchemeRequest {}
|
|
20
21
|
export interface DefineAnalysisSchemeCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DefineExpressionRequest,
|
|
16
16
|
DefineExpressionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
|
|
19
20
|
export interface DefineExpressionCommandOutput
|
|
20
21
|
extends DefineExpressionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DefineIndexFieldRequest,
|
|
16
16
|
DefineIndexFieldResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
|
|
19
20
|
export interface DefineIndexFieldCommandOutput
|
|
20
21
|
extends DefineIndexFieldResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DefineSuggesterRequest,
|
|
16
16
|
DefineSuggesterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
|
|
19
20
|
export interface DefineSuggesterCommandOutput
|
|
20
21
|
extends DefineSuggesterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteAnalysisSchemeRequest,
|
|
16
16
|
DeleteAnalysisSchemeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteAnalysisSchemeCommandInput
|
|
19
20
|
extends DeleteAnalysisSchemeRequest {}
|
|
20
21
|
export interface DeleteAnalysisSchemeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudSearchClient";
|
|
14
14
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
16
17
|
export interface DeleteDomainCommandOutput
|
|
17
18
|
extends DeleteDomainResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteExpressionRequest,
|
|
16
16
|
DeleteExpressionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
|
|
19
20
|
export interface DeleteExpressionCommandOutput
|
|
20
21
|
extends DeleteExpressionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteIndexFieldRequest,
|
|
16
16
|
DeleteIndexFieldResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
|
|
19
20
|
export interface DeleteIndexFieldCommandOutput
|
|
20
21
|
extends DeleteIndexFieldResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteSuggesterRequest,
|
|
16
16
|
DeleteSuggesterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
|
|
19
20
|
export interface DeleteSuggesterCommandOutput
|
|
20
21
|
extends DeleteSuggesterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAnalysisSchemesRequest,
|
|
16
16
|
DescribeAnalysisSchemesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAnalysisSchemesCommandInput
|
|
19
20
|
extends DescribeAnalysisSchemesRequest {}
|
|
20
21
|
export interface DescribeAnalysisSchemesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAvailabilityOptionsRequest,
|
|
16
16
|
DescribeAvailabilityOptionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAvailabilityOptionsCommandInput
|
|
19
20
|
extends DescribeAvailabilityOptionsRequest {}
|
|
20
21
|
export interface DescribeAvailabilityOptionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDomainEndpointOptionsRequest,
|
|
16
16
|
DescribeDomainEndpointOptionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDomainEndpointOptionsCommandInput
|
|
19
20
|
extends DescribeDomainEndpointOptionsRequest {}
|
|
20
21
|
export interface DescribeDomainEndpointOptionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDomainsRequest,
|
|
16
16
|
DescribeDomainsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
|
|
19
20
|
export interface DescribeDomainsCommandOutput
|
|
20
21
|
extends DescribeDomainsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeExpressionsRequest,
|
|
16
16
|
DescribeExpressionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeExpressionsCommandInput
|
|
19
20
|
extends DescribeExpressionsRequest {}
|
|
20
21
|
export interface DescribeExpressionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeIndexFieldsRequest,
|
|
16
16
|
DescribeIndexFieldsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeIndexFieldsCommandInput
|
|
19
20
|
extends DescribeIndexFieldsRequest {}
|
|
20
21
|
export interface DescribeIndexFieldsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeScalingParametersRequest,
|
|
16
16
|
DescribeScalingParametersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeScalingParametersCommandInput
|
|
19
20
|
extends DescribeScalingParametersRequest {}
|
|
20
21
|
export interface DescribeScalingParametersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeServiceAccessPoliciesRequest,
|
|
16
16
|
DescribeServiceAccessPoliciesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeServiceAccessPoliciesCommandInput
|
|
19
20
|
extends DescribeServiceAccessPoliciesRequest {}
|
|
20
21
|
export interface DescribeServiceAccessPoliciesCommandOutput
|