@aws-sdk/client-elasticsearch-service 3.288.0 → 3.290.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.
Files changed (51) hide show
  1. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +10 -0
  2. package/dist-types/commands/AddTagsCommand.d.ts +13 -0
  3. package/dist-types/commands/AssociatePackageCommand.d.ts +19 -0
  4. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +19 -0
  5. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +13 -0
  6. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +22 -0
  7. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +13 -0
  8. package/dist-types/commands/CreatePackageCommand.d.ts +22 -0
  9. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +19 -0
  10. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +13 -0
  11. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +10 -0
  12. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +7 -0
  13. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +7 -0
  14. package/dist-types/commands/DeletePackageCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +13 -0
  16. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +13 -0
  17. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +13 -0
  18. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +13 -0
  19. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +13 -0
  20. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +10 -0
  21. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +19 -0
  22. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +7 -0
  23. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribePackagesCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +13 -0
  26. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +13 -0
  27. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +13 -0
  28. package/dist-types/commands/DissociatePackageCommand.d.ts +19 -0
  29. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +16 -0
  30. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +16 -0
  31. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +16 -0
  32. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +16 -0
  33. package/dist-types/commands/ListDomainNamesCommand.d.ts +7 -0
  34. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +16 -0
  35. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +13 -0
  36. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +16 -0
  38. package/dist-types/commands/ListTagsCommand.d.ts +13 -0
  39. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +13 -0
  40. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +10 -0
  41. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +13 -0
  42. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +19 -0
  43. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +7 -0
  44. package/dist-types/commands/RemoveTagsCommand.d.ts +10 -0
  45. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +16 -0
  46. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +13 -0
  47. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +19 -0
  48. package/dist-types/commands/UpdatePackageCommand.d.ts +19 -0
  49. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +19 -0
  50. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +19 -0
  51. package/package.json +29 -29
@@ -36,6 +36,22 @@ export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetComp
36
36
  * @see {@link GetCompatibleElasticsearchVersionsCommandOutput} 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 DisabledOperationException} (client fault)
43
+ * <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
44
+ *
45
+ * @throws {@link InternalException} (server fault)
46
+ * <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>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>An exception for accessing or deleting a resource that does not exist. 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
+ *
39
55
  */
40
56
  export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
41
57
  readonly input: GetCompatibleElasticsearchVersionsCommandInput;
@@ -29,6 +29,22 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
29
29
  * @see {@link GetPackageVersionHistoryCommandOutput} 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 GetPackageVersionHistoryCommand extends $Command<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
50
  readonly input: GetPackageVersionHistoryCommandInput;
@@ -29,6 +29,22 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
29
29
  * @see {@link GetUpgradeHistoryCommandOutput} 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
+ * @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 GetUpgradeHistoryCommand extends $Command<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
50
  readonly input: GetUpgradeHistoryCommandInput;
@@ -29,6 +29,22 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
29
29
  * @see {@link GetUpgradeStatusCommandOutput} 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
+ * @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 GetUpgradeStatusCommand extends $Command<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
50
  readonly input: GetUpgradeStatusCommandInput;
@@ -29,6 +29,13 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
29
29
  * @see {@link ListDomainNamesCommandOutput} 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 ValidationException} (client fault)
36
+ * <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
41
  readonly input: ListDomainNamesCommandInput;
@@ -29,6 +29,22 @@ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackag
29
29
  * @see {@link ListDomainsForPackageCommandOutput} 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 ListDomainsForPackageCommand extends $Command<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
50
  readonly input: ListDomainsForPackageCommandInput;
@@ -29,6 +29,19 @@ export interface ListElasticsearchInstanceTypesCommandOutput extends ListElastic
29
29
  * @see {@link ListElasticsearchInstanceTypesCommandOutput} 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 ListElasticsearchInstanceTypesCommand extends $Command<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
47
  readonly input: ListElasticsearchInstanceTypesCommandInput;
@@ -29,6 +29,19 @@ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearc
29
29
  * @see {@link ListElasticsearchVersionsCommandOutput} 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 ListElasticsearchVersionsCommand extends $Command<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
47
  readonly input: ListElasticsearchVersionsCommandInput;
@@ -29,6 +29,22 @@ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomai
29
29
  * @see {@link ListPackagesForDomainCommandOutput} 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 ListPackagesForDomainCommand extends $Command<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
50
  readonly input: ListPackagesForDomainCommandInput;
@@ -29,6 +29,19 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
29
29
  * @see {@link ListTagsCommandOutput} 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 ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
47
  readonly input: ListTagsCommandInput;
@@ -30,6 +30,19 @@ export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAcces
30
30
  * @see {@link ListVpcEndpointAccessCommandOutput} 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 ResourceNotFoundException} (client fault)
43
+ * <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListVpcEndpointAccessCommand extends $Command<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
35
48
  readonly input: ListVpcEndpointAccessCommandInput;
@@ -29,6 +29,16 @@ export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse,
29
29
  * @see {@link ListVpcEndpointsCommandOutput} 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
+ *
32
42
  */
33
43
  export declare class ListVpcEndpointsCommand extends $Command<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
44
  readonly input: ListVpcEndpointsCommandInput;
@@ -29,6 +29,19 @@ export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpoints
29
29
  * @see {@link ListVpcEndpointsForDomainCommandOutput} 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 ListVpcEndpointsForDomainCommand extends $Command<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
47
  readonly input: ListVpcEndpointsForDomainCommandInput;
@@ -29,6 +29,25 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput exte
29
29
  * @see {@link PurchaseReservedElasticsearchInstanceOfferingCommandOutput} 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
+ * @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 PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
53
  readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
@@ -29,6 +29,13 @@ export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends
29
29
  * @see {@link RejectInboundCrossClusterSearchConnectionCommandOutput} 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 RejectInboundCrossClusterSearchConnectionCommand extends $Command<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
41
  readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
@@ -29,6 +29,16 @@ export interface RemoveTagsCommandOutput extends __MetadataBearer {
29
29
  * @see {@link RemoveTagsCommandOutput} 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 RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
44
  readonly input: RemoveTagsCommandInput;
@@ -30,6 +30,22 @@ export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointA
30
30
  * @see {@link RevokeVpcEndpointAccessCommandOutput} 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 ResourceNotFoundException} (client fault)
43
+ * <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class RevokeVpcEndpointAccessCommand extends $Command<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
35
51
  readonly input: RevokeVpcEndpointAccessCommandInput;
@@ -29,6 +29,19 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends St
29
29
  * @see {@link StartElasticsearchServiceSoftwareUpdateCommandOutput} 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 StartElasticsearchServiceSoftwareUpdateCommand extends $Command<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
47
  readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElas
29
29
  * @see {@link UpdateElasticsearchDomainConfigCommandOutput} 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 InvalidTypeException} (client fault)
39
+ * <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>
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 UpdateElasticsearchDomainConfigCommand extends $Command<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
53
  readonly input: UpdateElasticsearchDomainConfigCommandInput;
@@ -29,6 +29,25 @@ export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __Met
29
29
  * @see {@link UpdatePackageCommandOutput} 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 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 UpdatePackageCommand extends $Command<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
53
  readonly input: UpdatePackageCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointRespons
29
29
  * @see {@link UpdateVpcEndpointCommandOutput} 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 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 UpdateVpcEndpointCommand extends $Command<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
53
  readonly input: UpdateVpcEndpointCommandInput;
@@ -29,6 +29,25 @@ export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElastics
29
29
  * @see {@link UpgradeElasticsearchDomainCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
42
+ * <p>An exception for creating a resource that already exists. Gives http status code of 400.</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 UpgradeElasticsearchDomainCommand extends $Command<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
53
  readonly input: UpgradeElasticsearchDomainCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elasticsearch-service",
3
3
  "description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },