@aws-sdk/client-opensearch 3.682.0 → 3.683.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 +47 -7
- package/dist-cjs/index.js +344 -29
- package/dist-es/OpenSearch.js +10 -0
- package/dist-es/commands/CreateApplicationCommand.js +22 -0
- package/dist-es/commands/DeleteApplicationCommand.js +22 -0
- package/dist-es/commands/GetApplicationCommand.js +22 -0
- package/dist-es/commands/ListApplicationsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateDomainConfigCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +23 -28
- package/dist-es/models/models_1.js +30 -1
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +191 -3
- package/dist-types/OpenSearch.d.ts +36 -0
- package/dist-types/OpenSearchClient.d.ts +7 -2
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +140 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +14 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +90 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +8 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +113 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +104 -0
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +3 -2
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +126 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +18 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +538 -565
- package/dist-types/models/models_1.d.ts +603 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +86 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +129 -114
- package/dist-types/ts3.4/models/models_1.d.ts +169 -1
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +4 -2
package/dist-cjs/index.js
CHANGED
|
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
var src_exports = {};
|
|
23
23
|
__export(src_exports, {
|
|
24
|
+
AWSServicePrincipal: () => AWSServicePrincipal,
|
|
24
25
|
AcceptInboundConnectionCommand: () => AcceptInboundConnectionCommand,
|
|
25
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
27
|
ActionSeverity: () => ActionSeverity,
|
|
@@ -29,6 +30,8 @@ __export(src_exports, {
|
|
|
29
30
|
AddDataSourceCommand: () => AddDataSourceCommand,
|
|
30
31
|
AddTagsCommand: () => AddTagsCommand,
|
|
31
32
|
AdvancedSecurityOptionsInputFilterSensitiveLog: () => AdvancedSecurityOptionsInputFilterSensitiveLog,
|
|
33
|
+
AppConfigType: () => AppConfigType,
|
|
34
|
+
ApplicationStatus: () => ApplicationStatus,
|
|
32
35
|
AssociatePackageCommand: () => AssociatePackageCommand,
|
|
33
36
|
AuthorizeVpcEndpointAccessCommand: () => AuthorizeVpcEndpointAccessCommand,
|
|
34
37
|
AutoTuneDesiredState: () => AutoTuneDesiredState,
|
|
@@ -40,6 +43,7 @@ __export(src_exports, {
|
|
|
40
43
|
ConfigChangeStatus: () => ConfigChangeStatus,
|
|
41
44
|
ConflictException: () => ConflictException,
|
|
42
45
|
ConnectionMode: () => ConnectionMode,
|
|
46
|
+
CreateApplicationCommand: () => CreateApplicationCommand,
|
|
43
47
|
CreateDomainCommand: () => CreateDomainCommand,
|
|
44
48
|
CreateDomainRequestFilterSensitiveLog: () => CreateDomainRequestFilterSensitiveLog,
|
|
45
49
|
CreateOutboundConnectionCommand: () => CreateOutboundConnectionCommand,
|
|
@@ -47,6 +51,7 @@ __export(src_exports, {
|
|
|
47
51
|
CreateVpcEndpointCommand: () => CreateVpcEndpointCommand,
|
|
48
52
|
DataSourceStatus: () => DataSourceStatus,
|
|
49
53
|
DataSourceType: () => DataSourceType,
|
|
54
|
+
DeleteApplicationCommand: () => DeleteApplicationCommand,
|
|
50
55
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
51
56
|
DeleteDomainCommand: () => DeleteDomainCommand,
|
|
52
57
|
DeleteInboundConnectionCommand: () => DeleteInboundConnectionCommand,
|
|
@@ -79,6 +84,7 @@ __export(src_exports, {
|
|
|
79
84
|
DomainState: () => DomainState,
|
|
80
85
|
DryRunMode: () => DryRunMode,
|
|
81
86
|
EngineType: () => EngineType,
|
|
87
|
+
GetApplicationCommand: () => GetApplicationCommand,
|
|
82
88
|
GetCompatibleVersionsCommand: () => GetCompatibleVersionsCommand,
|
|
83
89
|
GetDataSourceCommand: () => GetDataSourceCommand,
|
|
84
90
|
GetDomainMaintenanceStatusCommand: () => GetDomainMaintenanceStatusCommand,
|
|
@@ -92,6 +98,7 @@ __export(src_exports, {
|
|
|
92
98
|
InvalidPaginationTokenException: () => InvalidPaginationTokenException,
|
|
93
99
|
InvalidTypeException: () => InvalidTypeException,
|
|
94
100
|
LimitExceededException: () => LimitExceededException,
|
|
101
|
+
ListApplicationsCommand: () => ListApplicationsCommand,
|
|
95
102
|
ListDataSourcesCommand: () => ListDataSourcesCommand,
|
|
96
103
|
ListDomainMaintenancesCommand: () => ListDomainMaintenancesCommand,
|
|
97
104
|
ListDomainNamesCommand: () => ListDomainNamesCommand,
|
|
@@ -133,6 +140,7 @@ __export(src_exports, {
|
|
|
133
140
|
ResourceAlreadyExistsException: () => ResourceAlreadyExistsException,
|
|
134
141
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
135
142
|
RevokeVpcEndpointAccessCommand: () => RevokeVpcEndpointAccessCommand,
|
|
143
|
+
RolesKeyIdCOption: () => RolesKeyIdCOption,
|
|
136
144
|
RollbackOnDisable: () => RollbackOnDisable,
|
|
137
145
|
SAMLOptionsInputFilterSensitiveLog: () => SAMLOptionsInputFilterSensitiveLog,
|
|
138
146
|
ScheduleAt: () => ScheduleAt,
|
|
@@ -143,8 +151,10 @@ __export(src_exports, {
|
|
|
143
151
|
SlotNotAvailableException: () => SlotNotAvailableException,
|
|
144
152
|
StartDomainMaintenanceCommand: () => StartDomainMaintenanceCommand,
|
|
145
153
|
StartServiceSoftwareUpdateCommand: () => StartServiceSoftwareUpdateCommand,
|
|
154
|
+
SubjectKeyIdCOption: () => SubjectKeyIdCOption,
|
|
146
155
|
TLSSecurityPolicy: () => TLSSecurityPolicy,
|
|
147
156
|
TimeUnit: () => TimeUnit,
|
|
157
|
+
UpdateApplicationCommand: () => UpdateApplicationCommand,
|
|
148
158
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
149
159
|
UpdateDomainConfigCommand: () => UpdateDomainConfigCommand,
|
|
150
160
|
UpdateDomainConfigRequestFilterSensitiveLog: () => UpdateDomainConfigRequestFilterSensitiveLog,
|
|
@@ -168,6 +178,7 @@ __export(src_exports, {
|
|
|
168
178
|
paginateDescribeReservedInstances: () => paginateDescribeReservedInstances,
|
|
169
179
|
paginateGetPackageVersionHistory: () => paginateGetPackageVersionHistory,
|
|
170
180
|
paginateGetUpgradeHistory: () => paginateGetUpgradeHistory,
|
|
181
|
+
paginateListApplications: () => paginateListApplications,
|
|
171
182
|
paginateListDomainMaintenances: () => paginateListDomainMaintenances,
|
|
172
183
|
paginateListDomainsForPackage: () => paginateListDomainsForPackage,
|
|
173
184
|
paginateListInstanceTypeDetails: () => paginateListInstanceTypeDetails,
|
|
@@ -326,6 +337,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
326
337
|
var import_core2 = require("@aws-sdk/core");
|
|
327
338
|
|
|
328
339
|
|
|
340
|
+
var import_uuid = require("uuid");
|
|
329
341
|
|
|
330
342
|
// src/models/models_0.ts
|
|
331
343
|
|
|
@@ -451,8 +463,8 @@ var ActionType = {
|
|
|
451
463
|
SERVICE_SOFTWARE_UPDATE: "SERVICE_SOFTWARE_UPDATE"
|
|
452
464
|
};
|
|
453
465
|
var DataSourceType;
|
|
454
|
-
((
|
|
455
|
-
|
|
466
|
+
((DataSourceType4) => {
|
|
467
|
+
DataSourceType4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
456
468
|
if (value.S3GlueDataCatalog !== void 0)
|
|
457
469
|
return visitor.S3GlueDataCatalog(value.S3GlueDataCatalog);
|
|
458
470
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -567,6 +579,9 @@ var _ConflictException = class _ConflictException extends OpenSearchServiceExcep
|
|
|
567
579
|
};
|
|
568
580
|
__name(_ConflictException, "ConflictException");
|
|
569
581
|
var ConflictException = _ConflictException;
|
|
582
|
+
var AWSServicePrincipal = {
|
|
583
|
+
application_opensearchservice_amazonaws_com: "application.opensearchservice.amazonaws.com"
|
|
584
|
+
};
|
|
570
585
|
var PrincipalType = {
|
|
571
586
|
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
572
587
|
AWS_SERVICE: "AWS_SERVICE"
|
|
@@ -578,6 +593,10 @@ var DeploymentStatus = {
|
|
|
578
593
|
NOT_ELIGIBLE: "NOT_ELIGIBLE",
|
|
579
594
|
PENDING_UPDATE: "PENDING_UPDATE"
|
|
580
595
|
};
|
|
596
|
+
var AppConfigType = {
|
|
597
|
+
OpensearchDashboardAdminGroups: "opensearchDashboards.dashboardAdmin.groups",
|
|
598
|
+
OpensearchDashboardAdminUsers: "opensearchDashboards.dashboardAdmin.users"
|
|
599
|
+
};
|
|
581
600
|
var AutoTuneDesiredState = {
|
|
582
601
|
DISABLED: "DISABLED",
|
|
583
602
|
ENABLED: "ENABLED"
|
|
@@ -709,6 +728,15 @@ var VolumeType = {
|
|
|
709
728
|
io1: "io1",
|
|
710
729
|
standard: "standard"
|
|
711
730
|
};
|
|
731
|
+
var RolesKeyIdCOption = {
|
|
732
|
+
GroupId: "GroupId",
|
|
733
|
+
GroupName: "GroupName"
|
|
734
|
+
};
|
|
735
|
+
var SubjectKeyIdCOption = {
|
|
736
|
+
Email: "Email",
|
|
737
|
+
UserId: "UserId",
|
|
738
|
+
UserName: "UserName"
|
|
739
|
+
};
|
|
712
740
|
var IPAddressType = {
|
|
713
741
|
DUALSTACK: "dualstack",
|
|
714
742
|
IPV4: "ipv4"
|
|
@@ -911,6 +939,13 @@ var VpcEndpointErrorCode = {
|
|
|
911
939
|
ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
|
|
912
940
|
SERVER_ERROR: "SERVER_ERROR"
|
|
913
941
|
};
|
|
942
|
+
var ApplicationStatus = {
|
|
943
|
+
ACTIVE: "ACTIVE",
|
|
944
|
+
CREATING: "CREATING",
|
|
945
|
+
DELETING: "DELETING",
|
|
946
|
+
FAILED: "FAILED",
|
|
947
|
+
UPDATING: "UPDATING"
|
|
948
|
+
};
|
|
914
949
|
var DataSourceStatus = {
|
|
915
950
|
ACTIVE: "ACTIVE",
|
|
916
951
|
DISABLED: "DISABLED"
|
|
@@ -946,6 +981,28 @@ var ScheduledBy = {
|
|
|
946
981
|
CUSTOMER: "CUSTOMER",
|
|
947
982
|
SYSTEM: "SYSTEM"
|
|
948
983
|
};
|
|
984
|
+
var MasterUserOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
...obj.MasterUserName && { MasterUserName: import_smithy_client.SENSITIVE_STRING },
|
|
987
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
988
|
+
}), "MasterUserOptionsFilterSensitiveLog");
|
|
989
|
+
var SAMLOptionsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
990
|
+
...obj,
|
|
991
|
+
...obj.MasterUserName && { MasterUserName: import_smithy_client.SENSITIVE_STRING }
|
|
992
|
+
}), "SAMLOptionsInputFilterSensitiveLog");
|
|
993
|
+
var AdvancedSecurityOptionsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
...obj.MasterUserOptions && { MasterUserOptions: MasterUserOptionsFilterSensitiveLog(obj.MasterUserOptions) },
|
|
996
|
+
...obj.SAMLOptions && { SAMLOptions: SAMLOptionsInputFilterSensitiveLog(obj.SAMLOptions) }
|
|
997
|
+
}), "AdvancedSecurityOptionsInputFilterSensitiveLog");
|
|
998
|
+
var CreateDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
...obj.AdvancedSecurityOptions && {
|
|
1001
|
+
AdvancedSecurityOptions: AdvancedSecurityOptionsInputFilterSensitiveLog(obj.AdvancedSecurityOptions)
|
|
1002
|
+
}
|
|
1003
|
+
}), "CreateDomainRequestFilterSensitiveLog");
|
|
1004
|
+
|
|
1005
|
+
// src/models/models_1.ts
|
|
949
1006
|
var ScheduleAt = {
|
|
950
1007
|
NOW: "NOW",
|
|
951
1008
|
OFF_PEAK_WINDOW: "OFF_PEAK_WINDOW",
|
|
@@ -973,26 +1030,6 @@ var _SlotNotAvailableException = class _SlotNotAvailableException extends OpenSe
|
|
|
973
1030
|
};
|
|
974
1031
|
__name(_SlotNotAvailableException, "SlotNotAvailableException");
|
|
975
1032
|
var SlotNotAvailableException = _SlotNotAvailableException;
|
|
976
|
-
var MasterUserOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
977
|
-
...obj,
|
|
978
|
-
...obj.MasterUserName && { MasterUserName: import_smithy_client.SENSITIVE_STRING },
|
|
979
|
-
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
980
|
-
}), "MasterUserOptionsFilterSensitiveLog");
|
|
981
|
-
var SAMLOptionsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
...obj.MasterUserName && { MasterUserName: import_smithy_client.SENSITIVE_STRING }
|
|
984
|
-
}), "SAMLOptionsInputFilterSensitiveLog");
|
|
985
|
-
var AdvancedSecurityOptionsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
...obj.MasterUserOptions && { MasterUserOptions: MasterUserOptionsFilterSensitiveLog(obj.MasterUserOptions) },
|
|
988
|
-
...obj.SAMLOptions && { SAMLOptions: SAMLOptionsInputFilterSensitiveLog(obj.SAMLOptions) }
|
|
989
|
-
}), "AdvancedSecurityOptionsInputFilterSensitiveLog");
|
|
990
|
-
var CreateDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
...obj.AdvancedSecurityOptions && {
|
|
993
|
-
AdvancedSecurityOptions: AdvancedSecurityOptionsInputFilterSensitiveLog(obj.AdvancedSecurityOptions)
|
|
994
|
-
}
|
|
995
|
-
}), "CreateDomainRequestFilterSensitiveLog");
|
|
996
1033
|
var UpdateDomainConfigRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
997
1034
|
...obj,
|
|
998
1035
|
...obj.AdvancedSecurityOptions && {
|
|
@@ -1064,7 +1101,8 @@ var se_AuthorizeVpcEndpointAccessCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1064
1101
|
let body;
|
|
1065
1102
|
body = JSON.stringify(
|
|
1066
1103
|
(0, import_smithy_client.take)(input, {
|
|
1067
|
-
Account: []
|
|
1104
|
+
Account: [],
|
|
1105
|
+
Service: []
|
|
1068
1106
|
})
|
|
1069
1107
|
);
|
|
1070
1108
|
b.m("POST").h(headers).b(body);
|
|
@@ -1101,6 +1139,26 @@ var se_CancelServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1101
1139
|
b.m("POST").h(headers).b(body);
|
|
1102
1140
|
return b.build();
|
|
1103
1141
|
}, "se_CancelServiceSoftwareUpdateCommand");
|
|
1142
|
+
var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1143
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1144
|
+
const headers = {
|
|
1145
|
+
"content-type": "application/json"
|
|
1146
|
+
};
|
|
1147
|
+
b.bp("/2021-01-01/opensearch/application");
|
|
1148
|
+
let body;
|
|
1149
|
+
body = JSON.stringify(
|
|
1150
|
+
(0, import_smithy_client.take)(input, {
|
|
1151
|
+
appConfigs: (_) => (0, import_smithy_client._json)(_),
|
|
1152
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1153
|
+
dataSources: (_) => (0, import_smithy_client._json)(_),
|
|
1154
|
+
iamIdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1155
|
+
name: [],
|
|
1156
|
+
tagList: (_) => (0, import_smithy_client._json)(_)
|
|
1157
|
+
})
|
|
1158
|
+
);
|
|
1159
|
+
b.m("POST").h(headers).b(body);
|
|
1160
|
+
return b.build();
|
|
1161
|
+
}, "se_CreateApplicationCommand");
|
|
1104
1162
|
var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1105
1163
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1106
1164
|
const headers = {
|
|
@@ -1123,6 +1181,7 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1123
1181
|
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1124
1182
|
EngineVersion: [],
|
|
1125
1183
|
IPAddressType: [],
|
|
1184
|
+
IdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1126
1185
|
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1127
1186
|
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1128
1187
|
OffPeakWindowOptions: (_) => (0, import_smithy_client._json)(_),
|
|
@@ -1189,6 +1248,15 @@ var se_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1189
1248
|
b.m("POST").h(headers).b(body);
|
|
1190
1249
|
return b.build();
|
|
1191
1250
|
}, "se_CreateVpcEndpointCommand");
|
|
1251
|
+
var se_DeleteApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1252
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1253
|
+
const headers = {};
|
|
1254
|
+
b.bp("/2021-01-01/opensearch/application/{id}");
|
|
1255
|
+
b.p("id", () => input.id, "{id}", false);
|
|
1256
|
+
let body;
|
|
1257
|
+
b.m("DELETE").h(headers).b(body);
|
|
1258
|
+
return b.build();
|
|
1259
|
+
}, "se_DeleteApplicationCommand");
|
|
1192
1260
|
var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1193
1261
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1194
1262
|
const headers = {};
|
|
@@ -1452,6 +1520,15 @@ var se_DissociatePackageCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1452
1520
|
b.m("POST").h(headers).b(body);
|
|
1453
1521
|
return b.build();
|
|
1454
1522
|
}, "se_DissociatePackageCommand");
|
|
1523
|
+
var se_GetApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1524
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1525
|
+
const headers = {};
|
|
1526
|
+
b.bp("/2021-01-01/opensearch/application/{id}");
|
|
1527
|
+
b.p("id", () => input.id, "{id}", false);
|
|
1528
|
+
let body;
|
|
1529
|
+
b.m("GET").h(headers).b(body);
|
|
1530
|
+
return b.build();
|
|
1531
|
+
}, "se_GetApplicationCommand");
|
|
1455
1532
|
var se_GetCompatibleVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1456
1533
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1457
1534
|
const headers = {};
|
|
@@ -1520,6 +1597,19 @@ var se_GetUpgradeStatusCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1520
1597
|
b.m("GET").h(headers).b(body);
|
|
1521
1598
|
return b.build();
|
|
1522
1599
|
}, "se_GetUpgradeStatusCommand");
|
|
1600
|
+
var se_ListApplicationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1601
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1602
|
+
const headers = {};
|
|
1603
|
+
b.bp("/2021-01-01/opensearch/list-applications");
|
|
1604
|
+
const query = (0, import_smithy_client.map)({
|
|
1605
|
+
[_nT]: [, input[_nT]],
|
|
1606
|
+
[_s]: [() => input.statuses !== void 0, () => input[_s] || []],
|
|
1607
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1608
|
+
});
|
|
1609
|
+
let body;
|
|
1610
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1611
|
+
return b.build();
|
|
1612
|
+
}, "se_ListApplicationsCommand");
|
|
1523
1613
|
var se_ListDataSourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1524
1614
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1525
1615
|
const headers = {};
|
|
@@ -1536,7 +1626,7 @@ var se_ListDomainMaintenancesCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1536
1626
|
b.p("DomainName", () => input.DomainName, "{DomainName}", false);
|
|
1537
1627
|
const query = (0, import_smithy_client.map)({
|
|
1538
1628
|
[_a]: [, input[_A]],
|
|
1539
|
-
[
|
|
1629
|
+
[_st]: [, input[_S]],
|
|
1540
1630
|
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1541
1631
|
[_nT]: [, input[_NT]]
|
|
1542
1632
|
});
|
|
@@ -1720,7 +1810,8 @@ var se_RevokeVpcEndpointAccessCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1720
1810
|
let body;
|
|
1721
1811
|
body = JSON.stringify(
|
|
1722
1812
|
(0, import_smithy_client.take)(input, {
|
|
1723
|
-
Account: []
|
|
1813
|
+
Account: [],
|
|
1814
|
+
Service: []
|
|
1724
1815
|
})
|
|
1725
1816
|
);
|
|
1726
1817
|
b.m("POST").h(headers).b(body);
|
|
@@ -1760,6 +1851,23 @@ var se_StartServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1760
1851
|
b.m("POST").h(headers).b(body);
|
|
1761
1852
|
return b.build();
|
|
1762
1853
|
}, "se_StartServiceSoftwareUpdateCommand");
|
|
1854
|
+
var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1855
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1856
|
+
const headers = {
|
|
1857
|
+
"content-type": "application/json"
|
|
1858
|
+
};
|
|
1859
|
+
b.bp("/2021-01-01/opensearch/application/{id}");
|
|
1860
|
+
b.p("id", () => input.id, "{id}", false);
|
|
1861
|
+
let body;
|
|
1862
|
+
body = JSON.stringify(
|
|
1863
|
+
(0, import_smithy_client.take)(input, {
|
|
1864
|
+
appConfigs: (_) => (0, import_smithy_client._json)(_),
|
|
1865
|
+
dataSources: (_) => (0, import_smithy_client._json)(_)
|
|
1866
|
+
})
|
|
1867
|
+
);
|
|
1868
|
+
b.m("PUT").h(headers).b(body);
|
|
1869
|
+
return b.build();
|
|
1870
|
+
}, "se_UpdateApplicationCommand");
|
|
1763
1871
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1764
1872
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1765
1873
|
const headers = {
|
|
@@ -1802,6 +1910,7 @@ var se_UpdateDomainConfigCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1802
1910
|
EBSOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1803
1911
|
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1804
1912
|
IPAddressType: [],
|
|
1913
|
+
IdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1805
1914
|
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1806
1915
|
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1807
1916
|
OffPeakWindowOptions: (_) => (0, import_smithy_client._json)(_),
|
|
@@ -1980,6 +2089,27 @@ var de_CancelServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (output
|
|
|
1980
2089
|
Object.assign(contents, doc);
|
|
1981
2090
|
return contents;
|
|
1982
2091
|
}, "de_CancelServiceSoftwareUpdateCommand");
|
|
2092
|
+
var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2093
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2094
|
+
return de_CommandError(output, context);
|
|
2095
|
+
}
|
|
2096
|
+
const contents = (0, import_smithy_client.map)({
|
|
2097
|
+
$metadata: deserializeMetadata(output)
|
|
2098
|
+
});
|
|
2099
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2100
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2101
|
+
appConfigs: import_smithy_client._json,
|
|
2102
|
+
arn: import_smithy_client.expectString,
|
|
2103
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2104
|
+
dataSources: import_smithy_client._json,
|
|
2105
|
+
iamIdentityCenterOptions: import_smithy_client._json,
|
|
2106
|
+
id: import_smithy_client.expectString,
|
|
2107
|
+
name: import_smithy_client.expectString,
|
|
2108
|
+
tagList: import_smithy_client._json
|
|
2109
|
+
});
|
|
2110
|
+
Object.assign(contents, doc);
|
|
2111
|
+
return contents;
|
|
2112
|
+
}, "de_CreateApplicationCommand");
|
|
1983
2113
|
var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1984
2114
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1985
2115
|
return de_CommandError(output, context);
|
|
@@ -2042,6 +2172,16 @@ var de_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2042
2172
|
Object.assign(contents, doc);
|
|
2043
2173
|
return contents;
|
|
2044
2174
|
}, "de_CreateVpcEndpointCommand");
|
|
2175
|
+
var de_DeleteApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2176
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2177
|
+
return de_CommandError(output, context);
|
|
2178
|
+
}
|
|
2179
|
+
const contents = (0, import_smithy_client.map)({
|
|
2180
|
+
$metadata: deserializeMetadata(output)
|
|
2181
|
+
});
|
|
2182
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2183
|
+
return contents;
|
|
2184
|
+
}, "de_DeleteApplicationCommand");
|
|
2045
2185
|
var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2046
2186
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2047
2187
|
return de_CommandError(output, context);
|
|
@@ -2371,6 +2511,29 @@ var de_DissociatePackageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2371
2511
|
Object.assign(contents, doc);
|
|
2372
2512
|
return contents;
|
|
2373
2513
|
}, "de_DissociatePackageCommand");
|
|
2514
|
+
var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2515
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2516
|
+
return de_CommandError(output, context);
|
|
2517
|
+
}
|
|
2518
|
+
const contents = (0, import_smithy_client.map)({
|
|
2519
|
+
$metadata: deserializeMetadata(output)
|
|
2520
|
+
});
|
|
2521
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2522
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2523
|
+
appConfigs: import_smithy_client._json,
|
|
2524
|
+
arn: import_smithy_client.expectString,
|
|
2525
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2526
|
+
dataSources: import_smithy_client._json,
|
|
2527
|
+
endpoint: import_smithy_client.expectString,
|
|
2528
|
+
iamIdentityCenterOptions: import_smithy_client._json,
|
|
2529
|
+
id: import_smithy_client.expectString,
|
|
2530
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2531
|
+
name: import_smithy_client.expectString,
|
|
2532
|
+
status: import_smithy_client.expectString
|
|
2533
|
+
});
|
|
2534
|
+
Object.assign(contents, doc);
|
|
2535
|
+
return contents;
|
|
2536
|
+
}, "de_GetApplicationCommand");
|
|
2374
2537
|
var de_GetCompatibleVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2375
2538
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2376
2539
|
return de_CommandError(output, context);
|
|
@@ -2468,6 +2631,21 @@ var de_GetUpgradeStatusCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2468
2631
|
Object.assign(contents, doc);
|
|
2469
2632
|
return contents;
|
|
2470
2633
|
}, "de_GetUpgradeStatusCommand");
|
|
2634
|
+
var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2635
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2636
|
+
return de_CommandError(output, context);
|
|
2637
|
+
}
|
|
2638
|
+
const contents = (0, import_smithy_client.map)({
|
|
2639
|
+
$metadata: deserializeMetadata(output)
|
|
2640
|
+
});
|
|
2641
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2642
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2643
|
+
ApplicationSummaries: (_) => de_ApplicationSummaries(_, context),
|
|
2644
|
+
nextToken: import_smithy_client.expectString
|
|
2645
|
+
});
|
|
2646
|
+
Object.assign(contents, doc);
|
|
2647
|
+
return contents;
|
|
2648
|
+
}, "de_ListApplicationsCommand");
|
|
2471
2649
|
var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2472
2650
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2473
2651
|
return de_CommandError(output, context);
|
|
@@ -2722,6 +2900,27 @@ var de_StartServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2722
2900
|
Object.assign(contents, doc);
|
|
2723
2901
|
return contents;
|
|
2724
2902
|
}, "de_StartServiceSoftwareUpdateCommand");
|
|
2903
|
+
var de_UpdateApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2904
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2905
|
+
return de_CommandError(output, context);
|
|
2906
|
+
}
|
|
2907
|
+
const contents = (0, import_smithy_client.map)({
|
|
2908
|
+
$metadata: deserializeMetadata(output)
|
|
2909
|
+
});
|
|
2910
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2911
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2912
|
+
appConfigs: import_smithy_client._json,
|
|
2913
|
+
arn: import_smithy_client.expectString,
|
|
2914
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2915
|
+
dataSources: import_smithy_client._json,
|
|
2916
|
+
iamIdentityCenterOptions: import_smithy_client._json,
|
|
2917
|
+
id: import_smithy_client.expectString,
|
|
2918
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2919
|
+
name: import_smithy_client.expectString
|
|
2920
|
+
});
|
|
2921
|
+
Object.assign(contents, doc);
|
|
2922
|
+
return contents;
|
|
2923
|
+
}, "de_UpdateApplicationCommand");
|
|
2725
2924
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2726
2925
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2727
2926
|
return de_CommandError(output, context);
|
|
@@ -3100,6 +3299,23 @@ var de_AIMLOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
3100
3299
|
Status: (_) => de_OptionStatus(_, context)
|
|
3101
3300
|
});
|
|
3102
3301
|
}, "de_AIMLOptionsStatus");
|
|
3302
|
+
var de_ApplicationSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
3303
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3304
|
+
return de_ApplicationSummary(entry, context);
|
|
3305
|
+
});
|
|
3306
|
+
return retVal;
|
|
3307
|
+
}, "de_ApplicationSummaries");
|
|
3308
|
+
var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3309
|
+
return (0, import_smithy_client.take)(output, {
|
|
3310
|
+
arn: import_smithy_client.expectString,
|
|
3311
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3312
|
+
endpoint: import_smithy_client.expectString,
|
|
3313
|
+
id: import_smithy_client.expectString,
|
|
3314
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3315
|
+
name: import_smithy_client.expectString,
|
|
3316
|
+
status: import_smithy_client.expectString
|
|
3317
|
+
});
|
|
3318
|
+
}, "de_ApplicationSummary");
|
|
3103
3319
|
var de_AutoTune = /* @__PURE__ */ __name((output, context) => {
|
|
3104
3320
|
return (0, import_smithy_client.take)(output, {
|
|
3105
3321
|
AutoTuneDetails: (_) => de_AutoTuneDetails(_, context),
|
|
@@ -3219,6 +3435,7 @@ var de_DomainConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
3219
3435
|
EncryptionAtRestOptions: (_) => de_EncryptionAtRestOptionsStatus(_, context),
|
|
3220
3436
|
EngineVersion: (_) => de_VersionStatus(_, context),
|
|
3221
3437
|
IPAddressType: (_) => de_IPAddressTypeStatus(_, context),
|
|
3438
|
+
IdentityCenterOptions: (_) => de_IdentityCenterOptionsStatus(_, context),
|
|
3222
3439
|
LogPublishingOptions: (_) => de_LogPublishingOptionsStatus(_, context),
|
|
3223
3440
|
ModifyingProperties: import_smithy_client._json,
|
|
3224
3441
|
NodeToNodeEncryptionOptions: (_) => de_NodeToNodeEncryptionOptionsStatus(_, context),
|
|
@@ -3296,6 +3513,7 @@ var de_DomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
3296
3513
|
Endpoints: import_smithy_client._json,
|
|
3297
3514
|
EngineVersion: import_smithy_client.expectString,
|
|
3298
3515
|
IPAddressType: import_smithy_client.expectString,
|
|
3516
|
+
IdentityCenterOptions: import_smithy_client._json,
|
|
3299
3517
|
LogPublishingOptions: import_smithy_client._json,
|
|
3300
3518
|
ModifyingProperties: import_smithy_client._json,
|
|
3301
3519
|
NodeToNodeEncryptionOptions: import_smithy_client._json,
|
|
@@ -3326,6 +3544,12 @@ var de_EncryptionAtRestOptionsStatus = /* @__PURE__ */ __name((output, context)
|
|
|
3326
3544
|
Status: (_) => de_OptionStatus(_, context)
|
|
3327
3545
|
});
|
|
3328
3546
|
}, "de_EncryptionAtRestOptionsStatus");
|
|
3547
|
+
var de_IdentityCenterOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3548
|
+
return (0, import_smithy_client.take)(output, {
|
|
3549
|
+
Options: import_smithy_client._json,
|
|
3550
|
+
Status: (_) => de_OptionStatus(_, context)
|
|
3551
|
+
});
|
|
3552
|
+
}, "de_IdentityCenterOptionsStatus");
|
|
3329
3553
|
var de_IPAddressTypeStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3330
3554
|
return (0, import_smithy_client.take)(output, {
|
|
3331
3555
|
Options: import_smithy_client.expectString,
|
|
@@ -3555,7 +3779,8 @@ var _nT = "nextToken";
|
|
|
3555
3779
|
var _oI = "offeringId";
|
|
3556
3780
|
var _rAZ = "retrieveAZs";
|
|
3557
3781
|
var _rI = "reservationId";
|
|
3558
|
-
var _s = "
|
|
3782
|
+
var _s = "statuses";
|
|
3783
|
+
var _st = "status";
|
|
3559
3784
|
|
|
3560
3785
|
// src/commands/AcceptInboundConnectionCommand.ts
|
|
3561
3786
|
var _AcceptInboundConnectionCommand = class _AcceptInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -3652,6 +3877,20 @@ var _CancelServiceSoftwareUpdateCommand = class _CancelServiceSoftwareUpdateComm
|
|
|
3652
3877
|
__name(_CancelServiceSoftwareUpdateCommand, "CancelServiceSoftwareUpdateCommand");
|
|
3653
3878
|
var CancelServiceSoftwareUpdateCommand = _CancelServiceSoftwareUpdateCommand;
|
|
3654
3879
|
|
|
3880
|
+
// src/commands/CreateApplicationCommand.ts
|
|
3881
|
+
|
|
3882
|
+
|
|
3883
|
+
|
|
3884
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3885
|
+
return [
|
|
3886
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3887
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3888
|
+
];
|
|
3889
|
+
}).s("AmazonOpenSearchService", "CreateApplication", {}).n("OpenSearchClient", "CreateApplicationCommand").f(void 0, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
|
|
3890
|
+
};
|
|
3891
|
+
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
3892
|
+
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
3893
|
+
|
|
3655
3894
|
// src/commands/CreateDomainCommand.ts
|
|
3656
3895
|
|
|
3657
3896
|
|
|
@@ -3708,6 +3947,20 @@ var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_s
|
|
|
3708
3947
|
__name(_CreateVpcEndpointCommand, "CreateVpcEndpointCommand");
|
|
3709
3948
|
var CreateVpcEndpointCommand = _CreateVpcEndpointCommand;
|
|
3710
3949
|
|
|
3950
|
+
// src/commands/DeleteApplicationCommand.ts
|
|
3951
|
+
|
|
3952
|
+
|
|
3953
|
+
|
|
3954
|
+
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3955
|
+
return [
|
|
3956
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3957
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3958
|
+
];
|
|
3959
|
+
}).s("AmazonOpenSearchService", "DeleteApplication", {}).n("OpenSearchClient", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
|
|
3960
|
+
};
|
|
3961
|
+
__name(_DeleteApplicationCommand, "DeleteApplicationCommand");
|
|
3962
|
+
var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
3963
|
+
|
|
3711
3964
|
// src/commands/DeleteDataSourceCommand.ts
|
|
3712
3965
|
|
|
3713
3966
|
|
|
@@ -4016,6 +4269,20 @@ var _DissociatePackageCommand = class _DissociatePackageCommand extends import_s
|
|
|
4016
4269
|
__name(_DissociatePackageCommand, "DissociatePackageCommand");
|
|
4017
4270
|
var DissociatePackageCommand = _DissociatePackageCommand;
|
|
4018
4271
|
|
|
4272
|
+
// src/commands/GetApplicationCommand.ts
|
|
4273
|
+
|
|
4274
|
+
|
|
4275
|
+
|
|
4276
|
+
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4277
|
+
return [
|
|
4278
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4279
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4280
|
+
];
|
|
4281
|
+
}).s("AmazonOpenSearchService", "GetApplication", {}).n("OpenSearchClient", "GetApplicationCommand").f(void 0, void 0).ser(se_GetApplicationCommand).de(de_GetApplicationCommand).build() {
|
|
4282
|
+
};
|
|
4283
|
+
__name(_GetApplicationCommand, "GetApplicationCommand");
|
|
4284
|
+
var GetApplicationCommand = _GetApplicationCommand;
|
|
4285
|
+
|
|
4019
4286
|
// src/commands/GetCompatibleVersionsCommand.ts
|
|
4020
4287
|
|
|
4021
4288
|
|
|
@@ -4100,6 +4367,20 @@ var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smi
|
|
|
4100
4367
|
__name(_GetUpgradeStatusCommand, "GetUpgradeStatusCommand");
|
|
4101
4368
|
var GetUpgradeStatusCommand = _GetUpgradeStatusCommand;
|
|
4102
4369
|
|
|
4370
|
+
// src/commands/ListApplicationsCommand.ts
|
|
4371
|
+
|
|
4372
|
+
|
|
4373
|
+
|
|
4374
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4375
|
+
return [
|
|
4376
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4377
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4378
|
+
];
|
|
4379
|
+
}).s("AmazonOpenSearchService", "ListApplications", {}).n("OpenSearchClient", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
|
|
4380
|
+
};
|
|
4381
|
+
__name(_ListApplicationsCommand, "ListApplicationsCommand");
|
|
4382
|
+
var ListApplicationsCommand = _ListApplicationsCommand;
|
|
4383
|
+
|
|
4103
4384
|
// src/commands/ListDataSourcesCommand.ts
|
|
4104
4385
|
|
|
4105
4386
|
|
|
@@ -4352,6 +4633,20 @@ var _StartServiceSoftwareUpdateCommand = class _StartServiceSoftwareUpdateComman
|
|
|
4352
4633
|
__name(_StartServiceSoftwareUpdateCommand, "StartServiceSoftwareUpdateCommand");
|
|
4353
4634
|
var StartServiceSoftwareUpdateCommand = _StartServiceSoftwareUpdateCommand;
|
|
4354
4635
|
|
|
4636
|
+
// src/commands/UpdateApplicationCommand.ts
|
|
4637
|
+
|
|
4638
|
+
|
|
4639
|
+
|
|
4640
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4641
|
+
return [
|
|
4642
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4643
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4644
|
+
];
|
|
4645
|
+
}).s("AmazonOpenSearchService", "UpdateApplication", {}).n("OpenSearchClient", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
|
|
4646
|
+
};
|
|
4647
|
+
__name(_UpdateApplicationCommand, "UpdateApplicationCommand");
|
|
4648
|
+
var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
4649
|
+
|
|
4355
4650
|
// src/commands/UpdateDataSourceCommand.ts
|
|
4356
4651
|
|
|
4357
4652
|
|
|
@@ -4445,10 +4740,12 @@ var commands = {
|
|
|
4445
4740
|
AuthorizeVpcEndpointAccessCommand,
|
|
4446
4741
|
CancelDomainConfigChangeCommand,
|
|
4447
4742
|
CancelServiceSoftwareUpdateCommand,
|
|
4743
|
+
CreateApplicationCommand,
|
|
4448
4744
|
CreateDomainCommand,
|
|
4449
4745
|
CreateOutboundConnectionCommand,
|
|
4450
4746
|
CreatePackageCommand,
|
|
4451
4747
|
CreateVpcEndpointCommand,
|
|
4748
|
+
DeleteApplicationCommand,
|
|
4452
4749
|
DeleteDataSourceCommand,
|
|
4453
4750
|
DeleteDomainCommand,
|
|
4454
4751
|
DeleteInboundConnectionCommand,
|
|
@@ -4471,12 +4768,14 @@ var commands = {
|
|
|
4471
4768
|
DescribeReservedInstancesCommand,
|
|
4472
4769
|
DescribeVpcEndpointsCommand,
|
|
4473
4770
|
DissociatePackageCommand,
|
|
4771
|
+
GetApplicationCommand,
|
|
4474
4772
|
GetCompatibleVersionsCommand,
|
|
4475
4773
|
GetDataSourceCommand,
|
|
4476
4774
|
GetDomainMaintenanceStatusCommand,
|
|
4477
4775
|
GetPackageVersionHistoryCommand,
|
|
4478
4776
|
GetUpgradeHistoryCommand,
|
|
4479
4777
|
GetUpgradeStatusCommand,
|
|
4778
|
+
ListApplicationsCommand,
|
|
4480
4779
|
ListDataSourcesCommand,
|
|
4481
4780
|
ListDomainMaintenancesCommand,
|
|
4482
4781
|
ListDomainNamesCommand,
|
|
@@ -4495,6 +4794,7 @@ var commands = {
|
|
|
4495
4794
|
RevokeVpcEndpointAccessCommand,
|
|
4496
4795
|
StartDomainMaintenanceCommand,
|
|
4497
4796
|
StartServiceSoftwareUpdateCommand,
|
|
4797
|
+
UpdateApplicationCommand,
|
|
4498
4798
|
UpdateDataSourceCommand,
|
|
4499
4799
|
UpdateDomainConfigCommand,
|
|
4500
4800
|
UpdatePackageCommand,
|
|
@@ -4540,6 +4840,10 @@ var paginateGetPackageVersionHistory = (0, import_core.createPaginator)(OpenSear
|
|
|
4540
4840
|
|
|
4541
4841
|
var paginateGetUpgradeHistory = (0, import_core.createPaginator)(OpenSearchClient, GetUpgradeHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
4542
4842
|
|
|
4843
|
+
// src/pagination/ListApplicationsPaginator.ts
|
|
4844
|
+
|
|
4845
|
+
var paginateListApplications = (0, import_core.createPaginator)(OpenSearchClient, ListApplicationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4846
|
+
|
|
4543
4847
|
// src/pagination/ListDomainMaintenancesPaginator.ts
|
|
4544
4848
|
|
|
4545
4849
|
var paginateListDomainMaintenances = (0, import_core.createPaginator)(OpenSearchClient, ListDomainMaintenancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4578,10 +4882,12 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4578
4882
|
AuthorizeVpcEndpointAccessCommand,
|
|
4579
4883
|
CancelDomainConfigChangeCommand,
|
|
4580
4884
|
CancelServiceSoftwareUpdateCommand,
|
|
4885
|
+
CreateApplicationCommand,
|
|
4581
4886
|
CreateDomainCommand,
|
|
4582
4887
|
CreateOutboundConnectionCommand,
|
|
4583
4888
|
CreatePackageCommand,
|
|
4584
4889
|
CreateVpcEndpointCommand,
|
|
4890
|
+
DeleteApplicationCommand,
|
|
4585
4891
|
DeleteDataSourceCommand,
|
|
4586
4892
|
DeleteDomainCommand,
|
|
4587
4893
|
DeleteInboundConnectionCommand,
|
|
@@ -4604,12 +4910,14 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4604
4910
|
DescribeReservedInstancesCommand,
|
|
4605
4911
|
DescribeVpcEndpointsCommand,
|
|
4606
4912
|
DissociatePackageCommand,
|
|
4913
|
+
GetApplicationCommand,
|
|
4607
4914
|
GetCompatibleVersionsCommand,
|
|
4608
4915
|
GetDataSourceCommand,
|
|
4609
4916
|
GetDomainMaintenanceStatusCommand,
|
|
4610
4917
|
GetPackageVersionHistoryCommand,
|
|
4611
4918
|
GetUpgradeHistoryCommand,
|
|
4612
4919
|
GetUpgradeStatusCommand,
|
|
4920
|
+
ListApplicationsCommand,
|
|
4613
4921
|
ListDataSourcesCommand,
|
|
4614
4922
|
ListDomainMaintenancesCommand,
|
|
4615
4923
|
ListDomainNamesCommand,
|
|
@@ -4628,6 +4936,7 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4628
4936
|
RevokeVpcEndpointAccessCommand,
|
|
4629
4937
|
StartDomainMaintenanceCommand,
|
|
4630
4938
|
StartServiceSoftwareUpdateCommand,
|
|
4939
|
+
UpdateApplicationCommand,
|
|
4631
4940
|
UpdateDataSourceCommand,
|
|
4632
4941
|
UpdateDomainConfigCommand,
|
|
4633
4942
|
UpdatePackageCommand,
|
|
@@ -4642,6 +4951,7 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4642
4951
|
paginateDescribeReservedInstances,
|
|
4643
4952
|
paginateGetPackageVersionHistory,
|
|
4644
4953
|
paginateGetUpgradeHistory,
|
|
4954
|
+
paginateListApplications,
|
|
4645
4955
|
paginateListDomainMaintenances,
|
|
4646
4956
|
paginateListDomainsForPackage,
|
|
4647
4957
|
paginateListInstanceTypeDetails,
|
|
@@ -4668,8 +4978,10 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4668
4978
|
DomainPackageStatus,
|
|
4669
4979
|
PackageType,
|
|
4670
4980
|
ConflictException,
|
|
4981
|
+
AWSServicePrincipal,
|
|
4671
4982
|
PrincipalType,
|
|
4672
4983
|
DeploymentStatus,
|
|
4984
|
+
AppConfigType,
|
|
4673
4985
|
AutoTuneDesiredState,
|
|
4674
4986
|
TimeUnit,
|
|
4675
4987
|
OpenSearchPartitionInstanceType,
|
|
@@ -4677,6 +4989,8 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4677
4989
|
OpenSearchWarmPartitionInstanceType,
|
|
4678
4990
|
TLSSecurityPolicy,
|
|
4679
4991
|
VolumeType,
|
|
4992
|
+
RolesKeyIdCOption,
|
|
4993
|
+
SubjectKeyIdCOption,
|
|
4680
4994
|
IPAddressType,
|
|
4681
4995
|
LogType,
|
|
4682
4996
|
AutoTuneState,
|
|
@@ -4705,6 +5019,7 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4705
5019
|
DescribePackagesFilterName,
|
|
4706
5020
|
ReservedInstancePaymentOption,
|
|
4707
5021
|
VpcEndpointErrorCode,
|
|
5022
|
+
ApplicationStatus,
|
|
4708
5023
|
DataSourceStatus,
|
|
4709
5024
|
MaintenanceType,
|
|
4710
5025
|
MaintenanceStatus,
|
|
@@ -4712,13 +5027,13 @@ var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, Li
|
|
|
4712
5027
|
UpgradeStatus,
|
|
4713
5028
|
EngineType,
|
|
4714
5029
|
ScheduledBy,
|
|
4715
|
-
ScheduleAt,
|
|
4716
|
-
DryRunMode,
|
|
4717
|
-
SlotNotAvailableException,
|
|
4718
5030
|
MasterUserOptionsFilterSensitiveLog,
|
|
4719
5031
|
SAMLOptionsInputFilterSensitiveLog,
|
|
4720
5032
|
AdvancedSecurityOptionsInputFilterSensitiveLog,
|
|
4721
5033
|
CreateDomainRequestFilterSensitiveLog,
|
|
5034
|
+
ScheduleAt,
|
|
5035
|
+
DryRunMode,
|
|
5036
|
+
SlotNotAvailableException,
|
|
4722
5037
|
UpdateDomainConfigRequestFilterSensitiveLog
|
|
4723
5038
|
});
|
|
4724
5039
|
|