@aws-sdk/client-opensearch 3.649.0 → 3.650.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/dist-cjs/index.js +63 -189
- package/dist-es/commands/AcceptInboundConnectionCommand.js +1 -3
- package/dist-es/commands/AddDataSourceCommand.js +1 -3
- package/dist-es/commands/AddTagsCommand.js +1 -3
- package/dist-es/commands/AssociatePackageCommand.js +1 -3
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +1 -3
- package/dist-es/commands/CancelServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/CreateDomainCommand.js +1 -3
- package/dist-es/commands/CreateOutboundConnectionCommand.js +1 -3
- package/dist-es/commands/CreatePackageCommand.js +1 -3
- package/dist-es/commands/CreateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
- package/dist-es/commands/DeleteDomainCommand.js +1 -3
- package/dist-es/commands/DeleteInboundConnectionCommand.js +1 -3
- package/dist-es/commands/DeleteOutboundConnectionCommand.js +1 -3
- package/dist-es/commands/DeletePackageCommand.js +1 -3
- package/dist-es/commands/DeleteVpcEndpointCommand.js +1 -3
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +1 -3
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +1 -3
- package/dist-es/commands/DescribeDomainCommand.js +1 -3
- package/dist-es/commands/DescribeDomainConfigCommand.js +1 -3
- package/dist-es/commands/DescribeDomainHealthCommand.js +1 -3
- package/dist-es/commands/DescribeDomainNodesCommand.js +1 -3
- package/dist-es/commands/DescribeDomainsCommand.js +1 -3
- package/dist-es/commands/DescribeDryRunProgressCommand.js +1 -3
- package/dist-es/commands/DescribeInboundConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceTypeLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeOutboundConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribePackagesCommand.js +1 -3
- package/dist-es/commands/DescribeReservedInstanceOfferingsCommand.js +1 -3
- package/dist-es/commands/DescribeReservedInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -3
- package/dist-es/commands/DissociatePackageCommand.js +1 -3
- package/dist-es/commands/GetCompatibleVersionsCommand.js +1 -3
- package/dist-es/commands/GetDataSourceCommand.js +1 -3
- package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +1 -3
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +1 -3
- package/dist-es/commands/GetUpgradeHistoryCommand.js +1 -3
- package/dist-es/commands/GetUpgradeStatusCommand.js +1 -3
- package/dist-es/commands/ListDataSourcesCommand.js +1 -3
- package/dist-es/commands/ListDomainMaintenancesCommand.js +1 -3
- package/dist-es/commands/ListDomainNamesCommand.js +1 -3
- package/dist-es/commands/ListDomainsForPackageCommand.js +1 -3
- package/dist-es/commands/ListInstanceTypeDetailsCommand.js +1 -3
- package/dist-es/commands/ListPackagesForDomainCommand.js +1 -3
- package/dist-es/commands/ListScheduledActionsCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.js +1 -3
- package/dist-es/commands/ListVersionsCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointsCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +1 -3
- package/dist-es/commands/PurchaseReservedInstanceOfferingCommand.js +1 -3
- package/dist-es/commands/RejectInboundConnectionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/StartDomainMaintenanceCommand.js +1 -3
- package/dist-es/commands/StartServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
- package/dist-es/commands/UpdateDomainConfigCommand.js +1 -3
- package/dist-es/commands/UpdatePackageCommand.js +1 -3
- package/dist-es/commands/UpdateScheduledActionCommand.js +1 -3
- package/dist-es/commands/UpdateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/UpgradeDomainCommand.js +1 -3
- package/package.json +4 -4
|
@@ -6,9 +6,7 @@ import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RevokeVpcEndpointAccessCommand, se_RevokeVpcEndpointAccessCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RevokeVpcEndpointAccessCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartDomainMaintenanceCommand, se_StartDomainMaintenanceCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartDomainMaintenanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartServiceSoftwareUpdateCommand, se_StartServiceSoftwareUpdateComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartServiceSoftwareUpdateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDataSourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDomainConfigCommand, se_UpdateDomainConfigCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDomainConfigCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePackageCommand, se_UpdatePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePackageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateScheduledActionCommand, se_UpdateScheduledActionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateScheduledActionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVpcEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpgradeDomainCommand, se_UpgradeDomainCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpgradeDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|