@aws-sdk/client-elasticsearch-service 3.289.0 → 3.292.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-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +10 -0
- package/dist-types/commands/AddTagsCommand.d.ts +13 -0
- package/dist-types/commands/AssociatePackageCommand.d.ts +19 -0
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +19 -0
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +13 -0
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +22 -0
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +13 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +22 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +19 -0
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +13 -0
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +10 -0
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +7 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +19 -0
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +13 -0
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +13 -0
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +13 -0
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribePackagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/DissociatePackageCommand.d.ts +19 -0
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +7 -0
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +16 -0
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +13 -0
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +13 -0
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +13 -0
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +10 -0
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +13 -0
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +19 -0
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +7 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +10 -0
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +13 -0
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +19 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +19 -0
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +19 -0
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +19 -0
- package/package.json +35 -40
|
@@ -29,6 +29,16 @@ export interface AcceptInboundCrossClusterSearchConnectionCommandOutput extends
|
|
|
29
29
|
* @see {@link AcceptInboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $Command<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
44
|
readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface AddTagsCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
40
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
35
48
|
readonly input: AddTagsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociatePackageCommandOutput extends AssociatePackageResponse,
|
|
|
29
29
|
* @see {@link AssociatePackageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BaseException} (client fault)
|
|
36
|
+
* <p>An error occurred while processing the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AssociatePackageCommand extends $Command<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociatePackageCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AuthorizeVpcEndpointAccessCommandOutput extends AuthorizeVpcEnd
|
|
|
29
29
|
* @see {@link AuthorizeVpcEndpointAccessCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
42
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AuthorizeVpcEndpointAccessCommand extends $Command<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: AuthorizeVpcEndpointAccessCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput extends C
|
|
|
29
29
|
* @see {@link CancelElasticsearchServiceSoftwareUpdateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface CreateElasticsearchDomainCommandOutput extends CreateElasticsea
|
|
|
30
30
|
* @see {@link CreateElasticsearchDomainCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
37
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
43
|
+
* <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
49
|
+
* <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateElasticsearchDomainCommand extends $Command<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateElasticsearchDomainCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateOutboundCrossClusterSearchConnectionCommandOutput extends
|
|
|
29
29
|
* @see {@link CreateOutboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreatePackageCommandOutput extends CreatePackageResponse, __Met
|
|
|
29
29
|
* @see {@link CreatePackageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BaseException} (client fault)
|
|
36
|
+
* <p>An error occurred while processing the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
42
|
+
* <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
48
|
+
* <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreatePackageCommand extends $Command<CreatePackageCommandInput, CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
56
|
readonly input: CreatePackageCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointRespons
|
|
|
29
29
|
* @see {@link CreateVpcEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
39
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateVpcEndpointCommand extends $Command<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateVpcEndpointCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteElasticsearchDomainCommandOutput extends DeleteElasticsea
|
|
|
29
29
|
* @see {@link DeleteElasticsearchDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteElasticsearchDomainCommand extends $Command<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteElasticsearchDomainCommandInput;
|
|
@@ -28,6 +28,16 @@ export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataB
|
|
|
28
28
|
* @see {@link DeleteElasticsearchServiceRoleCommandOutput} for command's `response` shape.
|
|
29
29
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
30
30
|
*
|
|
31
|
+
* @throws {@link BaseException} (client fault)
|
|
32
|
+
* <p>An error occurred while processing the request.</p>
|
|
33
|
+
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ValidationException} (client fault)
|
|
38
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
31
41
|
*/
|
|
32
42
|
export declare class DeleteElasticsearchServiceRoleCommand extends $Command<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
33
43
|
readonly input: DeleteElasticsearchServiceRoleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput extends
|
|
|
29
29
|
* @see {@link DeleteInboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput extends
|
|
|
29
29
|
* @see {@link DeleteOutboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeletePackageCommandOutput extends DeletePackageResponse, __Met
|
|
|
29
29
|
* @see {@link DeletePackageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BaseException} (client fault)
|
|
36
|
+
* <p>An error occurred while processing the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeletePackageCommand extends $Command<DeletePackageCommandInput, DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: DeletePackageCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointRespons
|
|
|
29
29
|
* @see {@link DeleteVpcEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteVpcEndpointCommand extends $Command<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteVpcEndpointCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAuto
|
|
|
29
29
|
* @see {@link DescribeDomainAutoTunesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeDomainAutoTunesCommand extends $Command<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeDomainAutoTunesCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomai
|
|
|
30
30
|
* @see {@link DescribeDomainChangeProgressCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DescribeDomainChangeProgressCommand extends $Command<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
35
48
|
readonly input: DescribeDomainChangeProgressCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeElasticsearchDomainCommandOutput extends DescribeElasti
|
|
|
29
29
|
* @see {@link DescribeElasticsearchDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeElasticsearchDomainCommand extends $Command<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeElasticsearchDomainCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeElasticsearchDomainConfigCommandOutput extends Describe
|
|
|
29
29
|
* @see {@link DescribeElasticsearchDomainConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeElasticsearchDomainConfigCommand extends $Command<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeElasticsearchDomainConfigCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeElasticsearchDomainsCommandOutput extends DescribeElast
|
|
|
29
29
|
* @see {@link DescribeElasticsearchDomainsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeElasticsearchDomainsCommand extends $Command<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeElasticsearchDomainsCommandInput;
|
|
@@ -36,6 +36,25 @@ export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput extends De
|
|
|
36
36
|
* @see {@link DescribeElasticsearchInstanceTypeLimitsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link BaseException} (client fault)
|
|
40
|
+
* <p>An error occurred while processing the request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
46
|
+
* <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
49
|
+
* <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
39
58
|
*/
|
|
40
59
|
export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
41
60
|
readonly input: DescribeElasticsearchInstanceTypeLimitsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput exten
|
|
|
29
29
|
* @see {@link DescribeInboundCrossClusterSearchConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
36
|
+
* <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends $Command<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeInboundCrossClusterSearchConnectionsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput exte
|
|
|
29
29
|
* @see {@link DescribeOutboundCrossClusterSearchConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
36
|
+
* <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Command<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeOutboundCrossClusterSearchConnectionsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DescribePackagesCommandOutput extends DescribePackagesResponse,
|
|
|
29
29
|
* @see {@link DescribePackagesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BaseException} (client fault)
|
|
36
|
+
* <p>An error occurred while processing the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribePackagesCommand extends $Command<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribePackagesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput ext
|
|
|
29
29
|
* @see {@link DescribeReservedElasticsearchInstanceOfferingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeReservedElasticsearchInstanceOfferingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeReservedElasticsearchInstancesCommandOutput extends Des
|
|
|
29
29
|
* @see {@link DescribeReservedElasticsearchInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
33
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeReservedElasticsearchInstancesCommand extends $Command<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeReservedElasticsearchInstancesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsR
|
|
|
29
29
|
* @see {@link DescribeVpcEndpointsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeVpcEndpointsCommand extends $Command<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeVpcEndpointsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
|
|
|
29
29
|
* @see {@link DissociatePackageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BaseException} (client fault)
|
|
36
|
+
* <p>An error occurred while processing the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DissociatePackageCommand extends $Command<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: DissociatePackageCommandInput;
|