@aws-sdk/client-elasticsearch-service 3.295.0 → 3.297.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 (68) hide show
  1. package/dist-types/ElasticsearchService.d.ts +51 -0
  2. package/dist-types/ElasticsearchServiceClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociatePackageCommand.d.ts +16 -0
  6. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePackageCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeletePackageCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribePackagesCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
  30. package/dist-types/commands/DissociatePackageCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +16 -0
  32. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +16 -0
  33. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +16 -0
  34. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +16 -0
  35. package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +16 -0
  37. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +16 -0
  40. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +16 -0
  42. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +16 -0
  44. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +16 -0
  45. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +16 -0
  46. package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
  47. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +16 -0
  48. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdatePackageCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +16 -0
  52. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +16 -0
  53. package/dist-types/models/ElasticsearchServiceServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +280 -0
  55. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +3 -0
  56. package/dist-types/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/DescribePackagesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +3 -0
  61. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +3 -0
  62. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +3 -0
  63. package/dist-types/pagination/Interfaces.d.ts +3 -0
  64. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListElasticsearchVersionsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +3 -0
  68. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DissociatePackageCommand}.
8
10
  */
9
11
  export interface DissociatePackageCommandInput extends DissociatePackageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DissociatePackageCommand}.
13
17
  */
14
18
  export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Dissociates a package from the Amazon ES domain.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DissociatePackageCommandInput - {@link DissociatePackageCommandInput}
34
+ * @returns {@link DissociatePackageCommandOutput}
28
35
  * @see {@link DissociatePackageCommandInput} for command's `input` shape.
29
36
  * @see {@link DissociatePackageCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
52
59
  export declare class DissociatePackageCommand extends $Command<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
53
60
  readonly input: DissociatePackageCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DissociatePackageCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCompatibleElasticsearchVersionsCommand}.
8
10
  */
9
11
  export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompatibleElasticsearchVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCompatibleElasticsearchVersionsCommand}.
13
17
  */
14
18
  export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Returns a list of upgrade compatible Elastisearch versions.
19
24
  * You can optionally pass a
@@ -32,6 +37,8 @@ export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetComp
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param GetCompatibleElasticsearchVersionsCommandInput - {@link GetCompatibleElasticsearchVersionsCommandInput}
41
+ * @returns {@link GetCompatibleElasticsearchVersionsCommandOutput}
35
42
  * @see {@link GetCompatibleElasticsearchVersionsCommandInput} for command's `input` shape.
36
43
  * @see {@link GetCompatibleElasticsearchVersionsCommandOutput} for command's `response` shape.
37
44
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -56,11 +63,20 @@ export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetComp
56
63
  export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
57
64
  readonly input: GetCompatibleElasticsearchVersionsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: GetCompatibleElasticsearchVersionsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPackageVersionHistoryCommand}.
8
10
  */
9
11
  export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionHistoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPackageVersionHistoryCommand}.
13
17
  */
14
18
  export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPackageVersionHistoryCommandInput - {@link GetPackageVersionHistoryCommandInput}
34
+ * @returns {@link GetPackageVersionHistoryCommandOutput}
28
35
  * @see {@link GetPackageVersionHistoryCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPackageVersionHistoryCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
49
56
  export declare class GetPackageVersionHistoryCommand extends $Command<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
50
57
  readonly input: GetPackageVersionHistoryCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetPackageVersionHistoryCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetUpgradeHistoryCommand}.
8
10
  */
9
11
  export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetUpgradeHistoryCommand}.
13
17
  */
14
18
  export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetUpgradeHistoryCommandInput - {@link GetUpgradeHistoryCommandInput}
34
+ * @returns {@link GetUpgradeHistoryCommandOutput}
28
35
  * @see {@link GetUpgradeHistoryCommandInput} for command's `input` shape.
29
36
  * @see {@link GetUpgradeHistoryCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
49
56
  export declare class GetUpgradeHistoryCommand extends $Command<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
50
57
  readonly input: GetUpgradeHistoryCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetUpgradeHistoryCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetUpgradeStatusCommand}.
8
10
  */
9
11
  export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetUpgradeStatusCommand}.
13
17
  */
14
18
  export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetUpgradeStatusCommandInput - {@link GetUpgradeStatusCommandInput}
34
+ * @returns {@link GetUpgradeStatusCommandOutput}
28
35
  * @see {@link GetUpgradeStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link GetUpgradeStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
49
56
  export declare class GetUpgradeStatusCommand extends $Command<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig> {
50
57
  readonly input: GetUpgradeStatusCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetUpgradeStatusCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDomainNamesCommand}.
8
10
  */
9
11
  export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDomainNamesCommand}.
13
17
  */
14
18
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDomainNamesCommandInput - {@link ListDomainNamesCommandInput}
34
+ * @returns {@link ListDomainNamesCommandOutput}
28
35
  * @see {@link ListDomainNamesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
40
47
  export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
41
48
  readonly input: ListDomainNamesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListDomainNamesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDomainsForPackageCommand}.
8
10
  */
9
11
  export interface ListDomainsForPackageCommandInput extends ListDomainsForPackageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDomainsForPackageCommand}.
13
17
  */
14
18
  export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all Amazon ES domains associated with the package.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackag
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDomainsForPackageCommandInput - {@link ListDomainsForPackageCommandInput}
34
+ * @returns {@link ListDomainsForPackageCommandOutput}
28
35
  * @see {@link ListDomainsForPackageCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDomainsForPackageCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackag
49
56
  export declare class ListDomainsForPackageCommand extends $Command<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
50
57
  readonly input: ListDomainsForPackageCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListDomainsForPackageCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListElasticsearchInstanceTypesCommand}.
8
10
  */
9
11
  export interface ListElasticsearchInstanceTypesCommandInput extends ListElasticsearchInstanceTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListElasticsearchInstanceTypesCommand}.
13
17
  */
14
18
  export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListElasticsearchInstanceTypesCommandOutput extends ListElastic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListElasticsearchInstanceTypesCommandInput - {@link ListElasticsearchInstanceTypesCommandInput}
34
+ * @returns {@link ListElasticsearchInstanceTypesCommandOutput}
28
35
  * @see {@link ListElasticsearchInstanceTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListElasticsearchInstanceTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListElasticsearchInstanceTypesCommandOutput extends ListElastic
46
53
  export declare class ListElasticsearchInstanceTypesCommand extends $Command<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
47
54
  readonly input: ListElasticsearchInstanceTypesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListElasticsearchInstanceTypesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListElasticsearchVersionsCommand}.
8
10
  */
9
11
  export interface ListElasticsearchVersionsCommandInput extends ListElasticsearchVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListElasticsearchVersionsCommand}.
13
17
  */
14
18
  export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all supported Elasticsearch versions</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListElasticsearchVersionsCommandInput - {@link ListElasticsearchVersionsCommandInput}
34
+ * @returns {@link ListElasticsearchVersionsCommandOutput}
28
35
  * @see {@link ListElasticsearchVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListElasticsearchVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearc
46
53
  export declare class ListElasticsearchVersionsCommand extends $Command<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
47
54
  readonly input: ListElasticsearchVersionsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListElasticsearchVersionsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPackagesForDomainCommand}.
8
10
  */
9
11
  export interface ListPackagesForDomainCommandInput extends ListPackagesForDomainRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPackagesForDomainCommand}.
13
17
  */
14
18
  export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all packages associated with the Amazon ES domain.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomai
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListPackagesForDomainCommandInput - {@link ListPackagesForDomainCommandInput}
34
+ * @returns {@link ListPackagesForDomainCommandOutput}
28
35
  * @see {@link ListPackagesForDomainCommandInput} for command's `input` shape.
29
36
  * @see {@link ListPackagesForDomainCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomai
49
56
  export declare class ListPackagesForDomainCommand extends $Command<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
50
57
  readonly input: ListPackagesForDomainCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListPackagesForDomainCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsCommand}.
8
10
  */
9
11
  export interface ListTagsCommandInput extends ListTagsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsCommand}.
13
17
  */
14
18
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns all tags for the given Elasticsearch domain.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsCommandInput - {@link ListTagsCommandInput}
34
+ * @returns {@link ListTagsCommandOutput}
28
35
  * @see {@link ListTagsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
46
53
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
47
54
  readonly input: ListTagsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTagsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
5
  import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVpcEndpointAccessCommand}.
8
10
  */
9
11
  export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccessRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVpcEndpointAccessCommand}.
13
17
  */
14
18
  export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAccessResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about each principal that is allowed to access a
18
23
  * given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAcces
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListVpcEndpointAccessCommandInput - {@link ListVpcEndpointAccessCommandInput}
35
+ * @returns {@link ListVpcEndpointAccessCommandOutput}
29
36
  * @see {@link ListVpcEndpointAccessCommandInput} for command's `input` shape.
30
37
  * @see {@link ListVpcEndpointAccessCommandOutput} for command's `response` shape.
31
38
  * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAcces
47
54
  export declare class ListVpcEndpointAccessCommand extends $Command<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
48
55
  readonly input: ListVpcEndpointAccessCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListVpcEndpointAccessCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }