@aws-sdk/client-opensearch 3.1020.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 +21 -0
- package/dist-cjs/index.js +56 -0
- package/dist-cjs/models/errors.js +14 -1
- package/dist-cjs/schemas/schemas_0.js +107 -11
- package/dist-es/OpenSearch.js +6 -0
- package/dist-es/commands/DeregisterCapabilityCommand.js +16 -0
- package/dist-es/commands/GetCapabilityCommand.js +16 -0
- package/dist-es/commands/RegisterCapabilityCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +99 -3
- package/dist-types/OpenSearch.d.ts +21 -0
- package/dist-types/OpenSearchClient.d.ts +5 -2
- package/dist-types/commands/DeregisterCapabilityCommand.d.ts +93 -0
- package/dist-types/commands/GetCapabilityCommand.d.ts +101 -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/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +244 -366
- package/dist-types/models/models_1.d.ts +368 -2
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +51 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +50 -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/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +87 -75
- package/dist-types/ts3.4/models/models_1.d.ts +106 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -353,6 +353,13 @@ DeleteVpcEndpoint
|
|
|
353
353
|
</details>
|
|
354
354
|
<details>
|
|
355
355
|
<summary>
|
|
356
|
+
DeregisterCapability
|
|
357
|
+
</summary>
|
|
358
|
+
|
|
359
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/DeregisterCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DeregisterCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DeregisterCapabilityCommandOutput/)
|
|
360
|
+
</details>
|
|
361
|
+
<details>
|
|
362
|
+
<summary>
|
|
356
363
|
DescribeDomain
|
|
357
364
|
</summary>
|
|
358
365
|
|
|
@@ -486,6 +493,13 @@ GetApplication
|
|
|
486
493
|
</details>
|
|
487
494
|
<details>
|
|
488
495
|
<summary>
|
|
496
|
+
GetCapability
|
|
497
|
+
</summary>
|
|
498
|
+
|
|
499
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/GetCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/GetCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/GetCapabilityCommandOutput/)
|
|
500
|
+
</details>
|
|
501
|
+
<details>
|
|
502
|
+
<summary>
|
|
489
503
|
GetCompatibleVersions
|
|
490
504
|
</summary>
|
|
491
505
|
|
|
@@ -668,6 +682,13 @@ PutDefaultApplicationSetting
|
|
|
668
682
|
</details>
|
|
669
683
|
<details>
|
|
670
684
|
<summary>
|
|
685
|
+
RegisterCapability
|
|
686
|
+
</summary>
|
|
687
|
+
|
|
688
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/RegisterCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/RegisterCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/RegisterCapabilityCommandOutput/)
|
|
689
|
+
</details>
|
|
690
|
+
<details>
|
|
691
|
+
<summary>
|
|
671
692
|
RejectInboundConnection
|
|
672
693
|
</summary>
|
|
673
694
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -401,6 +401,18 @@ class DeleteVpcEndpointCommand extends smithyClient.Command
|
|
|
401
401
|
.build() {
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
+
class DeregisterCapabilityCommand extends smithyClient.Command
|
|
405
|
+
.classBuilder()
|
|
406
|
+
.ep(commonParams)
|
|
407
|
+
.m(function (Command, cs, config, o) {
|
|
408
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
409
|
+
})
|
|
410
|
+
.s("AmazonOpenSearchService", "DeregisterCapability", {})
|
|
411
|
+
.n("OpenSearchClient", "DeregisterCapabilityCommand")
|
|
412
|
+
.sc(schemas_0.DeregisterCapability$)
|
|
413
|
+
.build() {
|
|
414
|
+
}
|
|
415
|
+
|
|
404
416
|
class DescribeDomainAutoTunesCommand extends smithyClient.Command
|
|
405
417
|
.classBuilder()
|
|
406
418
|
.ep(commonParams)
|
|
@@ -629,6 +641,18 @@ class GetApplicationCommand extends smithyClient.Command
|
|
|
629
641
|
.build() {
|
|
630
642
|
}
|
|
631
643
|
|
|
644
|
+
class GetCapabilityCommand extends smithyClient.Command
|
|
645
|
+
.classBuilder()
|
|
646
|
+
.ep(commonParams)
|
|
647
|
+
.m(function (Command, cs, config, o) {
|
|
648
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
649
|
+
})
|
|
650
|
+
.s("AmazonOpenSearchService", "GetCapability", {})
|
|
651
|
+
.n("OpenSearchClient", "GetCapabilityCommand")
|
|
652
|
+
.sc(schemas_0.GetCapability$)
|
|
653
|
+
.build() {
|
|
654
|
+
}
|
|
655
|
+
|
|
632
656
|
class GetCompatibleVersionsCommand extends smithyClient.Command
|
|
633
657
|
.classBuilder()
|
|
634
658
|
.ep(commonParams)
|
|
@@ -941,6 +965,18 @@ class PutDefaultApplicationSettingCommand extends smithyClient.Command
|
|
|
941
965
|
.build() {
|
|
942
966
|
}
|
|
943
967
|
|
|
968
|
+
class RegisterCapabilityCommand extends smithyClient.Command
|
|
969
|
+
.classBuilder()
|
|
970
|
+
.ep(commonParams)
|
|
971
|
+
.m(function (Command, cs, config, o) {
|
|
972
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
973
|
+
})
|
|
974
|
+
.s("AmazonOpenSearchService", "RegisterCapability", {})
|
|
975
|
+
.n("OpenSearchClient", "RegisterCapabilityCommand")
|
|
976
|
+
.sc(schemas_0.RegisterCapability$)
|
|
977
|
+
.build() {
|
|
978
|
+
}
|
|
979
|
+
|
|
944
980
|
class RejectInboundConnectionCommand extends smithyClient.Command
|
|
945
981
|
.classBuilder()
|
|
946
982
|
.ep(commonParams)
|
|
@@ -1176,6 +1212,7 @@ const commands = {
|
|
|
1176
1212
|
DeleteOutboundConnectionCommand,
|
|
1177
1213
|
DeletePackageCommand,
|
|
1178
1214
|
DeleteVpcEndpointCommand,
|
|
1215
|
+
DeregisterCapabilityCommand,
|
|
1179
1216
|
DescribeDomainCommand,
|
|
1180
1217
|
DescribeDomainAutoTunesCommand,
|
|
1181
1218
|
DescribeDomainChangeProgressCommand,
|
|
@@ -1195,6 +1232,7 @@ const commands = {
|
|
|
1195
1232
|
DissociatePackageCommand,
|
|
1196
1233
|
DissociatePackagesCommand,
|
|
1197
1234
|
GetApplicationCommand,
|
|
1235
|
+
GetCapabilityCommand,
|
|
1198
1236
|
GetCompatibleVersionsCommand,
|
|
1199
1237
|
GetDataSourceCommand,
|
|
1200
1238
|
GetDefaultApplicationSettingCommand,
|
|
@@ -1221,6 +1259,7 @@ const commands = {
|
|
|
1221
1259
|
ListVpcEndpointsForDomainCommand,
|
|
1222
1260
|
PurchaseReservedInstanceOfferingCommand,
|
|
1223
1261
|
PutDefaultApplicationSettingCommand,
|
|
1262
|
+
RegisterCapabilityCommand,
|
|
1224
1263
|
RejectInboundConnectionCommand,
|
|
1225
1264
|
RemoveTagsCommand,
|
|
1226
1265
|
RevokeVpcEndpointAccessCommand,
|
|
@@ -1576,6 +1615,15 @@ const VpcEndpointStatus = {
|
|
|
1576
1615
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1577
1616
|
UPDATING: "UPDATING",
|
|
1578
1617
|
};
|
|
1618
|
+
const CapabilityStatus = {
|
|
1619
|
+
ACTIVE: "active",
|
|
1620
|
+
CREATE_FAILED: "create_failed",
|
|
1621
|
+
CREATING: "creating",
|
|
1622
|
+
DELETE_FAILED: "delete_failed",
|
|
1623
|
+
DELETING: "deleting",
|
|
1624
|
+
UPDATE_FAILED: "update_failed",
|
|
1625
|
+
UPDATING: "updating",
|
|
1626
|
+
};
|
|
1579
1627
|
const ScheduledAutoTuneActionType = {
|
|
1580
1628
|
JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
|
|
1581
1629
|
JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
|
|
@@ -1661,6 +1709,9 @@ const ApplicationStatus = {
|
|
|
1661
1709
|
FAILED: "FAILED",
|
|
1662
1710
|
UPDATING: "UPDATING",
|
|
1663
1711
|
};
|
|
1712
|
+
const CapabilityFailureReason = {
|
|
1713
|
+
KMS_KEY_INSUFFICIENT_PERMISSION: "KMS_KEY_INSUFFICIENT_PERMISSION",
|
|
1714
|
+
};
|
|
1664
1715
|
const DataSourceStatus = {
|
|
1665
1716
|
ACTIVE: "ACTIVE",
|
|
1666
1717
|
DISABLED: "DISABLED",
|
|
@@ -1751,6 +1802,8 @@ exports.AutoTuneState = AutoTuneState;
|
|
|
1751
1802
|
exports.AutoTuneType = AutoTuneType;
|
|
1752
1803
|
exports.CancelDomainConfigChangeCommand = CancelDomainConfigChangeCommand;
|
|
1753
1804
|
exports.CancelServiceSoftwareUpdateCommand = CancelServiceSoftwareUpdateCommand;
|
|
1805
|
+
exports.CapabilityFailureReason = CapabilityFailureReason;
|
|
1806
|
+
exports.CapabilityStatus = CapabilityStatus;
|
|
1754
1807
|
exports.ConfigChangeStatus = ConfigChangeStatus;
|
|
1755
1808
|
exports.ConnectionMode = ConnectionMode;
|
|
1756
1809
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
@@ -1771,6 +1824,7 @@ exports.DeletePackageCommand = DeletePackageCommand;
|
|
|
1771
1824
|
exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
|
|
1772
1825
|
exports.DeploymentStatus = DeploymentStatus;
|
|
1773
1826
|
exports.DeploymentStrategy = DeploymentStrategy;
|
|
1827
|
+
exports.DeregisterCapabilityCommand = DeregisterCapabilityCommand;
|
|
1774
1828
|
exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
|
|
1775
1829
|
exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
|
|
1776
1830
|
exports.DescribeDomainCommand = DescribeDomainCommand;
|
|
@@ -1797,6 +1851,7 @@ exports.DomainState = DomainState;
|
|
|
1797
1851
|
exports.DryRunMode = DryRunMode;
|
|
1798
1852
|
exports.EngineType = EngineType;
|
|
1799
1853
|
exports.GetApplicationCommand = GetApplicationCommand;
|
|
1854
|
+
exports.GetCapabilityCommand = GetCapabilityCommand;
|
|
1800
1855
|
exports.GetCompatibleVersionsCommand = GetCompatibleVersionsCommand;
|
|
1801
1856
|
exports.GetDataSourceCommand = GetDataSourceCommand;
|
|
1802
1857
|
exports.GetDefaultApplicationSettingCommand = GetDefaultApplicationSettingCommand;
|
|
@@ -1854,6 +1909,7 @@ exports.PrincipalType = PrincipalType;
|
|
|
1854
1909
|
exports.PropertyValueType = PropertyValueType;
|
|
1855
1910
|
exports.PurchaseReservedInstanceOfferingCommand = PurchaseReservedInstanceOfferingCommand;
|
|
1856
1911
|
exports.PutDefaultApplicationSettingCommand = PutDefaultApplicationSettingCommand;
|
|
1912
|
+
exports.RegisterCapabilityCommand = RegisterCapabilityCommand;
|
|
1857
1913
|
exports.RejectInboundConnectionCommand = RejectInboundConnectionCommand;
|
|
1858
1914
|
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
1859
1915
|
exports.RequirementLevel = RequirementLevel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlotNotAvailableException = exports.InvalidPaginationTokenException = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.ConflictException = exports.ValidationException = exports.InternalException = exports.DependencyFailureException = exports.BaseException = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = void 0;
|
|
3
|
+
exports.SlotNotAvailableException = exports.ServiceQuotaExceededException = exports.InvalidPaginationTokenException = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.ConflictException = exports.ValidationException = exports.InternalException = exports.DependencyFailureException = exports.BaseException = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = void 0;
|
|
4
4
|
const OpenSearchServiceException_1 = require("./OpenSearchServiceException");
|
|
5
5
|
class DisabledOperationException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
6
6
|
name = "DisabledOperationException";
|
|
@@ -171,6 +171,19 @@ class InvalidPaginationTokenException extends OpenSearchServiceException_1.OpenS
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
174
|
+
class ServiceQuotaExceededException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
175
|
+
name = "ServiceQuotaExceededException";
|
|
176
|
+
$fault = "client";
|
|
177
|
+
constructor(opts) {
|
|
178
|
+
super({
|
|
179
|
+
name: "ServiceQuotaExceededException",
|
|
180
|
+
$fault: "client",
|
|
181
|
+
...opts,
|
|
182
|
+
});
|
|
183
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
174
187
|
class SlotNotAvailableException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
175
188
|
name = "SlotNotAvailableException";
|
|
176
189
|
$fault = "client";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.UpgradeDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdateScheduledAction$ = exports.UpdatePackageScope$ = exports.UpdatePackage$ = exports.UpdateIndex$ = void 0;
|
|
3
|
+
exports.AutoTuneOptionsStatus$ = exports.AutoTuneOptionsOutput$ = exports.AutoTuneOptionsInput$ = exports.AutoTuneOptions$ = exports.AutoTuneMaintenanceSchedule$ = exports.AutoTuneDetails$ = exports.AutoTune$ = exports.AuthorizeVpcEndpointAccessResponse$ = exports.AuthorizeVpcEndpointAccessRequest$ = exports.AuthorizedPrincipal$ = exports.AssociatePackagesResponse$ = exports.AssociatePackagesRequest$ = exports.AssociatePackageResponse$ = exports.AssociatePackageRequest$ = exports.ApplicationSummary$ = exports.AppConfig$ = exports.AIMLOptionsStatus$ = exports.AIMLOptionsOutput$ = exports.AIMLOptionsInput$ = exports.AIConfig$ = exports.AdvancedSecurityOptionsStatus$ = exports.AdvancedSecurityOptionsInput$ = exports.AdvancedSecurityOptions$ = exports.AdvancedOptionsStatus$ = exports.AddTagsRequest$ = exports.AdditionalLimit$ = exports.AddDirectQueryDataSourceResponse$ = exports.AddDirectQueryDataSourceRequest$ = exports.AddDataSourceResponse$ = exports.AddDataSourceRequest$ = exports.AccessPoliciesStatus$ = exports.AcceptInboundConnectionResponse$ = exports.AcceptInboundConnectionRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.SlotNotAvailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidTypeException$ = exports.InvalidPaginationTokenException$ = exports.InternalException$ = exports.DisabledOperationException$ = exports.DependencyFailureException$ = exports.ConflictException$ = exports.BaseException$ = exports.AccessDeniedException$ = exports.OpenSearchServiceException$ = void 0;
|
|
4
|
+
exports.DeletePackageResponse$ = exports.DeletePackageRequest$ = exports.DeleteOutboundConnectionResponse$ = exports.DeleteOutboundConnectionRequest$ = exports.DeleteIndexResponse$ = exports.DeleteIndexRequest$ = exports.DeleteInboundConnectionResponse$ = exports.DeleteInboundConnectionRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDirectQueryDataSourceRequest$ = exports.DeleteDataSourceResponse$ = exports.DeleteDataSourceRequest$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.DataSourceDetails$ = exports.DataSource$ = exports.CrossClusterSearchConnectionProperties$ = exports.CreateVpcEndpointResponse$ = exports.CreateVpcEndpointRequest$ = exports.CreatePackageResponse$ = exports.CreatePackageRequest$ = exports.CreateOutboundConnectionResponse$ = exports.CreateOutboundConnectionRequest$ = exports.CreateIndexResponse$ = exports.CreateIndexRequest$ = exports.CreateDomainResponse$ = exports.CreateDomainRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ConnectionProperties$ = exports.CompatibleVersionsMap$ = exports.ColdStorageOptions$ = exports.CognitoOptionsStatus$ = exports.CognitoOptions$ = exports.ClusterConfigStatus$ = exports.ClusterConfig$ = exports.CloudWatchDirectQueryDataSource$ = exports.ChangeProgressStatusDetails$ = exports.ChangeProgressStage$ = exports.ChangeProgressDetails$ = exports.CapabilityFailure$ = exports.CancelServiceSoftwareUpdateResponse$ = exports.CancelServiceSoftwareUpdateRequest$ = exports.CancelledChangeProperty$ = exports.CancelDomainConfigChangeResponse$ = exports.CancelDomainConfigChangeRequest$ = exports.AWSDomainInformation$ = exports.AvailabilityZoneInfo$ = exports.AutoTuneStatus$ = void 0;
|
|
5
|
+
exports.DomainMaintenanceDetails$ = exports.DomainInformationContainer$ = exports.DomainInfo$ = exports.DomainEndpointOptionsStatus$ = exports.DomainEndpointOptions$ = exports.DomainConfig$ = exports.DissociatePackagesResponse$ = exports.DissociatePackagesRequest$ = exports.DissociatePackageResponse$ = exports.DissociatePackageRequest$ = exports.DirectQueryDataSource$ = exports.DescribeVpcEndpointsResponse$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeReservedInstancesResponse$ = exports.DescribeReservedInstancesRequest$ = exports.DescribeReservedInstanceOfferingsResponse$ = exports.DescribeReservedInstanceOfferingsRequest$ = exports.DescribePackagesResponse$ = exports.DescribePackagesRequest$ = exports.DescribePackagesFilter$ = exports.DescribeOutboundConnectionsResponse$ = exports.DescribeOutboundConnectionsRequest$ = exports.DescribeInstanceTypeLimitsResponse$ = exports.DescribeInstanceTypeLimitsRequest$ = exports.DescribeInsightDetailsResponse$ = exports.DescribeInsightDetailsRequest$ = exports.DescribeInboundConnectionsResponse$ = exports.DescribeInboundConnectionsRequest$ = exports.DescribeDryRunProgressResponse$ = exports.DescribeDryRunProgressRequest$ = exports.DescribeDomainsResponse$ = exports.DescribeDomainsRequest$ = exports.DescribeDomainResponse$ = exports.DescribeDomainRequest$ = exports.DescribeDomainNodesResponse$ = exports.DescribeDomainNodesRequest$ = exports.DescribeDomainHealthResponse$ = exports.DescribeDomainHealthRequest$ = exports.DescribeDomainConfigResponse$ = exports.DescribeDomainConfigRequest$ = exports.DescribeDomainChangeProgressResponse$ = exports.DescribeDomainChangeProgressRequest$ = exports.DescribeDomainAutoTunesResponse$ = exports.DescribeDomainAutoTunesRequest$ = exports.DeregisterCapabilityResponse$ = exports.DeregisterCapabilityRequest$ = exports.DeploymentStrategyOptionsStatus$ = exports.DeploymentStrategyOptions$ = exports.DeleteVpcEndpointResponse$ = exports.DeleteVpcEndpointRequest$ = void 0;
|
|
6
|
+
exports.InstanceLimits$ = exports.InstanceCountLimits$ = exports.InsightTimeRange$ = exports.InsightField$ = exports.InsightEntity$ = exports.Insight$ = exports.InboundConnectionStatus$ = exports.InboundConnection$ = exports.IdentityCenterOptionsStatus$ = exports.IdentityCenterOptionsInput$ = exports.IdentityCenterOptions$ = exports.IamIdentityCenterOptionsInput$ = exports.IamIdentityCenterOptions$ = exports.IAMFederationOptionsOutput$ = exports.IAMFederationOptionsInput$ = exports.GetUpgradeStatusResponse$ = exports.GetUpgradeStatusRequest$ = exports.GetUpgradeHistoryResponse$ = exports.GetUpgradeHistoryRequest$ = exports.GetPackageVersionHistoryResponse$ = exports.GetPackageVersionHistoryRequest$ = exports.GetIndexResponse$ = exports.GetIndexRequest$ = exports.GetDomainMaintenanceStatusResponse$ = exports.GetDomainMaintenanceStatusRequest$ = exports.GetDirectQueryDataSourceResponse$ = exports.GetDirectQueryDataSourceRequest$ = exports.GetDefaultApplicationSettingResponse$ = exports.GetDefaultApplicationSettingRequest$ = exports.GetDataSourceResponse$ = exports.GetDataSourceRequest$ = exports.GetCompatibleVersionsResponse$ = exports.GetCompatibleVersionsRequest$ = exports.GetCapabilityResponse$ = exports.GetCapabilityRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.Filter$ = exports.ErrorDetails$ = exports.EnvironmentInfo$ = exports.EncryptionAtRestOptionsStatus$ = exports.EncryptionAtRestOptions$ = exports.EBSOptionsStatus$ = exports.EBSOptions$ = exports.Duration$ = exports.DryRunResults$ = exports.DryRunProgressStatus$ = exports.DomainStatus$ = exports.DomainPackageDetails$ = exports.DomainNodesStatus$ = void 0;
|
|
7
|
+
exports.OptionStatus$ = exports.OffPeakWindowOptionsStatus$ = exports.OffPeakWindowOptions$ = exports.OffPeakWindow$ = exports.NodeToNodeEncryptionOptionsStatus$ = exports.NodeToNodeEncryptionOptions$ = exports.NodeOption$ = exports.NodeConfig$ = exports.NaturalLanguageQueryGenerationOptionsOutput$ = exports.NaturalLanguageQueryGenerationOptionsInput$ = exports.ModifyingProperties$ = exports.MasterUserOptions$ = exports.LogPublishingOptionsStatus$ = exports.LogPublishingOption$ = exports.ListVpcEndpointsResponse$ = exports.ListVpcEndpointsRequest$ = exports.ListVpcEndpointsForDomainResponse$ = exports.ListVpcEndpointsForDomainRequest$ = exports.ListVpcEndpointAccessResponse$ = exports.ListVpcEndpointAccessRequest$ = exports.ListVersionsResponse$ = exports.ListVersionsRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListScheduledActionsResponse$ = exports.ListScheduledActionsRequest$ = exports.ListPackagesForDomainResponse$ = exports.ListPackagesForDomainRequest$ = exports.ListInstanceTypeDetailsResponse$ = exports.ListInstanceTypeDetailsRequest$ = exports.ListInsightsResponse$ = exports.ListInsightsRequest$ = exports.ListDomainsForPackageResponse$ = exports.ListDomainsForPackageRequest$ = exports.ListDomainNamesResponse$ = exports.ListDomainNamesRequest$ = exports.ListDomainMaintenancesResponse$ = exports.ListDomainMaintenancesRequest$ = exports.ListDirectQueryDataSourcesResponse$ = exports.ListDirectQueryDataSourcesRequest$ = exports.ListDataSourcesResponse$ = exports.ListDataSourcesRequest$ = exports.ListApplicationsResponse$ = exports.ListApplicationsRequest$ = exports.Limits$ = exports.KeyStoreAccessOption$ = exports.JWTOptionsOutput$ = exports.JWTOptionsInput$ = exports.IPAddressTypeStatus$ = exports.InstanceTypeDetails$ = void 0;
|
|
8
|
+
exports.UpdateDataSourceRequest$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.Tag$ = exports.StorageTypeLimit$ = exports.StorageType$ = exports.StartServiceSoftwareUpdateResponse$ = exports.StartServiceSoftwareUpdateRequest$ = exports.StartDomainMaintenanceResponse$ = exports.StartDomainMaintenanceRequest$ = exports.SoftwareUpdateOptionsStatus$ = exports.SoftwareUpdateOptions$ = exports.SnapshotOptionsStatus$ = exports.SnapshotOptions$ = exports.ServiceSoftwareOptions$ = exports.ServerlessVectorAcceleration$ = exports.SecurityLakeDirectQueryDataSource$ = exports.ScheduledAutoTuneDetails$ = exports.ScheduledAction$ = exports.SAMLOptionsOutput$ = exports.SAMLOptionsInput$ = exports.SAMLIdp$ = exports.S3VectorsEngine$ = exports.S3GlueDataCatalog$ = exports.RevokeVpcEndpointAccessResponse$ = exports.RevokeVpcEndpointAccessRequest$ = exports.ReservedInstanceOffering$ = exports.ReservedInstance$ = exports.RemoveTagsRequest$ = exports.RejectInboundConnectionResponse$ = exports.RejectInboundConnectionRequest$ = exports.RegisterCapabilityResponse$ = exports.RegisterCapabilityRequest$ = exports.RecurringCharge$ = exports.PutDefaultApplicationSettingResponse$ = exports.PutDefaultApplicationSettingRequest$ = exports.PurchaseReservedInstanceOfferingResponse$ = exports.PurchaseReservedInstanceOfferingRequest$ = exports.PrometheusDirectQueryDataSource$ = exports.PluginProperties$ = exports.PackageVersionHistory$ = exports.PackageVendingOptions$ = exports.PackageSource$ = exports.PackageEncryptionOptions$ = exports.PackageDetailsForAssociation$ = exports.PackageDetails$ = exports.PackageConfiguration$ = exports.PackageAssociationConfiguration$ = exports.OutboundConnectionStatus$ = exports.OutboundConnection$ = void 0;
|
|
9
|
+
exports.DeleteApplication$ = exports.CreateVpcEndpoint$ = exports.CreatePackage$ = exports.CreateOutboundConnection$ = exports.CreateIndex$ = exports.CreateDomain$ = exports.CreateApplication$ = exports.CancelServiceSoftwareUpdate$ = exports.CancelDomainConfigChange$ = exports.AuthorizeVpcEndpointAccess$ = exports.AssociatePackages$ = exports.AssociatePackage$ = exports.AddTags$ = exports.AddDirectQueryDataSource$ = exports.AddDataSource$ = exports.AcceptInboundConnection$ = exports.DirectQueryDataSourceType$ = exports.DataSourceType$ = exports.CapabilityExtendedResponseConfig$ = exports.CapabilityBaseResponseConfig$ = exports.CapabilityBaseRequestConfig$ = exports.ZoneAwarenessConfig$ = exports.WindowStartTime$ = exports.VPCOptions$ = exports.VpcEndpointSummary$ = exports.VpcEndpointError$ = exports.VpcEndpoint$ = exports.VPCDerivedInfoStatus$ = exports.VPCDerivedInfo$ = exports.VersionStatus$ = exports.ValidationFailure$ = exports.UpgradeStepItem$ = exports.UpgradeHistory$ = exports.UpgradeDomainResponse$ = exports.UpgradeDomainRequest$ = exports.UpdateVpcEndpointResponse$ = exports.UpdateVpcEndpointRequest$ = exports.UpdateScheduledActionResponse$ = exports.UpdateScheduledActionRequest$ = exports.UpdatePackageScopeResponse$ = exports.UpdatePackageScopeRequest$ = exports.UpdatePackageResponse$ = exports.UpdatePackageRequest$ = exports.UpdateIndexResponse$ = exports.UpdateIndexRequest$ = exports.UpdateDomainConfigResponse$ = exports.UpdateDomainConfigRequest$ = exports.UpdateDirectQueryDataSourceResponse$ = exports.UpdateDirectQueryDataSourceRequest$ = exports.UpdateDataSourceResponse$ = void 0;
|
|
10
|
+
exports.ListVersions$ = exports.ListTags$ = exports.ListScheduledActions$ = exports.ListPackagesForDomain$ = exports.ListInstanceTypeDetails$ = exports.ListInsights$ = exports.ListDomainsForPackage$ = exports.ListDomainNames$ = exports.ListDomainMaintenances$ = exports.ListDirectQueryDataSources$ = exports.ListDataSources$ = exports.ListApplications$ = exports.GetUpgradeStatus$ = exports.GetUpgradeHistory$ = exports.GetPackageVersionHistory$ = exports.GetIndex$ = exports.GetDomainMaintenanceStatus$ = exports.GetDirectQueryDataSource$ = exports.GetDefaultApplicationSetting$ = exports.GetDataSource$ = exports.GetCompatibleVersions$ = exports.GetCapability$ = exports.GetApplication$ = exports.DissociatePackages$ = exports.DissociatePackage$ = exports.DescribeVpcEndpoints$ = exports.DescribeReservedInstances$ = exports.DescribeReservedInstanceOfferings$ = exports.DescribePackages$ = exports.DescribeOutboundConnections$ = exports.DescribeInstanceTypeLimits$ = exports.DescribeInsightDetails$ = exports.DescribeInboundConnections$ = exports.DescribeDryRunProgress$ = exports.DescribeDomains$ = exports.DescribeDomainNodes$ = exports.DescribeDomainHealth$ = exports.DescribeDomainConfig$ = exports.DescribeDomainChangeProgress$ = exports.DescribeDomainAutoTunes$ = exports.DescribeDomain$ = exports.DeregisterCapability$ = exports.DeleteVpcEndpoint$ = exports.DeletePackage$ = exports.DeleteOutboundConnection$ = exports.DeleteIndex$ = exports.DeleteInboundConnection$ = exports.DeleteDomain$ = exports.DeleteDirectQueryDataSource$ = exports.DeleteDataSource$ = void 0;
|
|
11
|
+
exports.UpgradeDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdateScheduledAction$ = exports.UpdatePackageScope$ = exports.UpdatePackage$ = exports.UpdateIndex$ = exports.UpdateDomainConfig$ = exports.UpdateDirectQueryDataSource$ = exports.UpdateDataSource$ = exports.UpdateApplication$ = exports.StartServiceSoftwareUpdate$ = exports.StartDomainMaintenance$ = exports.RevokeVpcEndpointAccess$ = exports.RemoveTags$ = exports.RejectInboundConnection$ = exports.RegisterCapability$ = exports.PutDefaultApplicationSetting$ = exports.PurchaseReservedInstanceOffering$ = exports.ListVpcEndpointsForDomain$ = exports.ListVpcEndpoints$ = exports.ListVpcEndpointAccess$ = void 0;
|
|
12
12
|
const _A = "Account";
|
|
13
13
|
const _AADD = "AnonymousAuthDisableDate";
|
|
14
14
|
const _AAE = "AnonymousAuthEnabled";
|
|
@@ -24,9 +24,10 @@ const _ADQDSRd = "AddDirectQueryDataSourceResponse";
|
|
|
24
24
|
const _ADS = "AddDataSource";
|
|
25
25
|
const _ADSR = "AddDataSourceRequest";
|
|
26
26
|
const _ADSRd = "AddDataSourceResponse";
|
|
27
|
-
const _AIC = "
|
|
27
|
+
const _AIC = "AIConfig";
|
|
28
28
|
const _AICR = "AcceptInboundConnectionRequest";
|
|
29
29
|
const _AICRc = "AcceptInboundConnectionResponse";
|
|
30
|
+
const _AICc = "AcceptInboundConnection";
|
|
30
31
|
const _AID = "ActionID";
|
|
31
32
|
const _AIMLO = "AIMLOptions";
|
|
32
33
|
const _AIMLOI = "AIMLOptionsInput";
|
|
@@ -98,6 +99,8 @@ const _CAR = "CreateApplicationRequest";
|
|
|
98
99
|
const _CARr = "CreateApplicationResponse";
|
|
99
100
|
const _CAr = "CreatedAt";
|
|
100
101
|
const _CAre = "CreateApplication";
|
|
102
|
+
const _CBRC = "CapabilityBaseRequestConfig";
|
|
103
|
+
const _CBRCa = "CapabilityBaseResponseConfig";
|
|
101
104
|
const _CC = "ClusterConfig";
|
|
102
105
|
const _CCI = "CancelledChangeIds";
|
|
103
106
|
const _CCP = "CancelledChangeProperties";
|
|
@@ -120,8 +123,11 @@ const _CE = "ConflictException";
|
|
|
120
123
|
const _CECA = "CustomEndpointCertificateArn";
|
|
121
124
|
const _CEE = "CustomEndpointEnabled";
|
|
122
125
|
const _CEFR = "CronExpressionForRecurrence";
|
|
126
|
+
const _CERC = "CapabilityExtendedResponseConfig";
|
|
123
127
|
const _CEo = "CognitoEnabled";
|
|
124
128
|
const _CEu = "CustomEndpoint";
|
|
129
|
+
const _CF = "CapabilityFailure";
|
|
130
|
+
const _CFa = "CapabilityFailures";
|
|
125
131
|
const _CH = "ClusterHealth";
|
|
126
132
|
const _CI = "ConnectionId";
|
|
127
133
|
const _CIR = "CreateIndexRequest";
|
|
@@ -178,6 +184,9 @@ const _DAR = "DeleteApplicationRequest";
|
|
|
178
184
|
const _DARe = "DeleteApplicationResponse";
|
|
179
185
|
const _DAe = "DeleteApplication";
|
|
180
186
|
const _DC = "DomainConfig";
|
|
187
|
+
const _DCR = "DeregisterCapabilityRequest";
|
|
188
|
+
const _DCRe = "DeregisterCapabilityResponse";
|
|
189
|
+
const _DCe = "DeregisterCapability";
|
|
181
190
|
const _DD = "DeleteDomain";
|
|
182
191
|
const _DDAT = "DescribeDomainAutoTunes";
|
|
183
192
|
const _DDATR = "DescribeDomainAutoTunesRequest";
|
|
@@ -346,6 +355,9 @@ const _Fr = "From";
|
|
|
346
355
|
const _GA = "GetApplication";
|
|
347
356
|
const _GAR = "GetApplicationRequest";
|
|
348
357
|
const _GARe = "GetApplicationResponse";
|
|
358
|
+
const _GC = "GetCapability";
|
|
359
|
+
const _GCR = "GetCapabilityRequest";
|
|
360
|
+
const _GCRe = "GetCapabilityResponse";
|
|
349
361
|
const _GCV = "GetCompatibleVersions";
|
|
350
362
|
const _GCVR = "GetCompatibleVersionsRequest";
|
|
351
363
|
const _GCVRe = "GetCompatibleVersionsResponse";
|
|
@@ -584,7 +596,10 @@ const _RC = "RecurringCharge";
|
|
|
584
596
|
const _RCA = "RecurringChargeAmount";
|
|
585
597
|
const _RCF = "RecurringChargeFrequency";
|
|
586
598
|
const _RCL = "RecurringChargeList";
|
|
599
|
+
const _RCR = "RegisterCapabilityRequest";
|
|
600
|
+
const _RCRe = "RegisterCapabilityResponse";
|
|
587
601
|
const _RCe = "RecurringCharges";
|
|
602
|
+
const _RCeg = "RegisterCapability";
|
|
588
603
|
const _RDI = "RemoteDomainInfo";
|
|
589
604
|
const _RI = "ReservedInstances";
|
|
590
605
|
const _RIC = "RejectInboundConnection";
|
|
@@ -640,6 +655,7 @@ const _SNAE = "SlotNotAvailableException";
|
|
|
640
655
|
const _SO = "SnapshotOptions";
|
|
641
656
|
const _SOS = "SnapshotOptionsStatus";
|
|
642
657
|
const _SOo = "SortOrder";
|
|
658
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
643
659
|
const _SS = "SlotSuggestions";
|
|
644
660
|
const _SSO = "ServiceSoftwareOptions";
|
|
645
661
|
const _SSSU = "StartServiceSoftwareUpdate";
|
|
@@ -775,11 +791,16 @@ const _ZS = "ZoneStatus";
|
|
|
775
791
|
const _a = "arn";
|
|
776
792
|
const _aA = "applicationArn";
|
|
777
793
|
const _aC = "appConfigs";
|
|
794
|
+
const _aCi = "aiConfig";
|
|
795
|
+
const _aI = "applicationId";
|
|
778
796
|
const _ac = "action";
|
|
779
797
|
const _c = "client";
|
|
780
798
|
const _cA = "createdAt";
|
|
799
|
+
const _cC = "capabilityConfig";
|
|
800
|
+
const _cN = "capabilityName";
|
|
781
801
|
const _cT = "clientToken";
|
|
782
802
|
const _ch = "changeid";
|
|
803
|
+
const _d = "details";
|
|
783
804
|
const _dN = "domainName";
|
|
784
805
|
const _dRI = "dryRunId";
|
|
785
806
|
const _dS = "dataSources";
|
|
@@ -789,6 +810,7 @@ const _e = "error";
|
|
|
789
810
|
const _eT = "engineType";
|
|
790
811
|
const _en = "endpoint";
|
|
791
812
|
const _ena = "enabled";
|
|
813
|
+
const _f = "failures";
|
|
792
814
|
const _h = "http";
|
|
793
815
|
const _hE = "httpError";
|
|
794
816
|
const _hQ = "httpQuery";
|
|
@@ -810,6 +832,7 @@ const _n = "name";
|
|
|
810
832
|
const _nT = "nextToken";
|
|
811
833
|
const _ne = "nexttoken";
|
|
812
834
|
const _oI = "offeringId";
|
|
835
|
+
const _r = "reason";
|
|
813
836
|
const _rAZ = "retrieveAZs";
|
|
814
837
|
const _rI = "reservationId";
|
|
815
838
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.opensearch";
|
|
@@ -894,6 +917,12 @@ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
|
894
917
|
[0]
|
|
895
918
|
];
|
|
896
919
|
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
920
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
921
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
922
|
+
[_m],
|
|
923
|
+
[0]
|
|
924
|
+
];
|
|
925
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
897
926
|
exports.SlotNotAvailableException$ = [-3, n0, _SNAE,
|
|
898
927
|
{ [_e]: _c, [_hE]: 409 },
|
|
899
928
|
[_SS, _m],
|
|
@@ -983,6 +1012,11 @@ exports.AdvancedSecurityOptionsStatus$ = [3, n0, _ASOS,
|
|
|
983
1012
|
[_O, _S],
|
|
984
1013
|
[() => exports.AdvancedSecurityOptions$, () => exports.OptionStatus$], 2
|
|
985
1014
|
];
|
|
1015
|
+
exports.AIConfig$ = [3, n0, _AIC,
|
|
1016
|
+
0,
|
|
1017
|
+
[],
|
|
1018
|
+
[]
|
|
1019
|
+
];
|
|
986
1020
|
exports.AIMLOptionsInput$ = [3, n0, _AIMLOI,
|
|
987
1021
|
0,
|
|
988
1022
|
[_NLQGO, _SVE, _SVA],
|
|
@@ -1118,6 +1152,11 @@ exports.CancelServiceSoftwareUpdateResponse$ = [3, n0, _CSSURa,
|
|
|
1118
1152
|
[_SSO],
|
|
1119
1153
|
[() => exports.ServiceSoftwareOptions$]
|
|
1120
1154
|
];
|
|
1155
|
+
exports.CapabilityFailure$ = [3, n0, _CF,
|
|
1156
|
+
0,
|
|
1157
|
+
[_r, _d],
|
|
1158
|
+
[0, 0]
|
|
1159
|
+
];
|
|
1121
1160
|
exports.ChangeProgressDetails$ = [3, n0, _CPD,
|
|
1122
1161
|
0,
|
|
1123
1162
|
[_CIh, _M, _CCS, _IB, _ST, _LUT],
|
|
@@ -1343,6 +1382,16 @@ exports.DeploymentStrategyOptionsStatus$ = [3, n0, _DSOS,
|
|
|
1343
1382
|
[_O, _S],
|
|
1344
1383
|
[() => exports.DeploymentStrategyOptions$, () => exports.OptionStatus$], 2
|
|
1345
1384
|
];
|
|
1385
|
+
exports.DeregisterCapabilityRequest$ = [3, n0, _DCR,
|
|
1386
|
+
0,
|
|
1387
|
+
[_aI, _cN],
|
|
1388
|
+
[[0, 1], [0, 1]], 2
|
|
1389
|
+
];
|
|
1390
|
+
exports.DeregisterCapabilityResponse$ = [3, n0, _DCRe,
|
|
1391
|
+
0,
|
|
1392
|
+
[_st],
|
|
1393
|
+
[0]
|
|
1394
|
+
];
|
|
1346
1395
|
exports.DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR,
|
|
1347
1396
|
0,
|
|
1348
1397
|
[_DN, _MR, _NT],
|
|
@@ -1638,6 +1687,16 @@ exports.GetApplicationResponse$ = [3, n0, _GARe,
|
|
|
1638
1687
|
[_i, _a, _n, _en, _st, _iICO, _dS, _aC, _cA, _lUA, _kKA],
|
|
1639
1688
|
[0, 0, 0, 0, 0, () => exports.IamIdentityCenterOptions$, () => DataSources, () => AppConfigs, 4, 4, 0]
|
|
1640
1689
|
];
|
|
1690
|
+
exports.GetCapabilityRequest$ = [3, n0, _GCR,
|
|
1691
|
+
0,
|
|
1692
|
+
[_aI, _cN],
|
|
1693
|
+
[[0, 1], [0, 1]], 2
|
|
1694
|
+
];
|
|
1695
|
+
exports.GetCapabilityResponse$ = [3, n0, _GCRe,
|
|
1696
|
+
0,
|
|
1697
|
+
[_cN, _aI, _st, _cC, _f],
|
|
1698
|
+
[0, 0, 0, () => exports.CapabilityExtendedResponseConfig$, () => CapabilityFailures]
|
|
1699
|
+
];
|
|
1641
1700
|
exports.GetCompatibleVersionsRequest$ = [3, n0, _GCVR,
|
|
1642
1701
|
0,
|
|
1643
1702
|
[_DN],
|
|
@@ -2138,6 +2197,16 @@ exports.RecurringCharge$ = [3, n0, _RC,
|
|
|
2138
2197
|
[_RCA, _RCF],
|
|
2139
2198
|
[1, 0]
|
|
2140
2199
|
];
|
|
2200
|
+
exports.RegisterCapabilityRequest$ = [3, n0, _RCR,
|
|
2201
|
+
0,
|
|
2202
|
+
[_aI, _cN, _cC],
|
|
2203
|
+
[[0, 1], 0, () => exports.CapabilityBaseRequestConfig$], 3
|
|
2204
|
+
];
|
|
2205
|
+
exports.RegisterCapabilityResponse$ = [3, n0, _RCRe,
|
|
2206
|
+
0,
|
|
2207
|
+
[_cN, _aI, _st, _cC],
|
|
2208
|
+
[0, 0, 0, () => exports.CapabilityBaseResponseConfig$]
|
|
2209
|
+
];
|
|
2141
2210
|
exports.RejectInboundConnectionRequest$ = [3, n0, _RICR,
|
|
2142
2211
|
0,
|
|
2143
2212
|
[_CI],
|
|
@@ -2465,6 +2534,9 @@ var AvailabilityZoneList = 64 | 0;
|
|
|
2465
2534
|
var CancelledChangePropertyList = [1, n0, _CCPL,
|
|
2466
2535
|
0, () => exports.CancelledChangeProperty$
|
|
2467
2536
|
];
|
|
2537
|
+
var CapabilityFailures = [1, n0, _CFa,
|
|
2538
|
+
0, () => exports.CapabilityFailure$
|
|
2539
|
+
];
|
|
2468
2540
|
var ChangeProgressStageList = [1, n0, _CPSL,
|
|
2469
2541
|
0, () => exports.ChangeProgressStage$
|
|
2470
2542
|
];
|
|
@@ -2598,6 +2670,21 @@ var LimitsByRole = [2, n0, _LBR,
|
|
|
2598
2670
|
var LogPublishingOptions = [2, n0, _LPO,
|
|
2599
2671
|
0, 0, () => exports.LogPublishingOption$
|
|
2600
2672
|
];
|
|
2673
|
+
exports.CapabilityBaseRequestConfig$ = [4, n0, _CBRC,
|
|
2674
|
+
0,
|
|
2675
|
+
[_aCi],
|
|
2676
|
+
[() => exports.AIConfig$]
|
|
2677
|
+
];
|
|
2678
|
+
exports.CapabilityBaseResponseConfig$ = [4, n0, _CBRCa,
|
|
2679
|
+
0,
|
|
2680
|
+
[_aCi],
|
|
2681
|
+
[() => exports.AIConfig$]
|
|
2682
|
+
];
|
|
2683
|
+
exports.CapabilityExtendedResponseConfig$ = [4, n0, _CERC,
|
|
2684
|
+
0,
|
|
2685
|
+
[_aCi],
|
|
2686
|
+
[() => exports.AIConfig$]
|
|
2687
|
+
];
|
|
2601
2688
|
exports.DataSourceType$ = [4, n0, _DST,
|
|
2602
2689
|
0,
|
|
2603
2690
|
[_SGDC],
|
|
@@ -2608,7 +2695,7 @@ exports.DirectQueryDataSourceType$ = [4, n0, _DQDST,
|
|
|
2608
2695
|
[_CWL, _SLe, _Prom],
|
|
2609
2696
|
[() => exports.CloudWatchDirectQueryDataSource$, () => exports.SecurityLakeDirectQueryDataSource$, () => exports.PrometheusDirectQueryDataSource$]
|
|
2610
2697
|
];
|
|
2611
|
-
exports.AcceptInboundConnection$ = [9, n0,
|
|
2698
|
+
exports.AcceptInboundConnection$ = [9, n0, _AICc,
|
|
2612
2699
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept", 200] }, () => exports.AcceptInboundConnectionRequest$, () => exports.AcceptInboundConnectionResponse$
|
|
2613
2700
|
];
|
|
2614
2701
|
exports.AddDataSource$ = [9, n0, _ADS,
|
|
@@ -2680,6 +2767,9 @@ exports.DeletePackage$ = [9, n0, _DP,
|
|
|
2680
2767
|
exports.DeleteVpcEndpoint$ = [9, n0, _DVE,
|
|
2681
2768
|
{ [_h]: ["DELETE", "/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}", 200] }, () => exports.DeleteVpcEndpointRequest$, () => exports.DeleteVpcEndpointResponse$
|
|
2682
2769
|
];
|
|
2770
|
+
exports.DeregisterCapability$ = [9, n0, _DCe,
|
|
2771
|
+
{ [_h]: ["DELETE", "/2021-01-01/opensearch/application/{applicationId}/capability/deregister/{capabilityName}", 200] }, () => exports.DeregisterCapabilityRequest$, () => exports.DeregisterCapabilityResponse$
|
|
2772
|
+
];
|
|
2683
2773
|
exports.DescribeDomain$ = [9, n0, _DDe,
|
|
2684
2774
|
{ [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}", 200] }, () => exports.DescribeDomainRequest$, () => exports.DescribeDomainResponse$
|
|
2685
2775
|
];
|
|
@@ -2737,6 +2827,9 @@ exports.DissociatePackages$ = [9, n0, _DPis,
|
|
|
2737
2827
|
exports.GetApplication$ = [9, n0, _GA,
|
|
2738
2828
|
{ [_h]: ["GET", "/2021-01-01/opensearch/application/{id}", 200] }, () => exports.GetApplicationRequest$, () => exports.GetApplicationResponse$
|
|
2739
2829
|
];
|
|
2830
|
+
exports.GetCapability$ = [9, n0, _GC,
|
|
2831
|
+
{ [_h]: ["GET", "/2021-01-01/opensearch/application/{applicationId}/capability/{capabilityName}", 200] }, () => exports.GetCapabilityRequest$, () => exports.GetCapabilityResponse$
|
|
2832
|
+
];
|
|
2740
2833
|
exports.GetCompatibleVersions$ = [9, n0, _GCV,
|
|
2741
2834
|
{ [_h]: ["GET", "/2021-01-01/opensearch/compatibleVersions", 200] }, () => exports.GetCompatibleVersionsRequest$, () => exports.GetCompatibleVersionsResponse$
|
|
2742
2835
|
];
|
|
@@ -2815,6 +2908,9 @@ exports.PurchaseReservedInstanceOffering$ = [9, n0, _PRIO,
|
|
|
2815
2908
|
exports.PutDefaultApplicationSetting$ = [9, n0, _PDAS,
|
|
2816
2909
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/defaultApplicationSetting", 200] }, () => exports.PutDefaultApplicationSettingRequest$, () => exports.PutDefaultApplicationSettingResponse$
|
|
2817
2910
|
];
|
|
2911
|
+
exports.RegisterCapability$ = [9, n0, _RCeg,
|
|
2912
|
+
{ [_h]: ["POST", "/2021-01-01/opensearch/application/{applicationId}/capability/register", 200] }, () => exports.RegisterCapabilityRequest$, () => exports.RegisterCapabilityResponse$
|
|
2913
|
+
];
|
|
2818
2914
|
exports.RejectInboundConnection$ = [9, n0, _RIC,
|
|
2819
2915
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject", 200] }, () => exports.RejectInboundConnectionRequest$, () => exports.RejectInboundConnectionResponse$
|
|
2820
2916
|
];
|
package/dist-es/OpenSearch.js
CHANGED
|
@@ -23,6 +23,7 @@ import { DeleteIndexCommand, } from "./commands/DeleteIndexCommand";
|
|
|
23
23
|
import { DeleteOutboundConnectionCommand, } from "./commands/DeleteOutboundConnectionCommand";
|
|
24
24
|
import { DeletePackageCommand, } from "./commands/DeletePackageCommand";
|
|
25
25
|
import { DeleteVpcEndpointCommand, } from "./commands/DeleteVpcEndpointCommand";
|
|
26
|
+
import { DeregisterCapabilityCommand, } from "./commands/DeregisterCapabilityCommand";
|
|
26
27
|
import { DescribeDomainAutoTunesCommand, } from "./commands/DescribeDomainAutoTunesCommand";
|
|
27
28
|
import { DescribeDomainChangeProgressCommand, } from "./commands/DescribeDomainChangeProgressCommand";
|
|
28
29
|
import { DescribeDomainCommand, } from "./commands/DescribeDomainCommand";
|
|
@@ -42,6 +43,7 @@ import { DescribeVpcEndpointsCommand, } from "./commands/DescribeVpcEndpointsCom
|
|
|
42
43
|
import { DissociatePackageCommand, } from "./commands/DissociatePackageCommand";
|
|
43
44
|
import { DissociatePackagesCommand, } from "./commands/DissociatePackagesCommand";
|
|
44
45
|
import { GetApplicationCommand, } from "./commands/GetApplicationCommand";
|
|
46
|
+
import { GetCapabilityCommand, } from "./commands/GetCapabilityCommand";
|
|
45
47
|
import { GetCompatibleVersionsCommand, } from "./commands/GetCompatibleVersionsCommand";
|
|
46
48
|
import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
|
|
47
49
|
import { GetDefaultApplicationSettingCommand, } from "./commands/GetDefaultApplicationSettingCommand";
|
|
@@ -68,6 +70,7 @@ import { ListVpcEndpointsCommand, } from "./commands/ListVpcEndpointsCommand";
|
|
|
68
70
|
import { ListVpcEndpointsForDomainCommand, } from "./commands/ListVpcEndpointsForDomainCommand";
|
|
69
71
|
import { PurchaseReservedInstanceOfferingCommand, } from "./commands/PurchaseReservedInstanceOfferingCommand";
|
|
70
72
|
import { PutDefaultApplicationSettingCommand, } from "./commands/PutDefaultApplicationSettingCommand";
|
|
73
|
+
import { RegisterCapabilityCommand, } from "./commands/RegisterCapabilityCommand";
|
|
71
74
|
import { RejectInboundConnectionCommand, } from "./commands/RejectInboundConnectionCommand";
|
|
72
75
|
import { RemoveTagsCommand, } from "./commands/RemoveTagsCommand";
|
|
73
76
|
import { RevokeVpcEndpointAccessCommand, } from "./commands/RevokeVpcEndpointAccessCommand";
|
|
@@ -124,6 +127,7 @@ const commands = {
|
|
|
124
127
|
DeleteOutboundConnectionCommand,
|
|
125
128
|
DeletePackageCommand,
|
|
126
129
|
DeleteVpcEndpointCommand,
|
|
130
|
+
DeregisterCapabilityCommand,
|
|
127
131
|
DescribeDomainCommand,
|
|
128
132
|
DescribeDomainAutoTunesCommand,
|
|
129
133
|
DescribeDomainChangeProgressCommand,
|
|
@@ -143,6 +147,7 @@ const commands = {
|
|
|
143
147
|
DissociatePackageCommand,
|
|
144
148
|
DissociatePackagesCommand,
|
|
145
149
|
GetApplicationCommand,
|
|
150
|
+
GetCapabilityCommand,
|
|
146
151
|
GetCompatibleVersionsCommand,
|
|
147
152
|
GetDataSourceCommand,
|
|
148
153
|
GetDefaultApplicationSettingCommand,
|
|
@@ -169,6 +174,7 @@ const commands = {
|
|
|
169
174
|
ListVpcEndpointsForDomainCommand,
|
|
170
175
|
PurchaseReservedInstanceOfferingCommand,
|
|
171
176
|
PutDefaultApplicationSettingCommand,
|
|
177
|
+
RegisterCapabilityCommand,
|
|
172
178
|
RejectInboundConnectionCommand,
|
|
173
179
|
RemoveTagsCommand,
|
|
174
180
|
RevokeVpcEndpointAccessCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeregisterCapability$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeregisterCapabilityCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonOpenSearchService", "DeregisterCapability", {})
|
|
13
|
+
.n("OpenSearchClient", "DeregisterCapabilityCommand")
|
|
14
|
+
.sc(DeregisterCapability$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetCapability$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetCapabilityCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonOpenSearchService", "GetCapability", {})
|
|
13
|
+
.n("OpenSearchClient", "GetCapabilityCommand")
|
|
14
|
+
.sc(GetCapability$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { RegisterCapability$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class RegisterCapabilityCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonOpenSearchService", "RegisterCapability", {})
|
|
13
|
+
.n("OpenSearchClient", "RegisterCapabilityCommand")
|
|
14
|
+
.sc(RegisterCapability$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|