@aws-sdk/client-opensearch 3.490.0 → 3.496.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/OpenSearch.js +1 -135
- package/dist-cjs/OpenSearchClient.js +1 -43
- package/dist-cjs/commands/AcceptInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/AddDataSourceCommand.js +1 -28
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/AssociatePackageCommand.js +1 -28
- package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/CancelServiceSoftwareUpdateCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainCommand.js +1 -29
- package/dist-cjs/commands/CreateOutboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/CreatePackageCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
- package/dist-cjs/commands/DeleteInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteOutboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeletePackageCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainHealthCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainNodesCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainsCommand.js +1 -28
- package/dist-cjs/commands/DescribeDryRunProgressCommand.js +1 -28
- package/dist-cjs/commands/DescribeInboundConnectionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeInstanceTypeLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeOutboundConnectionsCommand.js +1 -28
- package/dist-cjs/commands/DescribePackagesCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservedInstanceOfferingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +1 -28
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +1 -28
- package/dist-cjs/commands/DissociatePackageCommand.js +1 -28
- package/dist-cjs/commands/GetCompatibleVersionsCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
- package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +1 -28
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +1 -28
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +1 -28
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainMaintenancesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +1 -28
- package/dist-cjs/commands/ListInstanceTypeDetailsCommand.js +1 -28
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +1 -28
- package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/ListVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +1 -28
- package/dist-cjs/commands/PurchaseReservedInstanceOfferingCommand.js +1 -28
- package/dist-cjs/commands/RejectInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/StartDomainMaintenanceCommand.js +1 -28
- package/dist-cjs/commands/StartServiceSoftwareUpdateCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainConfigCommand.js +1 -29
- package/dist-cjs/commands/UpdatePackageCommand.js +1 -28
- package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpgradeDomainCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -65
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6557 -11
- package/dist-cjs/models/OpenSearchServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -558
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeInboundConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeOutboundConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePackagesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReservedInstanceOfferingsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReservedInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +1 -7
- package/dist-cjs/pagination/ListInstanceTypeDetailsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +1 -7
- package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -18
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4458
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/OpenSearch.js
CHANGED
|
@@ -1,135 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpenSearch = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptInboundConnectionCommand_1 = require("./commands/AcceptInboundConnectionCommand");
|
|
6
|
-
const AddDataSourceCommand_1 = require("./commands/AddDataSourceCommand");
|
|
7
|
-
const AddTagsCommand_1 = require("./commands/AddTagsCommand");
|
|
8
|
-
const AssociatePackageCommand_1 = require("./commands/AssociatePackageCommand");
|
|
9
|
-
const AuthorizeVpcEndpointAccessCommand_1 = require("./commands/AuthorizeVpcEndpointAccessCommand");
|
|
10
|
-
const CancelServiceSoftwareUpdateCommand_1 = require("./commands/CancelServiceSoftwareUpdateCommand");
|
|
11
|
-
const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
|
|
12
|
-
const CreateOutboundConnectionCommand_1 = require("./commands/CreateOutboundConnectionCommand");
|
|
13
|
-
const CreatePackageCommand_1 = require("./commands/CreatePackageCommand");
|
|
14
|
-
const CreateVpcEndpointCommand_1 = require("./commands/CreateVpcEndpointCommand");
|
|
15
|
-
const DeleteDataSourceCommand_1 = require("./commands/DeleteDataSourceCommand");
|
|
16
|
-
const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
|
|
17
|
-
const DeleteInboundConnectionCommand_1 = require("./commands/DeleteInboundConnectionCommand");
|
|
18
|
-
const DeleteOutboundConnectionCommand_1 = require("./commands/DeleteOutboundConnectionCommand");
|
|
19
|
-
const DeletePackageCommand_1 = require("./commands/DeletePackageCommand");
|
|
20
|
-
const DeleteVpcEndpointCommand_1 = require("./commands/DeleteVpcEndpointCommand");
|
|
21
|
-
const DescribeDomainAutoTunesCommand_1 = require("./commands/DescribeDomainAutoTunesCommand");
|
|
22
|
-
const DescribeDomainChangeProgressCommand_1 = require("./commands/DescribeDomainChangeProgressCommand");
|
|
23
|
-
const DescribeDomainCommand_1 = require("./commands/DescribeDomainCommand");
|
|
24
|
-
const DescribeDomainConfigCommand_1 = require("./commands/DescribeDomainConfigCommand");
|
|
25
|
-
const DescribeDomainHealthCommand_1 = require("./commands/DescribeDomainHealthCommand");
|
|
26
|
-
const DescribeDomainNodesCommand_1 = require("./commands/DescribeDomainNodesCommand");
|
|
27
|
-
const DescribeDomainsCommand_1 = require("./commands/DescribeDomainsCommand");
|
|
28
|
-
const DescribeDryRunProgressCommand_1 = require("./commands/DescribeDryRunProgressCommand");
|
|
29
|
-
const DescribeInboundConnectionsCommand_1 = require("./commands/DescribeInboundConnectionsCommand");
|
|
30
|
-
const DescribeInstanceTypeLimitsCommand_1 = require("./commands/DescribeInstanceTypeLimitsCommand");
|
|
31
|
-
const DescribeOutboundConnectionsCommand_1 = require("./commands/DescribeOutboundConnectionsCommand");
|
|
32
|
-
const DescribePackagesCommand_1 = require("./commands/DescribePackagesCommand");
|
|
33
|
-
const DescribeReservedInstanceOfferingsCommand_1 = require("./commands/DescribeReservedInstanceOfferingsCommand");
|
|
34
|
-
const DescribeReservedInstancesCommand_1 = require("./commands/DescribeReservedInstancesCommand");
|
|
35
|
-
const DescribeVpcEndpointsCommand_1 = require("./commands/DescribeVpcEndpointsCommand");
|
|
36
|
-
const DissociatePackageCommand_1 = require("./commands/DissociatePackageCommand");
|
|
37
|
-
const GetCompatibleVersionsCommand_1 = require("./commands/GetCompatibleVersionsCommand");
|
|
38
|
-
const GetDataSourceCommand_1 = require("./commands/GetDataSourceCommand");
|
|
39
|
-
const GetDomainMaintenanceStatusCommand_1 = require("./commands/GetDomainMaintenanceStatusCommand");
|
|
40
|
-
const GetPackageVersionHistoryCommand_1 = require("./commands/GetPackageVersionHistoryCommand");
|
|
41
|
-
const GetUpgradeHistoryCommand_1 = require("./commands/GetUpgradeHistoryCommand");
|
|
42
|
-
const GetUpgradeStatusCommand_1 = require("./commands/GetUpgradeStatusCommand");
|
|
43
|
-
const ListDataSourcesCommand_1 = require("./commands/ListDataSourcesCommand");
|
|
44
|
-
const ListDomainMaintenancesCommand_1 = require("./commands/ListDomainMaintenancesCommand");
|
|
45
|
-
const ListDomainNamesCommand_1 = require("./commands/ListDomainNamesCommand");
|
|
46
|
-
const ListDomainsForPackageCommand_1 = require("./commands/ListDomainsForPackageCommand");
|
|
47
|
-
const ListInstanceTypeDetailsCommand_1 = require("./commands/ListInstanceTypeDetailsCommand");
|
|
48
|
-
const ListPackagesForDomainCommand_1 = require("./commands/ListPackagesForDomainCommand");
|
|
49
|
-
const ListScheduledActionsCommand_1 = require("./commands/ListScheduledActionsCommand");
|
|
50
|
-
const ListTagsCommand_1 = require("./commands/ListTagsCommand");
|
|
51
|
-
const ListVersionsCommand_1 = require("./commands/ListVersionsCommand");
|
|
52
|
-
const ListVpcEndpointAccessCommand_1 = require("./commands/ListVpcEndpointAccessCommand");
|
|
53
|
-
const ListVpcEndpointsCommand_1 = require("./commands/ListVpcEndpointsCommand");
|
|
54
|
-
const ListVpcEndpointsForDomainCommand_1 = require("./commands/ListVpcEndpointsForDomainCommand");
|
|
55
|
-
const PurchaseReservedInstanceOfferingCommand_1 = require("./commands/PurchaseReservedInstanceOfferingCommand");
|
|
56
|
-
const RejectInboundConnectionCommand_1 = require("./commands/RejectInboundConnectionCommand");
|
|
57
|
-
const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
|
|
58
|
-
const RevokeVpcEndpointAccessCommand_1 = require("./commands/RevokeVpcEndpointAccessCommand");
|
|
59
|
-
const StartDomainMaintenanceCommand_1 = require("./commands/StartDomainMaintenanceCommand");
|
|
60
|
-
const StartServiceSoftwareUpdateCommand_1 = require("./commands/StartServiceSoftwareUpdateCommand");
|
|
61
|
-
const UpdateDataSourceCommand_1 = require("./commands/UpdateDataSourceCommand");
|
|
62
|
-
const UpdateDomainConfigCommand_1 = require("./commands/UpdateDomainConfigCommand");
|
|
63
|
-
const UpdatePackageCommand_1 = require("./commands/UpdatePackageCommand");
|
|
64
|
-
const UpdateScheduledActionCommand_1 = require("./commands/UpdateScheduledActionCommand");
|
|
65
|
-
const UpdateVpcEndpointCommand_1 = require("./commands/UpdateVpcEndpointCommand");
|
|
66
|
-
const UpgradeDomainCommand_1 = require("./commands/UpgradeDomainCommand");
|
|
67
|
-
const OpenSearchClient_1 = require("./OpenSearchClient");
|
|
68
|
-
const commands = {
|
|
69
|
-
AcceptInboundConnectionCommand: AcceptInboundConnectionCommand_1.AcceptInboundConnectionCommand,
|
|
70
|
-
AddDataSourceCommand: AddDataSourceCommand_1.AddDataSourceCommand,
|
|
71
|
-
AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
|
|
72
|
-
AssociatePackageCommand: AssociatePackageCommand_1.AssociatePackageCommand,
|
|
73
|
-
AuthorizeVpcEndpointAccessCommand: AuthorizeVpcEndpointAccessCommand_1.AuthorizeVpcEndpointAccessCommand,
|
|
74
|
-
CancelServiceSoftwareUpdateCommand: CancelServiceSoftwareUpdateCommand_1.CancelServiceSoftwareUpdateCommand,
|
|
75
|
-
CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
|
|
76
|
-
CreateOutboundConnectionCommand: CreateOutboundConnectionCommand_1.CreateOutboundConnectionCommand,
|
|
77
|
-
CreatePackageCommand: CreatePackageCommand_1.CreatePackageCommand,
|
|
78
|
-
CreateVpcEndpointCommand: CreateVpcEndpointCommand_1.CreateVpcEndpointCommand,
|
|
79
|
-
DeleteDataSourceCommand: DeleteDataSourceCommand_1.DeleteDataSourceCommand,
|
|
80
|
-
DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
|
|
81
|
-
DeleteInboundConnectionCommand: DeleteInboundConnectionCommand_1.DeleteInboundConnectionCommand,
|
|
82
|
-
DeleteOutboundConnectionCommand: DeleteOutboundConnectionCommand_1.DeleteOutboundConnectionCommand,
|
|
83
|
-
DeletePackageCommand: DeletePackageCommand_1.DeletePackageCommand,
|
|
84
|
-
DeleteVpcEndpointCommand: DeleteVpcEndpointCommand_1.DeleteVpcEndpointCommand,
|
|
85
|
-
DescribeDomainCommand: DescribeDomainCommand_1.DescribeDomainCommand,
|
|
86
|
-
DescribeDomainAutoTunesCommand: DescribeDomainAutoTunesCommand_1.DescribeDomainAutoTunesCommand,
|
|
87
|
-
DescribeDomainChangeProgressCommand: DescribeDomainChangeProgressCommand_1.DescribeDomainChangeProgressCommand,
|
|
88
|
-
DescribeDomainConfigCommand: DescribeDomainConfigCommand_1.DescribeDomainConfigCommand,
|
|
89
|
-
DescribeDomainHealthCommand: DescribeDomainHealthCommand_1.DescribeDomainHealthCommand,
|
|
90
|
-
DescribeDomainNodesCommand: DescribeDomainNodesCommand_1.DescribeDomainNodesCommand,
|
|
91
|
-
DescribeDomainsCommand: DescribeDomainsCommand_1.DescribeDomainsCommand,
|
|
92
|
-
DescribeDryRunProgressCommand: DescribeDryRunProgressCommand_1.DescribeDryRunProgressCommand,
|
|
93
|
-
DescribeInboundConnectionsCommand: DescribeInboundConnectionsCommand_1.DescribeInboundConnectionsCommand,
|
|
94
|
-
DescribeInstanceTypeLimitsCommand: DescribeInstanceTypeLimitsCommand_1.DescribeInstanceTypeLimitsCommand,
|
|
95
|
-
DescribeOutboundConnectionsCommand: DescribeOutboundConnectionsCommand_1.DescribeOutboundConnectionsCommand,
|
|
96
|
-
DescribePackagesCommand: DescribePackagesCommand_1.DescribePackagesCommand,
|
|
97
|
-
DescribeReservedInstanceOfferingsCommand: DescribeReservedInstanceOfferingsCommand_1.DescribeReservedInstanceOfferingsCommand,
|
|
98
|
-
DescribeReservedInstancesCommand: DescribeReservedInstancesCommand_1.DescribeReservedInstancesCommand,
|
|
99
|
-
DescribeVpcEndpointsCommand: DescribeVpcEndpointsCommand_1.DescribeVpcEndpointsCommand,
|
|
100
|
-
DissociatePackageCommand: DissociatePackageCommand_1.DissociatePackageCommand,
|
|
101
|
-
GetCompatibleVersionsCommand: GetCompatibleVersionsCommand_1.GetCompatibleVersionsCommand,
|
|
102
|
-
GetDataSourceCommand: GetDataSourceCommand_1.GetDataSourceCommand,
|
|
103
|
-
GetDomainMaintenanceStatusCommand: GetDomainMaintenanceStatusCommand_1.GetDomainMaintenanceStatusCommand,
|
|
104
|
-
GetPackageVersionHistoryCommand: GetPackageVersionHistoryCommand_1.GetPackageVersionHistoryCommand,
|
|
105
|
-
GetUpgradeHistoryCommand: GetUpgradeHistoryCommand_1.GetUpgradeHistoryCommand,
|
|
106
|
-
GetUpgradeStatusCommand: GetUpgradeStatusCommand_1.GetUpgradeStatusCommand,
|
|
107
|
-
ListDataSourcesCommand: ListDataSourcesCommand_1.ListDataSourcesCommand,
|
|
108
|
-
ListDomainMaintenancesCommand: ListDomainMaintenancesCommand_1.ListDomainMaintenancesCommand,
|
|
109
|
-
ListDomainNamesCommand: ListDomainNamesCommand_1.ListDomainNamesCommand,
|
|
110
|
-
ListDomainsForPackageCommand: ListDomainsForPackageCommand_1.ListDomainsForPackageCommand,
|
|
111
|
-
ListInstanceTypeDetailsCommand: ListInstanceTypeDetailsCommand_1.ListInstanceTypeDetailsCommand,
|
|
112
|
-
ListPackagesForDomainCommand: ListPackagesForDomainCommand_1.ListPackagesForDomainCommand,
|
|
113
|
-
ListScheduledActionsCommand: ListScheduledActionsCommand_1.ListScheduledActionsCommand,
|
|
114
|
-
ListTagsCommand: ListTagsCommand_1.ListTagsCommand,
|
|
115
|
-
ListVersionsCommand: ListVersionsCommand_1.ListVersionsCommand,
|
|
116
|
-
ListVpcEndpointAccessCommand: ListVpcEndpointAccessCommand_1.ListVpcEndpointAccessCommand,
|
|
117
|
-
ListVpcEndpointsCommand: ListVpcEndpointsCommand_1.ListVpcEndpointsCommand,
|
|
118
|
-
ListVpcEndpointsForDomainCommand: ListVpcEndpointsForDomainCommand_1.ListVpcEndpointsForDomainCommand,
|
|
119
|
-
PurchaseReservedInstanceOfferingCommand: PurchaseReservedInstanceOfferingCommand_1.PurchaseReservedInstanceOfferingCommand,
|
|
120
|
-
RejectInboundConnectionCommand: RejectInboundConnectionCommand_1.RejectInboundConnectionCommand,
|
|
121
|
-
RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
|
|
122
|
-
RevokeVpcEndpointAccessCommand: RevokeVpcEndpointAccessCommand_1.RevokeVpcEndpointAccessCommand,
|
|
123
|
-
StartDomainMaintenanceCommand: StartDomainMaintenanceCommand_1.StartDomainMaintenanceCommand,
|
|
124
|
-
StartServiceSoftwareUpdateCommand: StartServiceSoftwareUpdateCommand_1.StartServiceSoftwareUpdateCommand,
|
|
125
|
-
UpdateDataSourceCommand: UpdateDataSourceCommand_1.UpdateDataSourceCommand,
|
|
126
|
-
UpdateDomainConfigCommand: UpdateDomainConfigCommand_1.UpdateDomainConfigCommand,
|
|
127
|
-
UpdatePackageCommand: UpdatePackageCommand_1.UpdatePackageCommand,
|
|
128
|
-
UpdateScheduledActionCommand: UpdateScheduledActionCommand_1.UpdateScheduledActionCommand,
|
|
129
|
-
UpdateVpcEndpointCommand: UpdateVpcEndpointCommand_1.UpdateVpcEndpointCommand,
|
|
130
|
-
UpgradeDomainCommand: UpgradeDomainCommand_1.UpgradeDomainCommand,
|
|
131
|
-
};
|
|
132
|
-
class OpenSearch extends OpenSearchClient_1.OpenSearchClient {
|
|
133
|
-
}
|
|
134
|
-
exports.OpenSearch = OpenSearch;
|
|
135
|
-
(0, smithy_client_1.createAggregatedClient)(commands, OpenSearch);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpenSearchClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class OpenSearchClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.OpenSearchClient = OpenSearchClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptInboundConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AcceptInboundConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "AcceptInboundConnection", {})
|
|
22
|
-
.n("OpenSearchClient", "AcceptInboundConnectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AcceptInboundConnectionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AcceptInboundConnectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcceptInboundConnectionCommand = AcceptInboundConnectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddDataSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AddDataSourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "AddDataSource", {})
|
|
22
|
-
.n("OpenSearchClient", "AddDataSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AddDataSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AddDataSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AddDataSourceCommand = AddDataSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddTagsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AddTagsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "AddTags", {})
|
|
22
|
-
.n("OpenSearchClient", "AddTagsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AddTagsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AddTagsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AddTagsCommand = AddTagsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociatePackageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociatePackageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "AssociatePackage", {})
|
|
22
|
-
.n("OpenSearchClient", "AssociatePackageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociatePackageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociatePackageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociatePackageCommand = AssociatePackageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AuthorizeVpcEndpointAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AuthorizeVpcEndpointAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "AuthorizeVpcEndpointAccess", {})
|
|
22
|
-
.n("OpenSearchClient", "AuthorizeVpcEndpointAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AuthorizeVpcEndpointAccessCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AuthorizeVpcEndpointAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AuthorizeVpcEndpointAccessCommand = AuthorizeVpcEndpointAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelServiceSoftwareUpdateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CancelServiceSoftwareUpdateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "CancelServiceSoftwareUpdate", {})
|
|
22
|
-
.n("OpenSearchClient", "CancelServiceSoftwareUpdateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelServiceSoftwareUpdateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelServiceSoftwareUpdateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelServiceSoftwareUpdateCommand = CancelServiceSoftwareUpdateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDomainCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateDomainCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AmazonOpenSearchService", "CreateDomain", {})
|
|
23
|
-
.n("OpenSearchClient", "CreateDomainCommand")
|
|
24
|
-
.f(models_0_1.CreateDomainRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateDomainCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateDomainCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateDomainCommand = CreateDomainCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateOutboundConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateOutboundConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "CreateOutboundConnection", {})
|
|
22
|
-
.n("OpenSearchClient", "CreateOutboundConnectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateOutboundConnectionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateOutboundConnectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateOutboundConnectionCommand = CreateOutboundConnectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePackageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreatePackageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "CreatePackage", {})
|
|
22
|
-
.n("OpenSearchClient", "CreatePackageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePackageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePackageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePackageCommand = CreatePackageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVpcEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateVpcEndpointCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "CreateVpcEndpoint", {})
|
|
22
|
-
.n("OpenSearchClient", "CreateVpcEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateVpcEndpointCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateVpcEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDataSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDataSourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "DeleteDataSource", {})
|
|
22
|
-
.n("OpenSearchClient", "DeleteDataSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDataSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDataSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDomainCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDomainCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "DeleteDomain", {})
|
|
22
|
-
.n("OpenSearchClient", "DeleteDomainCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDomainCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDomainCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInboundConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteInboundConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "DeleteInboundConnection", {})
|
|
22
|
-
.n("OpenSearchClient", "DeleteInboundConnectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteInboundConnectionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteInboundConnectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteInboundConnectionCommand = DeleteInboundConnectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteOutboundConnectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteOutboundConnectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "DeleteOutboundConnection", {})
|
|
22
|
-
.n("OpenSearchClient", "DeleteOutboundConnectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteOutboundConnectionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteOutboundConnectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteOutboundConnectionCommand = DeleteOutboundConnectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePackageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeletePackageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonOpenSearchService", "DeletePackage", {})
|
|
22
|
-
.n("OpenSearchClient", "DeletePackageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePackageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePackageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePackageCommand = DeletePackageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|