@aws-sdk/client-cloudsearch 3.296.0 → 3.298.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/commands/BuildSuggestersCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -3
- package/dist-cjs/commands/DefineExpressionCommand.js +2 -3
- package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -3
- package/dist-cjs/commands/DefineSuggesterCommand.js +2 -3
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteExpressionCommand.js +2 -3
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -3
- package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -3
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -3
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainsCommand.js +2 -3
- package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -3
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -3
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
- package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -3
- package/dist-cjs/commands/IndexDocumentsCommand.js +2 -3
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -3
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -330
- package/dist-cjs/protocols/Aws_query.js +65 -303
- package/dist-es/commands/BuildSuggestersCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -3
- package/dist-es/commands/DefineExpressionCommand.js +2 -3
- package/dist-es/commands/DefineIndexFieldCommand.js +2 -3
- package/dist-es/commands/DefineSuggesterCommand.js +2 -3
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteExpressionCommand.js +2 -3
- package/dist-es/commands/DeleteIndexFieldCommand.js +2 -3
- package/dist-es/commands/DeleteSuggesterCommand.js +2 -3
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -3
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -3
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
- package/dist-es/commands/DescribeDomainsCommand.js +2 -3
- package/dist-es/commands/DescribeExpressionsCommand.js +2 -3
- package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -3
- package/dist-es/commands/DescribeScalingParametersCommand.js +2 -3
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
- package/dist-es/commands/DescribeSuggestersCommand.js +2 -3
- package/dist-es/commands/IndexDocumentsCommand.js +2 -3
- package/dist-es/commands/ListDomainNamesCommand.js +2 -3
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -3
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
- package/dist-es/commands/UpdateScalingParametersCommand.js +2 -3
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -246
- package/dist-es/protocols/Aws_query.js +65 -303
- package/dist-types/CloudSearch.d.ts +27 -0
- package/dist-types/CloudSearchClient.d.ts +24 -4
- package/dist-types/commands/BuildSuggestersCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +16 -0
- package/dist-types/commands/DefineExpressionCommand.d.ts +16 -0
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +16 -0
- package/dist-types/commands/DefineSuggesterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExpressionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +16 -0
- package/dist-types/commands/IndexDocumentsCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +16 -0
- package/dist-types/models/CloudSearchServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +114 -329
- package/dist-types/ts3.4/models/models_0.d.ts +0 -228
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeServiceAccessPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServiceAccessPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeServiceAccessPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
|
|
18
23
|
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeServiceAccessPoliciesCommandInput - {@link DescribeServiceAccessPoliciesCommandInput}
|
|
35
|
+
* @returns {@link DescribeServiceAccessPoliciesCommandOutput}
|
|
29
36
|
* @see {@link DescribeServiceAccessPoliciesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeServiceAccessPoliciesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
|
|
|
45
52
|
export declare class DescribeServiceAccessPoliciesCommand extends $Command<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
46
53
|
readonly input: DescribeServiceAccessPoliciesCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: DescribeServiceAccessPoliciesCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSuggestersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSuggestersCommandInput extends DescribeSuggestersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSuggestersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeSuggestersCommandInput - {@link DescribeSuggestersCommandInput}
|
|
34
|
+
* @returns {@link DescribeSuggestersCommandOutput}
|
|
28
35
|
* @see {@link DescribeSuggestersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeSuggestersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
|
|
|
44
51
|
export declare class DescribeSuggestersCommand extends $Command<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
45
52
|
readonly input: DescribeSuggestersCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DescribeSuggestersCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link IndexDocumentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link IndexDocumentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param IndexDocumentsCommandInput - {@link IndexDocumentsCommandInput}
|
|
34
|
+
* @returns {@link IndexDocumentsCommandOutput}
|
|
28
35
|
* @see {@link IndexDocumentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link IndexDocumentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
|
|
|
47
54
|
export declare class IndexDocumentsCommand extends $Command<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
48
55
|
readonly input: IndexDocumentsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: IndexDocumentsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IndexDocumentsCommandInput, IndexDocumentsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { ListDomainNamesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDomainNamesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDomainNamesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDomainNamesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all search domains owned by an account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListDomainNamesCommandInput - {@link ListDomainNamesCommandInput}
|
|
34
|
+
* @returns {@link ListDomainNamesCommandOutput}
|
|
28
35
|
* @see {@link ListDomainNamesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
37
44
|
export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
38
45
|
readonly input: ListDomainNamesCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: ListDomainNamesCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateAvailabilityOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilityOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateAvailabilityOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateAvailabilityOptionsCommandInput - {@link UpdateAvailabilityOptionsCommandInput}
|
|
34
|
+
* @returns {@link UpdateAvailabilityOptionsCommandOutput}
|
|
28
35
|
* @see {@link UpdateAvailabilityOptionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateAvailabilityOptionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
|
|
|
56
63
|
export declare class UpdateAvailabilityOptionsCommand extends $Command<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
57
64
|
readonly input: UpdateAvailabilityOptionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: UpdateAvailabilityOptionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDomainEndpointOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEndpointOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDomainEndpointOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateDomainEndpointOptionsCommandInput - {@link UpdateDomainEndpointOptionsCommandInput}
|
|
34
|
+
* @returns {@link UpdateDomainEndpointOptionsCommandOutput}
|
|
28
35
|
* @see {@link UpdateDomainEndpointOptionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateDomainEndpointOptionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
|
|
|
56
63
|
export declare class UpdateDomainEndpointOptionsCommand extends $Command<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
57
64
|
readonly input: UpdateDomainEndpointOptionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: UpdateDomainEndpointOptionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateScalingParametersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateScalingParametersCommandInput extends UpdateScalingParametersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateScalingParametersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateScalingParametersCommandInput - {@link UpdateScalingParametersCommandInput}
|
|
34
|
+
* @returns {@link UpdateScalingParametersCommandOutput}
|
|
28
35
|
* @see {@link UpdateScalingParametersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateScalingParametersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
53
60
|
export declare class UpdateScalingParametersCommand extends $Command<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateScalingParametersCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateScalingParametersCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
5
|
import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateServiceAccessPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAccessPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateServiceAccessPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Configures the access rules that control access to the domain's document and search endpoints.
|
|
18
23
|
* For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
|
|
19
24
|
* Configuring Access for an Amazon CloudSearch Domain</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateServiceAccessPoliciesCommandInput - {@link UpdateServiceAccessPoliciesCommandInput}
|
|
36
|
+
* @returns {@link UpdateServiceAccessPoliciesCommandOutput}
|
|
30
37
|
* @see {@link UpdateServiceAccessPoliciesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateServiceAccessPoliciesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
55
62
|
export declare class UpdateServiceAccessPoliciesCommand extends $Command<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateServiceAccessPoliciesCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateServiceAccessPoliciesCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from CloudSearch service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class CloudSearchServiceException extends __ServiceException {
|