@aws-sdk/client-elasticsearch-service 3.168.0 → 3.170.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 (70) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
  3. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
  4. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
  13. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
  26. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
  51. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  60. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  70. package/package.json +34 -34
@@ -1,114 +1,376 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput } from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
10
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
- import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "./commands/AssociatePackageCommand";
12
- import { CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput } from "./commands/CancelElasticsearchServiceSoftwareUpdateCommand";
13
- import { CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput } from "./commands/CreateElasticsearchDomainCommand";
14
- import { CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput } from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
15
- import { CreatePackageCommandInput, CreatePackageCommandOutput } from "./commands/CreatePackageCommand";
16
- import { DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput } from "./commands/DeleteElasticsearchDomainCommand";
17
- import { DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput } from "./commands/DeleteElasticsearchServiceRoleCommand";
18
- import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput } from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
19
- import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
20
- import { DeletePackageCommandInput, DeletePackageCommandOutput } from "./commands/DeletePackageCommand";
21
- import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "./commands/DescribeDomainAutoTunesCommand";
22
- import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "./commands/DescribeDomainChangeProgressCommand";
23
- import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "./commands/DescribeElasticsearchDomainCommand";
24
- import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "./commands/DescribeElasticsearchDomainConfigCommand";
25
- import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "./commands/DescribeElasticsearchDomainsCommand";
26
- import { DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput } from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
27
- import { DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput } from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
28
- import { DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput } from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
29
- import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "./commands/DescribePackagesCommand";
30
- import { DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput } from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
31
- import { DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput } from "./commands/DescribeReservedElasticsearchInstancesCommand";
32
- import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "./commands/DissociatePackageCommand";
33
- import { GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput } from "./commands/GetCompatibleElasticsearchVersionsCommand";
34
- import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "./commands/GetPackageVersionHistoryCommand";
35
- import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "./commands/GetUpgradeHistoryCommand";
36
- import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "./commands/GetUpgradeStatusCommand";
37
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
38
- import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "./commands/ListDomainsForPackageCommand";
39
- import { ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput } from "./commands/ListElasticsearchInstanceTypesCommand";
40
- import { ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput } from "./commands/ListElasticsearchVersionsCommand";
41
- import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "./commands/ListPackagesForDomainCommand";
42
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
43
- import { PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput } from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
44
- import { RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput } from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
45
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
46
- import { StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput } from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
47
- import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput } from "./commands/UpdateElasticsearchDomainConfigCommand";
48
- import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "./commands/UpdatePackageCommand";
49
- import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "./commands/UpgradeElasticsearchDomainCommand";
50
- export declare type ServiceInputTypes = AcceptInboundCrossClusterSearchConnectionCommandInput | AddTagsCommandInput | AssociatePackageCommandInput | CancelElasticsearchServiceSoftwareUpdateCommandInput | CreateElasticsearchDomainCommandInput | CreateOutboundCrossClusterSearchConnectionCommandInput | CreatePackageCommandInput | DeleteElasticsearchDomainCommandInput | DeleteElasticsearchServiceRoleCommandInput | DeleteInboundCrossClusterSearchConnectionCommandInput | DeleteOutboundCrossClusterSearchConnectionCommandInput | DeletePackageCommandInput | DescribeDomainAutoTunesCommandInput | DescribeDomainChangeProgressCommandInput | DescribeElasticsearchDomainCommandInput | DescribeElasticsearchDomainConfigCommandInput | DescribeElasticsearchDomainsCommandInput | DescribeElasticsearchInstanceTypeLimitsCommandInput | DescribeInboundCrossClusterSearchConnectionsCommandInput | DescribeOutboundCrossClusterSearchConnectionsCommandInput | DescribePackagesCommandInput | DescribeReservedElasticsearchInstanceOfferingsCommandInput | DescribeReservedElasticsearchInstancesCommandInput | DissociatePackageCommandInput | GetCompatibleElasticsearchVersionsCommandInput | GetPackageVersionHistoryCommandInput | GetUpgradeHistoryCommandInput | GetUpgradeStatusCommandInput | ListDomainNamesCommandInput | ListDomainsForPackageCommandInput | ListElasticsearchInstanceTypesCommandInput | ListElasticsearchVersionsCommandInput | ListPackagesForDomainCommandInput | ListTagsCommandInput | PurchaseReservedElasticsearchInstanceOfferingCommandInput | RejectInboundCrossClusterSearchConnectionCommandInput | RemoveTagsCommandInput | StartElasticsearchServiceSoftwareUpdateCommandInput | UpdateElasticsearchDomainConfigCommandInput | UpdatePackageCommandInput | UpgradeElasticsearchDomainCommandInput;
51
- export declare type ServiceOutputTypes = AcceptInboundCrossClusterSearchConnectionCommandOutput | AddTagsCommandOutput | AssociatePackageCommandOutput | CancelElasticsearchServiceSoftwareUpdateCommandOutput | CreateElasticsearchDomainCommandOutput | CreateOutboundCrossClusterSearchConnectionCommandOutput | CreatePackageCommandOutput | DeleteElasticsearchDomainCommandOutput | DeleteElasticsearchServiceRoleCommandOutput | DeleteInboundCrossClusterSearchConnectionCommandOutput | DeleteOutboundCrossClusterSearchConnectionCommandOutput | DeletePackageCommandOutput | DescribeDomainAutoTunesCommandOutput | DescribeDomainChangeProgressCommandOutput | DescribeElasticsearchDomainCommandOutput | DescribeElasticsearchDomainConfigCommandOutput | DescribeElasticsearchDomainsCommandOutput | DescribeElasticsearchInstanceTypeLimitsCommandOutput | DescribeInboundCrossClusterSearchConnectionsCommandOutput | DescribeOutboundCrossClusterSearchConnectionsCommandOutput | DescribePackagesCommandOutput | DescribeReservedElasticsearchInstanceOfferingsCommandOutput | DescribeReservedElasticsearchInstancesCommandOutput | DissociatePackageCommandOutput | GetCompatibleElasticsearchVersionsCommandOutput | GetPackageVersionHistoryCommandOutput | GetUpgradeHistoryCommandOutput | GetUpgradeStatusCommandOutput | ListDomainNamesCommandOutput | ListDomainsForPackageCommandOutput | ListElasticsearchInstanceTypesCommandOutput | ListElasticsearchVersionsCommandOutput | ListPackagesForDomainCommandOutput | ListTagsCommandOutput | PurchaseReservedElasticsearchInstanceOfferingCommandOutput | RejectInboundCrossClusterSearchConnectionCommandOutput | RemoveTagsCommandOutput | StartElasticsearchServiceSoftwareUpdateCommandOutput | UpdateElasticsearchDomainConfigCommandOutput | UpdatePackageCommandOutput | UpgradeElasticsearchDomainCommandOutput;
52
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
53
-
54
- requestHandler?: __HttpHandler;
55
-
56
- sha256?: __HashConstructor;
57
-
58
- urlParser?: __UrlParser;
59
-
60
- bodyLengthChecker?: __BodyLengthCalculator;
61
-
62
- streamCollector?: __StreamCollector;
63
-
64
- base64Decoder?: __Decoder;
65
-
66
- base64Encoder?: __Encoder;
67
-
68
- utf8Decoder?: __Decoder;
69
-
70
- utf8Encoder?: __Encoder;
71
-
72
- runtime?: string;
73
-
74
- disableHostPrefix?: boolean;
75
-
76
- maxAttempts?: number | __Provider<number>;
77
-
78
- retryMode?: string | __Provider<string>;
79
-
80
- logger?: __Logger;
81
-
82
- useDualstackEndpoint?: boolean | __Provider<boolean>;
83
-
84
- useFipsEndpoint?: boolean | __Provider<boolean>;
85
-
86
- serviceId?: string;
87
-
88
- region?: string | __Provider<string>;
89
-
90
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
91
-
92
- regionInfoProvider?: RegionInfoProvider;
93
-
94
- defaultUserAgentProvider?: Provider<__UserAgent>;
95
-
96
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
97
- }
98
- declare type ElasticsearchServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
99
-
100
- export interface ElasticsearchServiceClientConfig extends ElasticsearchServiceClientConfigType {
101
- }
102
- declare type ElasticsearchServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
103
-
104
- export interface ElasticsearchServiceClientResolvedConfig extends ElasticsearchServiceClientResolvedConfigType {
105
- }
106
-
107
- export declare class ElasticsearchServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticsearchServiceClientResolvedConfig> {
108
-
109
- readonly config: ElasticsearchServiceClientResolvedConfig;
110
- constructor(configuration: ElasticsearchServiceClientConfig);
111
-
112
- destroy(): void;
113
- }
114
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptInboundCrossClusterSearchConnectionCommandInput,
47
+ AcceptInboundCrossClusterSearchConnectionCommandOutput,
48
+ } from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
49
+ import {
50
+ AddTagsCommandInput,
51
+ AddTagsCommandOutput,
52
+ } from "./commands/AddTagsCommand";
53
+ import {
54
+ AssociatePackageCommandInput,
55
+ AssociatePackageCommandOutput,
56
+ } from "./commands/AssociatePackageCommand";
57
+ import {
58
+ CancelElasticsearchServiceSoftwareUpdateCommandInput,
59
+ CancelElasticsearchServiceSoftwareUpdateCommandOutput,
60
+ } from "./commands/CancelElasticsearchServiceSoftwareUpdateCommand";
61
+ import {
62
+ CreateElasticsearchDomainCommandInput,
63
+ CreateElasticsearchDomainCommandOutput,
64
+ } from "./commands/CreateElasticsearchDomainCommand";
65
+ import {
66
+ CreateOutboundCrossClusterSearchConnectionCommandInput,
67
+ CreateOutboundCrossClusterSearchConnectionCommandOutput,
68
+ } from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
69
+ import {
70
+ CreatePackageCommandInput,
71
+ CreatePackageCommandOutput,
72
+ } from "./commands/CreatePackageCommand";
73
+ import {
74
+ DeleteElasticsearchDomainCommandInput,
75
+ DeleteElasticsearchDomainCommandOutput,
76
+ } from "./commands/DeleteElasticsearchDomainCommand";
77
+ import {
78
+ DeleteElasticsearchServiceRoleCommandInput,
79
+ DeleteElasticsearchServiceRoleCommandOutput,
80
+ } from "./commands/DeleteElasticsearchServiceRoleCommand";
81
+ import {
82
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
83
+ DeleteInboundCrossClusterSearchConnectionCommandOutput,
84
+ } from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
85
+ import {
86
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
87
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput,
88
+ } from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
89
+ import {
90
+ DeletePackageCommandInput,
91
+ DeletePackageCommandOutput,
92
+ } from "./commands/DeletePackageCommand";
93
+ import {
94
+ DescribeDomainAutoTunesCommandInput,
95
+ DescribeDomainAutoTunesCommandOutput,
96
+ } from "./commands/DescribeDomainAutoTunesCommand";
97
+ import {
98
+ DescribeDomainChangeProgressCommandInput,
99
+ DescribeDomainChangeProgressCommandOutput,
100
+ } from "./commands/DescribeDomainChangeProgressCommand";
101
+ import {
102
+ DescribeElasticsearchDomainCommandInput,
103
+ DescribeElasticsearchDomainCommandOutput,
104
+ } from "./commands/DescribeElasticsearchDomainCommand";
105
+ import {
106
+ DescribeElasticsearchDomainConfigCommandInput,
107
+ DescribeElasticsearchDomainConfigCommandOutput,
108
+ } from "./commands/DescribeElasticsearchDomainConfigCommand";
109
+ import {
110
+ DescribeElasticsearchDomainsCommandInput,
111
+ DescribeElasticsearchDomainsCommandOutput,
112
+ } from "./commands/DescribeElasticsearchDomainsCommand";
113
+ import {
114
+ DescribeElasticsearchInstanceTypeLimitsCommandInput,
115
+ DescribeElasticsearchInstanceTypeLimitsCommandOutput,
116
+ } from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
117
+ import {
118
+ DescribeInboundCrossClusterSearchConnectionsCommandInput,
119
+ DescribeInboundCrossClusterSearchConnectionsCommandOutput,
120
+ } from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
121
+ import {
122
+ DescribeOutboundCrossClusterSearchConnectionsCommandInput,
123
+ DescribeOutboundCrossClusterSearchConnectionsCommandOutput,
124
+ } from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
125
+ import {
126
+ DescribePackagesCommandInput,
127
+ DescribePackagesCommandOutput,
128
+ } from "./commands/DescribePackagesCommand";
129
+ import {
130
+ DescribeReservedElasticsearchInstanceOfferingsCommandInput,
131
+ DescribeReservedElasticsearchInstanceOfferingsCommandOutput,
132
+ } from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
133
+ import {
134
+ DescribeReservedElasticsearchInstancesCommandInput,
135
+ DescribeReservedElasticsearchInstancesCommandOutput,
136
+ } from "./commands/DescribeReservedElasticsearchInstancesCommand";
137
+ import {
138
+ DissociatePackageCommandInput,
139
+ DissociatePackageCommandOutput,
140
+ } from "./commands/DissociatePackageCommand";
141
+ import {
142
+ GetCompatibleElasticsearchVersionsCommandInput,
143
+ GetCompatibleElasticsearchVersionsCommandOutput,
144
+ } from "./commands/GetCompatibleElasticsearchVersionsCommand";
145
+ import {
146
+ GetPackageVersionHistoryCommandInput,
147
+ GetPackageVersionHistoryCommandOutput,
148
+ } from "./commands/GetPackageVersionHistoryCommand";
149
+ import {
150
+ GetUpgradeHistoryCommandInput,
151
+ GetUpgradeHistoryCommandOutput,
152
+ } from "./commands/GetUpgradeHistoryCommand";
153
+ import {
154
+ GetUpgradeStatusCommandInput,
155
+ GetUpgradeStatusCommandOutput,
156
+ } from "./commands/GetUpgradeStatusCommand";
157
+ import {
158
+ ListDomainNamesCommandInput,
159
+ ListDomainNamesCommandOutput,
160
+ } from "./commands/ListDomainNamesCommand";
161
+ import {
162
+ ListDomainsForPackageCommandInput,
163
+ ListDomainsForPackageCommandOutput,
164
+ } from "./commands/ListDomainsForPackageCommand";
165
+ import {
166
+ ListElasticsearchInstanceTypesCommandInput,
167
+ ListElasticsearchInstanceTypesCommandOutput,
168
+ } from "./commands/ListElasticsearchInstanceTypesCommand";
169
+ import {
170
+ ListElasticsearchVersionsCommandInput,
171
+ ListElasticsearchVersionsCommandOutput,
172
+ } from "./commands/ListElasticsearchVersionsCommand";
173
+ import {
174
+ ListPackagesForDomainCommandInput,
175
+ ListPackagesForDomainCommandOutput,
176
+ } from "./commands/ListPackagesForDomainCommand";
177
+ import {
178
+ ListTagsCommandInput,
179
+ ListTagsCommandOutput,
180
+ } from "./commands/ListTagsCommand";
181
+ import {
182
+ PurchaseReservedElasticsearchInstanceOfferingCommandInput,
183
+ PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
184
+ } from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
185
+ import {
186
+ RejectInboundCrossClusterSearchConnectionCommandInput,
187
+ RejectInboundCrossClusterSearchConnectionCommandOutput,
188
+ } from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
189
+ import {
190
+ RemoveTagsCommandInput,
191
+ RemoveTagsCommandOutput,
192
+ } from "./commands/RemoveTagsCommand";
193
+ import {
194
+ StartElasticsearchServiceSoftwareUpdateCommandInput,
195
+ StartElasticsearchServiceSoftwareUpdateCommandOutput,
196
+ } from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
197
+ import {
198
+ UpdateElasticsearchDomainConfigCommandInput,
199
+ UpdateElasticsearchDomainConfigCommandOutput,
200
+ } from "./commands/UpdateElasticsearchDomainConfigCommand";
201
+ import {
202
+ UpdatePackageCommandInput,
203
+ UpdatePackageCommandOutput,
204
+ } from "./commands/UpdatePackageCommand";
205
+ import {
206
+ UpgradeElasticsearchDomainCommandInput,
207
+ UpgradeElasticsearchDomainCommandOutput,
208
+ } from "./commands/UpgradeElasticsearchDomainCommand";
209
+ export declare type ServiceInputTypes =
210
+ | AcceptInboundCrossClusterSearchConnectionCommandInput
211
+ | AddTagsCommandInput
212
+ | AssociatePackageCommandInput
213
+ | CancelElasticsearchServiceSoftwareUpdateCommandInput
214
+ | CreateElasticsearchDomainCommandInput
215
+ | CreateOutboundCrossClusterSearchConnectionCommandInput
216
+ | CreatePackageCommandInput
217
+ | DeleteElasticsearchDomainCommandInput
218
+ | DeleteElasticsearchServiceRoleCommandInput
219
+ | DeleteInboundCrossClusterSearchConnectionCommandInput
220
+ | DeleteOutboundCrossClusterSearchConnectionCommandInput
221
+ | DeletePackageCommandInput
222
+ | DescribeDomainAutoTunesCommandInput
223
+ | DescribeDomainChangeProgressCommandInput
224
+ | DescribeElasticsearchDomainCommandInput
225
+ | DescribeElasticsearchDomainConfigCommandInput
226
+ | DescribeElasticsearchDomainsCommandInput
227
+ | DescribeElasticsearchInstanceTypeLimitsCommandInput
228
+ | DescribeInboundCrossClusterSearchConnectionsCommandInput
229
+ | DescribeOutboundCrossClusterSearchConnectionsCommandInput
230
+ | DescribePackagesCommandInput
231
+ | DescribeReservedElasticsearchInstanceOfferingsCommandInput
232
+ | DescribeReservedElasticsearchInstancesCommandInput
233
+ | DissociatePackageCommandInput
234
+ | GetCompatibleElasticsearchVersionsCommandInput
235
+ | GetPackageVersionHistoryCommandInput
236
+ | GetUpgradeHistoryCommandInput
237
+ | GetUpgradeStatusCommandInput
238
+ | ListDomainNamesCommandInput
239
+ | ListDomainsForPackageCommandInput
240
+ | ListElasticsearchInstanceTypesCommandInput
241
+ | ListElasticsearchVersionsCommandInput
242
+ | ListPackagesForDomainCommandInput
243
+ | ListTagsCommandInput
244
+ | PurchaseReservedElasticsearchInstanceOfferingCommandInput
245
+ | RejectInboundCrossClusterSearchConnectionCommandInput
246
+ | RemoveTagsCommandInput
247
+ | StartElasticsearchServiceSoftwareUpdateCommandInput
248
+ | UpdateElasticsearchDomainConfigCommandInput
249
+ | UpdatePackageCommandInput
250
+ | UpgradeElasticsearchDomainCommandInput;
251
+ export declare type ServiceOutputTypes =
252
+ | AcceptInboundCrossClusterSearchConnectionCommandOutput
253
+ | AddTagsCommandOutput
254
+ | AssociatePackageCommandOutput
255
+ | CancelElasticsearchServiceSoftwareUpdateCommandOutput
256
+ | CreateElasticsearchDomainCommandOutput
257
+ | CreateOutboundCrossClusterSearchConnectionCommandOutput
258
+ | CreatePackageCommandOutput
259
+ | DeleteElasticsearchDomainCommandOutput
260
+ | DeleteElasticsearchServiceRoleCommandOutput
261
+ | DeleteInboundCrossClusterSearchConnectionCommandOutput
262
+ | DeleteOutboundCrossClusterSearchConnectionCommandOutput
263
+ | DeletePackageCommandOutput
264
+ | DescribeDomainAutoTunesCommandOutput
265
+ | DescribeDomainChangeProgressCommandOutput
266
+ | DescribeElasticsearchDomainCommandOutput
267
+ | DescribeElasticsearchDomainConfigCommandOutput
268
+ | DescribeElasticsearchDomainsCommandOutput
269
+ | DescribeElasticsearchInstanceTypeLimitsCommandOutput
270
+ | DescribeInboundCrossClusterSearchConnectionsCommandOutput
271
+ | DescribeOutboundCrossClusterSearchConnectionsCommandOutput
272
+ | DescribePackagesCommandOutput
273
+ | DescribeReservedElasticsearchInstanceOfferingsCommandOutput
274
+ | DescribeReservedElasticsearchInstancesCommandOutput
275
+ | DissociatePackageCommandOutput
276
+ | GetCompatibleElasticsearchVersionsCommandOutput
277
+ | GetPackageVersionHistoryCommandOutput
278
+ | GetUpgradeHistoryCommandOutput
279
+ | GetUpgradeStatusCommandOutput
280
+ | ListDomainNamesCommandOutput
281
+ | ListDomainsForPackageCommandOutput
282
+ | ListElasticsearchInstanceTypesCommandOutput
283
+ | ListElasticsearchVersionsCommandOutput
284
+ | ListPackagesForDomainCommandOutput
285
+ | ListTagsCommandOutput
286
+ | PurchaseReservedElasticsearchInstanceOfferingCommandOutput
287
+ | RejectInboundCrossClusterSearchConnectionCommandOutput
288
+ | RemoveTagsCommandOutput
289
+ | StartElasticsearchServiceSoftwareUpdateCommandOutput
290
+ | UpdateElasticsearchDomainConfigCommandOutput
291
+ | UpdatePackageCommandOutput
292
+ | UpgradeElasticsearchDomainCommandOutput;
293
+ export interface ClientDefaults
294
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
295
+ requestHandler?: __HttpHandler;
296
+
297
+ sha256?: __HashConstructor;
298
+
299
+ urlParser?: __UrlParser;
300
+
301
+ bodyLengthChecker?: __BodyLengthCalculator;
302
+
303
+ streamCollector?: __StreamCollector;
304
+
305
+ base64Decoder?: __Decoder;
306
+
307
+ base64Encoder?: __Encoder;
308
+
309
+ utf8Decoder?: __Decoder;
310
+
311
+ utf8Encoder?: __Encoder;
312
+
313
+ runtime?: string;
314
+
315
+ disableHostPrefix?: boolean;
316
+
317
+ maxAttempts?: number | __Provider<number>;
318
+
319
+ retryMode?: string | __Provider<string>;
320
+
321
+ logger?: __Logger;
322
+
323
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
324
+
325
+ useFipsEndpoint?: boolean | __Provider<boolean>;
326
+
327
+ serviceId?: string;
328
+
329
+ region?: string | __Provider<string>;
330
+
331
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
+
333
+ regionInfoProvider?: RegionInfoProvider;
334
+
335
+ defaultUserAgentProvider?: Provider<__UserAgent>;
336
+
337
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
338
+ }
339
+ declare type ElasticsearchServiceClientConfigType = Partial<
340
+ __SmithyConfiguration<__HttpHandlerOptions>
341
+ > &
342
+ ClientDefaults &
343
+ RegionInputConfig &
344
+ EndpointsInputConfig &
345
+ RetryInputConfig &
346
+ HostHeaderInputConfig &
347
+ AwsAuthInputConfig &
348
+ UserAgentInputConfig;
349
+
350
+ export interface ElasticsearchServiceClientConfig
351
+ extends ElasticsearchServiceClientConfigType {}
352
+ declare type ElasticsearchServiceClientResolvedConfigType =
353
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
354
+ Required<ClientDefaults> &
355
+ RegionResolvedConfig &
356
+ EndpointsResolvedConfig &
357
+ RetryResolvedConfig &
358
+ HostHeaderResolvedConfig &
359
+ AwsAuthResolvedConfig &
360
+ UserAgentResolvedConfig;
361
+
362
+ export interface ElasticsearchServiceClientResolvedConfig
363
+ extends ElasticsearchServiceClientResolvedConfigType {}
364
+
365
+ export declare class ElasticsearchServiceClient extends __Client<
366
+ __HttpHandlerOptions,
367
+ ServiceInputTypes,
368
+ ServiceOutputTypes,
369
+ ElasticsearchServiceClientResolvedConfig
370
+ > {
371
+ readonly config: ElasticsearchServiceClientResolvedConfig;
372
+ constructor(configuration: ElasticsearchServiceClientConfig);
373
+
374
+ destroy(): void;
375
+ }
376
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { AcceptInboundCrossClusterSearchConnectionRequest, AcceptInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
- export interface AcceptInboundCrossClusterSearchConnectionCommandInput extends AcceptInboundCrossClusterSearchConnectionRequest {
6
- }
7
- export interface AcceptInboundCrossClusterSearchConnectionCommandOutput extends AcceptInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $Command<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput;
12
- constructor(input: AcceptInboundCrossClusterSearchConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticsearchServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticsearchServiceClient";
13
+ import {
14
+ AcceptInboundCrossClusterSearchConnectionRequest,
15
+ AcceptInboundCrossClusterSearchConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface AcceptInboundCrossClusterSearchConnectionCommandInput
18
+ extends AcceptInboundCrossClusterSearchConnectionRequest {}
19
+ export interface AcceptInboundCrossClusterSearchConnectionCommandOutput
20
+ extends AcceptInboundCrossClusterSearchConnectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AcceptInboundCrossClusterSearchConnectionCommand extends $Command<
24
+ AcceptInboundCrossClusterSearchConnectionCommandInput,
25
+ AcceptInboundCrossClusterSearchConnectionCommandOutput,
26
+ ElasticsearchServiceClientResolvedConfig
27
+ > {
28
+ readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput;
29
+ constructor(input: AcceptInboundCrossClusterSearchConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticsearchServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AcceptInboundCrossClusterSearchConnectionCommandInput,
37
+ AcceptInboundCrossClusterSearchConnectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
- import { AddTagsRequest } from "../models/models_0";
5
- export interface AddTagsCommandInput extends AddTagsRequest {
6
- }
7
- export interface AddTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
11
- readonly input: AddTagsCommandInput;
12
- constructor(input: AddTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticsearchServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticsearchServiceClient";
13
+ import { AddTagsRequest } from "../models/models_0";
14
+ export interface AddTagsCommandInput extends AddTagsRequest {}
15
+ export interface AddTagsCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class AddTagsCommand extends $Command<
18
+ AddTagsCommandInput,
19
+ AddTagsCommandOutput,
20
+ ElasticsearchServiceClientResolvedConfig
21
+ > {
22
+ readonly input: AddTagsCommandInput;
23
+ constructor(input: AddTagsCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticsearchServiceClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }