@aws-sdk/client-elasticsearch-service 3.37.0 → 3.41.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/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +43 -0
  3. package/dist-cjs/endpoints.js +155 -9
  4. package/dist-cjs/index.js +4 -55
  5. package/dist-cjs/pagination/index.js +16 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +40 -0
  9. package/dist-es/endpoints.js +155 -9
  10. package/dist-es/index.js +4 -55
  11. package/dist-es/pagination/index.js +13 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/ElasticsearchServiceClient.d.ts +8 -0
  15. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +1 -1
  16. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  17. package/dist-types/commands/AssociatePackageCommand.d.ts +1 -1
  18. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreatePackageCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeletePackageCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribePackagesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +1 -1
  37. package/dist-types/commands/DissociatePackageCommand.d.ts +1 -1
  38. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +1 -1
  40. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +1 -1
  41. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +1 -1
  42. package/dist-types/commands/ListDomainNamesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +1 -1
  44. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +1 -1
  47. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  48. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +1 -1
  49. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +1 -1
  50. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
  51. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
  54. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +40 -0
  56. package/dist-types/index.d.ts +4 -55
  57. package/dist-types/pagination/index.d.ts +13 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  59. package/dist-types/runtimeConfig.d.ts +2 -0
  60. package/dist-types/runtimeConfig.native.d.ts +2 -0
  61. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +4 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +40 -0
  63. package/dist-types/ts3.4/index.d.ts +4 -55
  64. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  68. package/package.json +26 -26
@@ -0,0 +1,40 @@
1
+ export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./AssociatePackageCommand";
4
+ export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
5
+ export * from "./CreateElasticsearchDomainCommand";
6
+ export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
7
+ export * from "./CreatePackageCommand";
8
+ export * from "./DeleteElasticsearchDomainCommand";
9
+ export * from "./DeleteElasticsearchServiceRoleCommand";
10
+ export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
11
+ export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
12
+ export * from "./DeletePackageCommand";
13
+ export * from "./DescribeDomainAutoTunesCommand";
14
+ export * from "./DescribeElasticsearchDomainCommand";
15
+ export * from "./DescribeElasticsearchDomainConfigCommand";
16
+ export * from "./DescribeElasticsearchDomainsCommand";
17
+ export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
18
+ export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
19
+ export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
20
+ export * from "./DescribePackagesCommand";
21
+ export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
22
+ export * from "./DescribeReservedElasticsearchInstancesCommand";
23
+ export * from "./DissociatePackageCommand";
24
+ export * from "./GetCompatibleElasticsearchVersionsCommand";
25
+ export * from "./GetPackageVersionHistoryCommand";
26
+ export * from "./GetUpgradeHistoryCommand";
27
+ export * from "./GetUpgradeStatusCommand";
28
+ export * from "./ListDomainNamesCommand";
29
+ export * from "./ListDomainsForPackageCommand";
30
+ export * from "./ListElasticsearchInstanceTypesCommand";
31
+ export * from "./ListElasticsearchVersionsCommand";
32
+ export * from "./ListPackagesForDomainCommand";
33
+ export * from "./ListTagsCommand";
34
+ export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
35
+ export * from "./RejectInboundCrossClusterSearchConnectionCommand";
36
+ export * from "./RemoveTagsCommand";
37
+ export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
38
+ export * from "./UpdateElasticsearchDomainConfigCommand";
39
+ export * from "./UpdatePackageCommand";
40
+ export * from "./UpgradeElasticsearchDomainCommand";
@@ -1,56 +1,5 @@
1
- export * from "./ElasticsearchServiceClient";
2
1
  export * from "./ElasticsearchService";
3
- export * from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/AssociatePackageCommand";
6
- export * from "./commands/CancelElasticsearchServiceSoftwareUpdateCommand";
7
- export * from "./commands/CreateElasticsearchDomainCommand";
8
- export * from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
9
- export * from "./commands/CreatePackageCommand";
10
- export * from "./commands/DeleteElasticsearchDomainCommand";
11
- export * from "./commands/DeleteElasticsearchServiceRoleCommand";
12
- export * from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
13
- export * from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
14
- export * from "./commands/DeletePackageCommand";
15
- export * from "./commands/DescribeDomainAutoTunesCommand";
16
- export * from "./pagination/DescribeDomainAutoTunesPaginator";
17
- export * from "./commands/DescribeElasticsearchDomainCommand";
18
- export * from "./commands/DescribeElasticsearchDomainConfigCommand";
19
- export * from "./commands/DescribeElasticsearchDomainsCommand";
20
- export * from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
21
- export * from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
22
- export * from "./pagination/DescribeInboundCrossClusterSearchConnectionsPaginator";
23
- export * from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
24
- export * from "./pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator";
25
- export * from "./commands/DescribePackagesCommand";
26
- export * from "./pagination/DescribePackagesPaginator";
27
- export * from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
28
- export * from "./pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator";
29
- export * from "./commands/DescribeReservedElasticsearchInstancesCommand";
30
- export * from "./pagination/DescribeReservedElasticsearchInstancesPaginator";
31
- export * from "./commands/DissociatePackageCommand";
32
- export * from "./commands/GetCompatibleElasticsearchVersionsCommand";
33
- export * from "./commands/GetPackageVersionHistoryCommand";
34
- export * from "./pagination/GetPackageVersionHistoryPaginator";
35
- export * from "./commands/GetUpgradeHistoryCommand";
36
- export * from "./pagination/GetUpgradeHistoryPaginator";
37
- export * from "./commands/GetUpgradeStatusCommand";
38
- export * from "./commands/ListDomainNamesCommand";
39
- export * from "./commands/ListDomainsForPackageCommand";
40
- export * from "./pagination/ListDomainsForPackagePaginator";
41
- export * from "./commands/ListElasticsearchInstanceTypesCommand";
42
- export * from "./pagination/ListElasticsearchInstanceTypesPaginator";
43
- export * from "./commands/ListElasticsearchVersionsCommand";
44
- export * from "./pagination/ListElasticsearchVersionsPaginator";
45
- export * from "./commands/ListPackagesForDomainCommand";
46
- export * from "./pagination/ListPackagesForDomainPaginator";
47
- export * from "./commands/ListTagsCommand";
48
- export * from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
49
- export * from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
50
- export * from "./commands/RemoveTagsCommand";
51
- export * from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
52
- export * from "./commands/UpdateElasticsearchDomainConfigCommand";
53
- export * from "./commands/UpdatePackageCommand";
54
- export * from "./commands/UpgradeElasticsearchDomainCommand";
55
- export * from "./pagination/Interfaces";
56
- export * from "./models/index";
2
+ export * from "./ElasticsearchServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./DescribeDomainAutoTunesPaginator";
2
+ export * from "./DescribeInboundCrossClusterSearchConnectionsPaginator";
3
+ export * from "./DescribeOutboundCrossClusterSearchConnectionsPaginator";
4
+ export * from "./DescribePackagesPaginator";
5
+ export * from "./DescribeReservedElasticsearchInstanceOfferingsPaginator";
6
+ export * from "./DescribeReservedElasticsearchInstancesPaginator";
7
+ export * from "./GetPackageVersionHistoryPaginator";
8
+ export * from "./GetUpgradeHistoryPaginator";
9
+ export * from "./Interfaces";
10
+ export * from "./ListDomainsForPackagePaginator";
11
+ export * from "./ListElasticsearchInstanceTypesPaginator";
12
+ export * from "./ListElasticsearchVersionsPaginator";
13
+ export * from "./ListPackagesForDomainPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -78,6 +78,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
78
78
 
79
79
  logger?: __Logger;
80
80
 
81
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
82
+
83
+ useFipsEndpoint?: boolean | __Provider<boolean>;
84
+
81
85
  serviceId?: string;
82
86
 
83
87
  region?: string | __Provider<string>;
@@ -0,0 +1,40 @@
1
+ export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./AssociatePackageCommand";
4
+ export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
5
+ export * from "./CreateElasticsearchDomainCommand";
6
+ export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
7
+ export * from "./CreatePackageCommand";
8
+ export * from "./DeleteElasticsearchDomainCommand";
9
+ export * from "./DeleteElasticsearchServiceRoleCommand";
10
+ export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
11
+ export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
12
+ export * from "./DeletePackageCommand";
13
+ export * from "./DescribeDomainAutoTunesCommand";
14
+ export * from "./DescribeElasticsearchDomainCommand";
15
+ export * from "./DescribeElasticsearchDomainConfigCommand";
16
+ export * from "./DescribeElasticsearchDomainsCommand";
17
+ export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
18
+ export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
19
+ export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
20
+ export * from "./DescribePackagesCommand";
21
+ export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
22
+ export * from "./DescribeReservedElasticsearchInstancesCommand";
23
+ export * from "./DissociatePackageCommand";
24
+ export * from "./GetCompatibleElasticsearchVersionsCommand";
25
+ export * from "./GetPackageVersionHistoryCommand";
26
+ export * from "./GetUpgradeHistoryCommand";
27
+ export * from "./GetUpgradeStatusCommand";
28
+ export * from "./ListDomainNamesCommand";
29
+ export * from "./ListDomainsForPackageCommand";
30
+ export * from "./ListElasticsearchInstanceTypesCommand";
31
+ export * from "./ListElasticsearchVersionsCommand";
32
+ export * from "./ListPackagesForDomainCommand";
33
+ export * from "./ListTagsCommand";
34
+ export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
35
+ export * from "./RejectInboundCrossClusterSearchConnectionCommand";
36
+ export * from "./RemoveTagsCommand";
37
+ export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
38
+ export * from "./UpdateElasticsearchDomainConfigCommand";
39
+ export * from "./UpdatePackageCommand";
40
+ export * from "./UpgradeElasticsearchDomainCommand";
@@ -1,56 +1,5 @@
1
- export * from "./ElasticsearchServiceClient";
2
1
  export * from "./ElasticsearchService";
3
- export * from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/AssociatePackageCommand";
6
- export * from "./commands/CancelElasticsearchServiceSoftwareUpdateCommand";
7
- export * from "./commands/CreateElasticsearchDomainCommand";
8
- export * from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
9
- export * from "./commands/CreatePackageCommand";
10
- export * from "./commands/DeleteElasticsearchDomainCommand";
11
- export * from "./commands/DeleteElasticsearchServiceRoleCommand";
12
- export * from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
13
- export * from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
14
- export * from "./commands/DeletePackageCommand";
15
- export * from "./commands/DescribeDomainAutoTunesCommand";
16
- export * from "./pagination/DescribeDomainAutoTunesPaginator";
17
- export * from "./commands/DescribeElasticsearchDomainCommand";
18
- export * from "./commands/DescribeElasticsearchDomainConfigCommand";
19
- export * from "./commands/DescribeElasticsearchDomainsCommand";
20
- export * from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
21
- export * from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
22
- export * from "./pagination/DescribeInboundCrossClusterSearchConnectionsPaginator";
23
- export * from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
24
- export * from "./pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator";
25
- export * from "./commands/DescribePackagesCommand";
26
- export * from "./pagination/DescribePackagesPaginator";
27
- export * from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
28
- export * from "./pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator";
29
- export * from "./commands/DescribeReservedElasticsearchInstancesCommand";
30
- export * from "./pagination/DescribeReservedElasticsearchInstancesPaginator";
31
- export * from "./commands/DissociatePackageCommand";
32
- export * from "./commands/GetCompatibleElasticsearchVersionsCommand";
33
- export * from "./commands/GetPackageVersionHistoryCommand";
34
- export * from "./pagination/GetPackageVersionHistoryPaginator";
35
- export * from "./commands/GetUpgradeHistoryCommand";
36
- export * from "./pagination/GetUpgradeHistoryPaginator";
37
- export * from "./commands/GetUpgradeStatusCommand";
38
- export * from "./commands/ListDomainNamesCommand";
39
- export * from "./commands/ListDomainsForPackageCommand";
40
- export * from "./pagination/ListDomainsForPackagePaginator";
41
- export * from "./commands/ListElasticsearchInstanceTypesCommand";
42
- export * from "./pagination/ListElasticsearchInstanceTypesPaginator";
43
- export * from "./commands/ListElasticsearchVersionsCommand";
44
- export * from "./pagination/ListElasticsearchVersionsPaginator";
45
- export * from "./commands/ListPackagesForDomainCommand";
46
- export * from "./pagination/ListPackagesForDomainPaginator";
47
- export * from "./commands/ListTagsCommand";
48
- export * from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
49
- export * from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
50
- export * from "./commands/RemoveTagsCommand";
51
- export * from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
52
- export * from "./commands/UpdateElasticsearchDomainConfigCommand";
53
- export * from "./commands/UpdatePackageCommand";
54
- export * from "./commands/UpgradeElasticsearchDomainCommand";
55
- export * from "./pagination/Interfaces";
56
- export * from "./models/index";
2
+ export * from "./ElasticsearchServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./DescribeDomainAutoTunesPaginator";
2
+ export * from "./DescribeInboundCrossClusterSearchConnectionsPaginator";
3
+ export * from "./DescribeOutboundCrossClusterSearchConnectionsPaginator";
4
+ export * from "./DescribePackagesPaginator";
5
+ export * from "./DescribeReservedElasticsearchInstanceOfferingsPaginator";
6
+ export * from "./DescribeReservedElasticsearchInstancesPaginator";
7
+ export * from "./GetPackageVersionHistoryPaginator";
8
+ export * from "./GetUpgradeHistoryPaginator";
9
+ export * from "./Interfaces";
10
+ export * from "./ListDomainsForPackagePaginator";
11
+ export * from "./ListElasticsearchInstanceTypesPaginator";
12
+ export * from "./ListElasticsearchVersionsPaginator";
13
+ export * from "./ListPackagesForDomainPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,40 +19,40 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/client-documentation-generator": "3.37.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
56
  "@types/node": "^12.7.5",
57
57
  "downlevel-dts": "0.7.0",
58
58
  "jest": "^26.1.0",