@aws-sdk/client-opensearch 3.1018.0 → 3.1020.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +61 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +87 -8
- package/dist-es/OpenSearch.js +8 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/DescribeInsightDetailsCommand.js +16 -0
- package/dist-es/commands/ListInsightsCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +27 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +80 -2
- package/dist-types/OpenSearch.d.ts +96 -82
- package/dist-types/OpenSearchClient.d.ts +89 -87
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +105 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +116 -0
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +75 -0
- package/dist-types/models/models_0.d.ts +202 -158
- package/dist-types/models/models_1.d.ts +158 -0
- package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +34 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +14 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +37 -0
- package/dist-types/ts3.4/models/models_0.d.ts +48 -31
- package/dist-types/ts3.4/models/models_1.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +13 -13
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: OpenSearchClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: OpenSearchClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: OpenSearchClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -124,6 +124,8 @@ export declare var DescribeDryRunProgressRequest$: StaticStructureSchema;
|
|
|
124
124
|
export declare var DescribeDryRunProgressResponse$: StaticStructureSchema;
|
|
125
125
|
export declare var DescribeInboundConnectionsRequest$: StaticStructureSchema;
|
|
126
126
|
export declare var DescribeInboundConnectionsResponse$: StaticStructureSchema;
|
|
127
|
+
export declare var DescribeInsightDetailsRequest$: StaticStructureSchema;
|
|
128
|
+
export declare var DescribeInsightDetailsResponse$: StaticStructureSchema;
|
|
127
129
|
export declare var DescribeInstanceTypeLimitsRequest$: StaticStructureSchema;
|
|
128
130
|
export declare var DescribeInstanceTypeLimitsResponse$: StaticStructureSchema;
|
|
129
131
|
export declare var DescribeOutboundConnectionsRequest$: StaticStructureSchema;
|
|
@@ -190,6 +192,10 @@ export declare var IdentityCenterOptionsInput$: StaticStructureSchema;
|
|
|
190
192
|
export declare var IdentityCenterOptionsStatus$: StaticStructureSchema;
|
|
191
193
|
export declare var InboundConnection$: StaticStructureSchema;
|
|
192
194
|
export declare var InboundConnectionStatus$: StaticStructureSchema;
|
|
195
|
+
export declare var Insight$: StaticStructureSchema;
|
|
196
|
+
export declare var InsightEntity$: StaticStructureSchema;
|
|
197
|
+
export declare var InsightField$: StaticStructureSchema;
|
|
198
|
+
export declare var InsightTimeRange$: StaticStructureSchema;
|
|
193
199
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
194
200
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
195
201
|
export declare var InstanceTypeDetails$: StaticStructureSchema;
|
|
@@ -210,6 +216,8 @@ export declare var ListDomainNamesRequest$: StaticStructureSchema;
|
|
|
210
216
|
export declare var ListDomainNamesResponse$: StaticStructureSchema;
|
|
211
217
|
export declare var ListDomainsForPackageRequest$: StaticStructureSchema;
|
|
212
218
|
export declare var ListDomainsForPackageResponse$: StaticStructureSchema;
|
|
219
|
+
export declare var ListInsightsRequest$: StaticStructureSchema;
|
|
220
|
+
export declare var ListInsightsResponse$: StaticStructureSchema;
|
|
213
221
|
export declare var ListInstanceTypeDetailsRequest$: StaticStructureSchema;
|
|
214
222
|
export declare var ListInstanceTypeDetailsResponse$: StaticStructureSchema;
|
|
215
223
|
export declare var ListPackagesForDomainRequest$: StaticStructureSchema;
|
|
@@ -352,6 +360,7 @@ export declare var DescribeDomainNodes$: StaticOperationSchema;
|
|
|
352
360
|
export declare var DescribeDomains$: StaticOperationSchema;
|
|
353
361
|
export declare var DescribeDryRunProgress$: StaticOperationSchema;
|
|
354
362
|
export declare var DescribeInboundConnections$: StaticOperationSchema;
|
|
363
|
+
export declare var DescribeInsightDetails$: StaticOperationSchema;
|
|
355
364
|
export declare var DescribeInstanceTypeLimits$: StaticOperationSchema;
|
|
356
365
|
export declare var DescribeOutboundConnections$: StaticOperationSchema;
|
|
357
366
|
export declare var DescribePackages$: StaticOperationSchema;
|
|
@@ -376,6 +385,7 @@ export declare var ListDirectQueryDataSources$: StaticOperationSchema;
|
|
|
376
385
|
export declare var ListDomainMaintenances$: StaticOperationSchema;
|
|
377
386
|
export declare var ListDomainNames$: StaticOperationSchema;
|
|
378
387
|
export declare var ListDomainsForPackage$: StaticOperationSchema;
|
|
388
|
+
export declare var ListInsights$: StaticOperationSchema;
|
|
379
389
|
export declare var ListInstanceTypeDetails$: StaticOperationSchema;
|
|
380
390
|
export declare var ListPackagesForDomain$: StaticOperationSchema;
|
|
381
391
|
export declare var ListScheduledActions$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|