@aws-sdk/client-opensearch 3.1019.0 → 3.1021.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 +35 -0
- package/dist-cjs/index.js +117 -0
- package/dist-cjs/models/errors.js +14 -1
- package/dist-cjs/schemas/schemas_0.js +187 -12
- package/dist-es/OpenSearch.js +14 -4
- package/dist-es/commands/DeregisterCapabilityCommand.js +16 -0
- package/dist-es/commands/DescribeInsightDetailsCommand.js +16 -0
- package/dist-es/commands/GetCapabilityCommand.js +16 -0
- package/dist-es/commands/ListInsightsCommand.js +16 -0
- package/dist-es/commands/RegisterCapabilityCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +39 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/schemas/schemas_0.js +179 -5
- package/dist-types/OpenSearch.d.ts +117 -82
- package/dist-types/OpenSearchClient.d.ts +92 -87
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/DeregisterCapabilityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +105 -0
- package/dist-types/commands/GetCapabilityCommand.d.ts +101 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +116 -0
- package/dist-types/commands/RegisterCapabilityCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
- 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 +5 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +103 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +484 -562
- package/dist-types/models/models_1.d.ts +524 -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/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +85 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +32 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RegisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
- 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 +5 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +53 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +135 -106
- package/dist-types/ts3.4/models/models_1.d.ts +143 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +14 -14
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ActionType,
|
|
4
|
+
DryRunMode,
|
|
5
|
+
IndexStatus,
|
|
6
|
+
IPAddressType,
|
|
7
|
+
LogType,
|
|
8
|
+
PackageScopeOperationEnum,
|
|
9
|
+
ScheduleAt,
|
|
10
|
+
} from "./enums";
|
|
11
|
+
import {
|
|
12
|
+
AdvancedSecurityOptionsInput,
|
|
13
|
+
AIMLOptionsInput,
|
|
14
|
+
AutoTuneOptions,
|
|
15
|
+
ChangeProgressDetails,
|
|
16
|
+
ClusterConfig,
|
|
17
|
+
CognitoOptions,
|
|
18
|
+
DeploymentStrategyOptions,
|
|
19
|
+
DirectQueryDataSourceType,
|
|
20
|
+
DomainConfig,
|
|
21
|
+
DomainEndpointOptions,
|
|
22
|
+
DryRunProgressStatus,
|
|
23
|
+
DryRunResults,
|
|
24
|
+
EBSOptions,
|
|
25
|
+
EncryptionAtRestOptions,
|
|
26
|
+
IdentityCenterOptionsInput,
|
|
27
|
+
LogPublishingOption,
|
|
28
|
+
NodeToNodeEncryptionOptions,
|
|
29
|
+
OffPeakWindowOptions,
|
|
30
|
+
PackageConfiguration,
|
|
31
|
+
PackageDetails,
|
|
32
|
+
PackageEncryptionOptions,
|
|
33
|
+
PackageSource,
|
|
34
|
+
ScheduledAction,
|
|
35
|
+
SnapshotOptions,
|
|
36
|
+
SoftwareUpdateOptions,
|
|
37
|
+
VpcEndpoint,
|
|
38
|
+
VPCOptions,
|
|
39
|
+
} from "./models_0";
|
|
40
|
+
export interface UpdateDataSourceResponse {
|
|
41
|
+
Message?: string | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface UpdateDirectQueryDataSourceRequest {
|
|
44
|
+
DataSourceName: string | undefined;
|
|
45
|
+
DataSourceType: DirectQueryDataSourceType | undefined;
|
|
46
|
+
Description?: string | undefined;
|
|
47
|
+
OpenSearchArns?: string[] | undefined;
|
|
48
|
+
DataSourceAccessPolicy?: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface UpdateDirectQueryDataSourceResponse {
|
|
51
|
+
DataSourceArn?: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface UpdateDomainConfigRequest {
|
|
54
|
+
DomainName: string | undefined;
|
|
55
|
+
ClusterConfig?: ClusterConfig | undefined;
|
|
56
|
+
EBSOptions?: EBSOptions | undefined;
|
|
57
|
+
SnapshotOptions?: SnapshotOptions | undefined;
|
|
58
|
+
VPCOptions?: VPCOptions | undefined;
|
|
59
|
+
CognitoOptions?: CognitoOptions | undefined;
|
|
60
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
61
|
+
AccessPolicies?: string | undefined;
|
|
62
|
+
IPAddressType?: IPAddressType | undefined;
|
|
63
|
+
LogPublishingOptions?:
|
|
64
|
+
| Partial<Record<LogType, LogPublishingOption>>
|
|
65
|
+
| undefined;
|
|
66
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions | undefined;
|
|
67
|
+
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
68
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
69
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | undefined;
|
|
70
|
+
IdentityCenterOptions?: IdentityCenterOptionsInput | undefined;
|
|
71
|
+
AutoTuneOptions?: AutoTuneOptions | undefined;
|
|
72
|
+
DryRun?: boolean | undefined;
|
|
73
|
+
DryRunMode?: DryRunMode | undefined;
|
|
74
|
+
OffPeakWindowOptions?: OffPeakWindowOptions | undefined;
|
|
75
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions | undefined;
|
|
76
|
+
AIMLOptions?: AIMLOptionsInput | undefined;
|
|
77
|
+
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface UpdateDomainConfigResponse {
|
|
80
|
+
DomainConfig: DomainConfig | undefined;
|
|
81
|
+
DryRunResults?: DryRunResults | undefined;
|
|
82
|
+
DryRunProgressStatus?: DryRunProgressStatus | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface UpdateIndexRequest {
|
|
85
|
+
DomainName: string | undefined;
|
|
86
|
+
IndexName: string | undefined;
|
|
87
|
+
IndexSchema: __DocumentType | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface UpdateIndexResponse {
|
|
90
|
+
Status: IndexStatus | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface UpdatePackageRequest {
|
|
93
|
+
PackageID: string | undefined;
|
|
94
|
+
PackageSource: PackageSource | undefined;
|
|
95
|
+
PackageDescription?: string | undefined;
|
|
96
|
+
CommitMessage?: string | undefined;
|
|
97
|
+
PackageConfiguration?: PackageConfiguration | undefined;
|
|
98
|
+
PackageEncryptionOptions?: PackageEncryptionOptions | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface UpdatePackageResponse {
|
|
101
|
+
PackageDetails?: PackageDetails | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface UpdatePackageScopeRequest {
|
|
104
|
+
PackageID: string | undefined;
|
|
105
|
+
Operation: PackageScopeOperationEnum | undefined;
|
|
106
|
+
PackageUserList: string[] | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface UpdatePackageScopeResponse {
|
|
109
|
+
PackageID?: string | undefined;
|
|
110
|
+
Operation?: PackageScopeOperationEnum | undefined;
|
|
111
|
+
PackageUserList?: string[] | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface UpdateScheduledActionRequest {
|
|
114
|
+
DomainName: string | undefined;
|
|
115
|
+
ActionID: string | undefined;
|
|
116
|
+
ActionType: ActionType | undefined;
|
|
117
|
+
ScheduleAt: ScheduleAt | undefined;
|
|
118
|
+
DesiredStartTime?: number | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface UpdateScheduledActionResponse {
|
|
121
|
+
ScheduledAction?: ScheduledAction | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface UpdateVpcEndpointRequest {
|
|
124
|
+
VpcEndpointId: string | undefined;
|
|
125
|
+
VpcOptions: VPCOptions | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface UpdateVpcEndpointResponse {
|
|
128
|
+
VpcEndpoint: VpcEndpoint | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface UpgradeDomainRequest {
|
|
131
|
+
DomainName: string | undefined;
|
|
132
|
+
TargetVersion: string | undefined;
|
|
133
|
+
PerformCheckOnly?: boolean | undefined;
|
|
134
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface UpgradeDomainResponse {
|
|
137
|
+
UpgradeId?: string | undefined;
|
|
138
|
+
DomainName?: string | undefined;
|
|
139
|
+
TargetVersion?: string | undefined;
|
|
140
|
+
PerformCheckOnly?: boolean | undefined;
|
|
141
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
142
|
+
ChangeProgressDetails?: ChangeProgressDetails | undefined;
|
|
143
|
+
}
|
|
@@ -17,6 +17,7 @@ export declare var InvalidTypeException$: StaticErrorSchema;
|
|
|
17
17
|
export declare var LimitExceededException$: StaticErrorSchema;
|
|
18
18
|
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
19
19
|
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
20
21
|
export declare var SlotNotAvailableException$: StaticErrorSchema;
|
|
21
22
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
22
23
|
export declare var ValidationException$: StaticErrorSchema;
|
|
@@ -34,6 +35,7 @@ export declare var AdvancedOptionsStatus$: StaticStructureSchema;
|
|
|
34
35
|
export declare var AdvancedSecurityOptions$: StaticStructureSchema;
|
|
35
36
|
export declare var AdvancedSecurityOptionsInput$: StaticStructureSchema;
|
|
36
37
|
export declare var AdvancedSecurityOptionsStatus$: StaticStructureSchema;
|
|
38
|
+
export declare var AIConfig$: StaticStructureSchema;
|
|
37
39
|
export declare var AIMLOptionsInput$: StaticStructureSchema;
|
|
38
40
|
export declare var AIMLOptionsOutput$: StaticStructureSchema;
|
|
39
41
|
export declare var AIMLOptionsStatus$: StaticStructureSchema;
|
|
@@ -61,6 +63,7 @@ export declare var CancelDomainConfigChangeResponse$: StaticStructureSchema;
|
|
|
61
63
|
export declare var CancelledChangeProperty$: StaticStructureSchema;
|
|
62
64
|
export declare var CancelServiceSoftwareUpdateRequest$: StaticStructureSchema;
|
|
63
65
|
export declare var CancelServiceSoftwareUpdateResponse$: StaticStructureSchema;
|
|
66
|
+
export declare var CapabilityFailure$: StaticStructureSchema;
|
|
64
67
|
export declare var ChangeProgressDetails$: StaticStructureSchema;
|
|
65
68
|
export declare var ChangeProgressStage$: StaticStructureSchema;
|
|
66
69
|
export declare var ChangeProgressStatusDetails$: StaticStructureSchema;
|
|
@@ -106,6 +109,8 @@ export declare var DeleteVpcEndpointRequest$: StaticStructureSchema;
|
|
|
106
109
|
export declare var DeleteVpcEndpointResponse$: StaticStructureSchema;
|
|
107
110
|
export declare var DeploymentStrategyOptions$: StaticStructureSchema;
|
|
108
111
|
export declare var DeploymentStrategyOptionsStatus$: StaticStructureSchema;
|
|
112
|
+
export declare var DeregisterCapabilityRequest$: StaticStructureSchema;
|
|
113
|
+
export declare var DeregisterCapabilityResponse$: StaticStructureSchema;
|
|
109
114
|
export declare var DescribeDomainAutoTunesRequest$: StaticStructureSchema;
|
|
110
115
|
export declare var DescribeDomainAutoTunesResponse$: StaticStructureSchema;
|
|
111
116
|
export declare var DescribeDomainChangeProgressRequest$: StaticStructureSchema;
|
|
@@ -124,6 +129,8 @@ export declare var DescribeDryRunProgressRequest$: StaticStructureSchema;
|
|
|
124
129
|
export declare var DescribeDryRunProgressResponse$: StaticStructureSchema;
|
|
125
130
|
export declare var DescribeInboundConnectionsRequest$: StaticStructureSchema;
|
|
126
131
|
export declare var DescribeInboundConnectionsResponse$: StaticStructureSchema;
|
|
132
|
+
export declare var DescribeInsightDetailsRequest$: StaticStructureSchema;
|
|
133
|
+
export declare var DescribeInsightDetailsResponse$: StaticStructureSchema;
|
|
127
134
|
export declare var DescribeInstanceTypeLimitsRequest$: StaticStructureSchema;
|
|
128
135
|
export declare var DescribeInstanceTypeLimitsResponse$: StaticStructureSchema;
|
|
129
136
|
export declare var DescribeOutboundConnectionsRequest$: StaticStructureSchema;
|
|
@@ -163,6 +170,8 @@ export declare var ErrorDetails$: StaticStructureSchema;
|
|
|
163
170
|
export declare var Filter$: StaticStructureSchema;
|
|
164
171
|
export declare var GetApplicationRequest$: StaticStructureSchema;
|
|
165
172
|
export declare var GetApplicationResponse$: StaticStructureSchema;
|
|
173
|
+
export declare var GetCapabilityRequest$: StaticStructureSchema;
|
|
174
|
+
export declare var GetCapabilityResponse$: StaticStructureSchema;
|
|
166
175
|
export declare var GetCompatibleVersionsRequest$: StaticStructureSchema;
|
|
167
176
|
export declare var GetCompatibleVersionsResponse$: StaticStructureSchema;
|
|
168
177
|
export declare var GetDataSourceRequest$: StaticStructureSchema;
|
|
@@ -190,6 +199,10 @@ export declare var IdentityCenterOptionsInput$: StaticStructureSchema;
|
|
|
190
199
|
export declare var IdentityCenterOptionsStatus$: StaticStructureSchema;
|
|
191
200
|
export declare var InboundConnection$: StaticStructureSchema;
|
|
192
201
|
export declare var InboundConnectionStatus$: StaticStructureSchema;
|
|
202
|
+
export declare var Insight$: StaticStructureSchema;
|
|
203
|
+
export declare var InsightEntity$: StaticStructureSchema;
|
|
204
|
+
export declare var InsightField$: StaticStructureSchema;
|
|
205
|
+
export declare var InsightTimeRange$: StaticStructureSchema;
|
|
193
206
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
194
207
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
195
208
|
export declare var InstanceTypeDetails$: StaticStructureSchema;
|
|
@@ -210,6 +223,8 @@ export declare var ListDomainNamesRequest$: StaticStructureSchema;
|
|
|
210
223
|
export declare var ListDomainNamesResponse$: StaticStructureSchema;
|
|
211
224
|
export declare var ListDomainsForPackageRequest$: StaticStructureSchema;
|
|
212
225
|
export declare var ListDomainsForPackageResponse$: StaticStructureSchema;
|
|
226
|
+
export declare var ListInsightsRequest$: StaticStructureSchema;
|
|
227
|
+
export declare var ListInsightsResponse$: StaticStructureSchema;
|
|
213
228
|
export declare var ListInstanceTypeDetailsRequest$: StaticStructureSchema;
|
|
214
229
|
export declare var ListInstanceTypeDetailsResponse$: StaticStructureSchema;
|
|
215
230
|
export declare var ListPackagesForDomainRequest$: StaticStructureSchema;
|
|
@@ -257,6 +272,8 @@ export declare var PurchaseReservedInstanceOfferingResponse$: StaticStructureSch
|
|
|
257
272
|
export declare var PutDefaultApplicationSettingRequest$: StaticStructureSchema;
|
|
258
273
|
export declare var PutDefaultApplicationSettingResponse$: StaticStructureSchema;
|
|
259
274
|
export declare var RecurringCharge$: StaticStructureSchema;
|
|
275
|
+
export declare var RegisterCapabilityRequest$: StaticStructureSchema;
|
|
276
|
+
export declare var RegisterCapabilityResponse$: StaticStructureSchema;
|
|
260
277
|
export declare var RejectInboundConnectionRequest$: StaticStructureSchema;
|
|
261
278
|
export declare var RejectInboundConnectionResponse$: StaticStructureSchema;
|
|
262
279
|
export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
@@ -317,6 +334,9 @@ export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
|
317
334
|
export declare var VPCOptions$: StaticStructureSchema;
|
|
318
335
|
export declare var WindowStartTime$: StaticStructureSchema;
|
|
319
336
|
export declare var ZoneAwarenessConfig$: StaticStructureSchema;
|
|
337
|
+
export declare var CapabilityBaseRequestConfig$: StaticUnionSchema;
|
|
338
|
+
export declare var CapabilityBaseResponseConfig$: StaticUnionSchema;
|
|
339
|
+
export declare var CapabilityExtendedResponseConfig$: StaticUnionSchema;
|
|
320
340
|
export declare var DataSourceType$: StaticUnionSchema;
|
|
321
341
|
export declare var DirectQueryDataSourceType$: StaticUnionSchema;
|
|
322
342
|
export declare var AcceptInboundConnection$: StaticOperationSchema;
|
|
@@ -343,6 +363,7 @@ export declare var DeleteIndex$: StaticOperationSchema;
|
|
|
343
363
|
export declare var DeleteOutboundConnection$: StaticOperationSchema;
|
|
344
364
|
export declare var DeletePackage$: StaticOperationSchema;
|
|
345
365
|
export declare var DeleteVpcEndpoint$: StaticOperationSchema;
|
|
366
|
+
export declare var DeregisterCapability$: StaticOperationSchema;
|
|
346
367
|
export declare var DescribeDomain$: StaticOperationSchema;
|
|
347
368
|
export declare var DescribeDomainAutoTunes$: StaticOperationSchema;
|
|
348
369
|
export declare var DescribeDomainChangeProgress$: StaticOperationSchema;
|
|
@@ -352,6 +373,7 @@ export declare var DescribeDomainNodes$: StaticOperationSchema;
|
|
|
352
373
|
export declare var DescribeDomains$: StaticOperationSchema;
|
|
353
374
|
export declare var DescribeDryRunProgress$: StaticOperationSchema;
|
|
354
375
|
export declare var DescribeInboundConnections$: StaticOperationSchema;
|
|
376
|
+
export declare var DescribeInsightDetails$: StaticOperationSchema;
|
|
355
377
|
export declare var DescribeInstanceTypeLimits$: StaticOperationSchema;
|
|
356
378
|
export declare var DescribeOutboundConnections$: StaticOperationSchema;
|
|
357
379
|
export declare var DescribePackages$: StaticOperationSchema;
|
|
@@ -361,6 +383,7 @@ export declare var DescribeVpcEndpoints$: StaticOperationSchema;
|
|
|
361
383
|
export declare var DissociatePackage$: StaticOperationSchema;
|
|
362
384
|
export declare var DissociatePackages$: StaticOperationSchema;
|
|
363
385
|
export declare var GetApplication$: StaticOperationSchema;
|
|
386
|
+
export declare var GetCapability$: StaticOperationSchema;
|
|
364
387
|
export declare var GetCompatibleVersions$: StaticOperationSchema;
|
|
365
388
|
export declare var GetDataSource$: StaticOperationSchema;
|
|
366
389
|
export declare var GetDefaultApplicationSetting$: StaticOperationSchema;
|
|
@@ -376,6 +399,7 @@ export declare var ListDirectQueryDataSources$: StaticOperationSchema;
|
|
|
376
399
|
export declare var ListDomainMaintenances$: StaticOperationSchema;
|
|
377
400
|
export declare var ListDomainNames$: StaticOperationSchema;
|
|
378
401
|
export declare var ListDomainsForPackage$: StaticOperationSchema;
|
|
402
|
+
export declare var ListInsights$: StaticOperationSchema;
|
|
379
403
|
export declare var ListInstanceTypeDetails$: StaticOperationSchema;
|
|
380
404
|
export declare var ListPackagesForDomain$: StaticOperationSchema;
|
|
381
405
|
export declare var ListScheduledActions$: StaticOperationSchema;
|
|
@@ -386,6 +410,7 @@ export declare var ListVpcEndpoints$: StaticOperationSchema;
|
|
|
386
410
|
export declare var ListVpcEndpointsForDomain$: StaticOperationSchema;
|
|
387
411
|
export declare var PurchaseReservedInstanceOffering$: StaticOperationSchema;
|
|
388
412
|
export declare var PutDefaultApplicationSetting$: StaticOperationSchema;
|
|
413
|
+
export declare var RegisterCapability$: StaticOperationSchema;
|
|
389
414
|
export declare var RejectInboundConnection$: StaticOperationSchema;
|
|
390
415
|
export declare var RemoveTags$: StaticOperationSchema;
|
|
391
416
|
export declare var RevokeVpcEndpointAccess$: 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.1021.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,41 +21,41 @@
|
|
|
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.29",
|
|
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.28",
|
|
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.14",
|
|
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.46",
|
|
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
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|