@aws-sdk/client-elasticsearch-service 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/ElasticsearchService.js +0 -9
- package/dist-cjs/ElasticsearchServiceClient.js +0 -14
- package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/AddTagsCommand.js +0 -25
- package/dist-cjs/commands/AssociatePackageCommand.js +0 -24
- package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +0 -25
- package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/CreatePackageCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +0 -24
- package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeletePackageCommand.js +0 -24
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -31
- package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribePackagesCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -24
- package/dist-cjs/commands/DissociatePackageCommand.js +0 -24
- package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -31
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +0 -24
- package/dist-cjs/commands/ListDomainNamesCommand.js +0 -24
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -24
- package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -24
- package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/UpdatePackageCommand.js +0 -24
- package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -55
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribePackagesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -55
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/index.d.ts +4 -55
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +41 -145
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/index.d.ts +4 -55
- package/dist-types/ts3.4/models/models_0.d.ts +740 -2761
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -7,9 +7,6 @@ exports.UpgradeElasticsearchDomainResponse = exports.UpgradeElasticsearchDomainR
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
var AcceptInboundCrossClusterSearchConnectionRequest;
|
|
9
9
|
(function (AcceptInboundCrossClusterSearchConnectionRequest) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
10
|
AcceptInboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
14
11
|
...obj,
|
|
15
12
|
});
|
|
@@ -25,189 +22,126 @@ var InboundCrossClusterSearchConnectionStatusCode;
|
|
|
25
22
|
})(InboundCrossClusterSearchConnectionStatusCode = exports.InboundCrossClusterSearchConnectionStatusCode || (exports.InboundCrossClusterSearchConnectionStatusCode = {}));
|
|
26
23
|
var InboundCrossClusterSearchConnectionStatus;
|
|
27
24
|
(function (InboundCrossClusterSearchConnectionStatus) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
25
|
InboundCrossClusterSearchConnectionStatus.filterSensitiveLog = (obj) => ({
|
|
32
26
|
...obj,
|
|
33
27
|
});
|
|
34
28
|
})(InboundCrossClusterSearchConnectionStatus = exports.InboundCrossClusterSearchConnectionStatus || (exports.InboundCrossClusterSearchConnectionStatus = {}));
|
|
35
29
|
var DomainInformation;
|
|
36
30
|
(function (DomainInformation) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
31
|
DomainInformation.filterSensitiveLog = (obj) => ({
|
|
41
32
|
...obj,
|
|
42
33
|
});
|
|
43
34
|
})(DomainInformation = exports.DomainInformation || (exports.DomainInformation = {}));
|
|
44
35
|
var InboundCrossClusterSearchConnection;
|
|
45
36
|
(function (InboundCrossClusterSearchConnection) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
37
|
InboundCrossClusterSearchConnection.filterSensitiveLog = (obj) => ({
|
|
50
38
|
...obj,
|
|
51
39
|
});
|
|
52
40
|
})(InboundCrossClusterSearchConnection = exports.InboundCrossClusterSearchConnection || (exports.InboundCrossClusterSearchConnection = {}));
|
|
53
41
|
var AcceptInboundCrossClusterSearchConnectionResponse;
|
|
54
42
|
(function (AcceptInboundCrossClusterSearchConnectionResponse) {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
43
|
AcceptInboundCrossClusterSearchConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
59
44
|
...obj,
|
|
60
45
|
});
|
|
61
46
|
})(AcceptInboundCrossClusterSearchConnectionResponse = exports.AcceptInboundCrossClusterSearchConnectionResponse || (exports.AcceptInboundCrossClusterSearchConnectionResponse = {}));
|
|
62
47
|
var DisabledOperationException;
|
|
63
48
|
(function (DisabledOperationException) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
49
|
DisabledOperationException.filterSensitiveLog = (obj) => ({
|
|
68
50
|
...obj,
|
|
69
51
|
});
|
|
70
52
|
})(DisabledOperationException = exports.DisabledOperationException || (exports.DisabledOperationException = {}));
|
|
71
53
|
var LimitExceededException;
|
|
72
54
|
(function (LimitExceededException) {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
55
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
77
56
|
...obj,
|
|
78
57
|
});
|
|
79
58
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
80
59
|
var ResourceNotFoundException;
|
|
81
60
|
(function (ResourceNotFoundException) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
61
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
86
62
|
...obj,
|
|
87
63
|
});
|
|
88
64
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
89
65
|
var AccessDeniedException;
|
|
90
66
|
(function (AccessDeniedException) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
67
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
95
68
|
...obj,
|
|
96
69
|
});
|
|
97
70
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
98
71
|
var OptionStatus;
|
|
99
72
|
(function (OptionStatus) {
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
73
|
OptionStatus.filterSensitiveLog = (obj) => ({
|
|
104
74
|
...obj,
|
|
105
75
|
});
|
|
106
76
|
})(OptionStatus = exports.OptionStatus || (exports.OptionStatus = {}));
|
|
107
77
|
var AccessPoliciesStatus;
|
|
108
78
|
(function (AccessPoliciesStatus) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
79
|
AccessPoliciesStatus.filterSensitiveLog = (obj) => ({
|
|
113
80
|
...obj,
|
|
114
81
|
});
|
|
115
82
|
})(AccessPoliciesStatus = exports.AccessPoliciesStatus || (exports.AccessPoliciesStatus = {}));
|
|
116
83
|
var AdditionalLimit;
|
|
117
84
|
(function (AdditionalLimit) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
85
|
AdditionalLimit.filterSensitiveLog = (obj) => ({
|
|
122
86
|
...obj,
|
|
123
87
|
});
|
|
124
88
|
})(AdditionalLimit = exports.AdditionalLimit || (exports.AdditionalLimit = {}));
|
|
125
89
|
var Tag;
|
|
126
90
|
(function (Tag) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
91
|
Tag.filterSensitiveLog = (obj) => ({
|
|
131
92
|
...obj,
|
|
132
93
|
});
|
|
133
94
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
134
95
|
var AddTagsRequest;
|
|
135
96
|
(function (AddTagsRequest) {
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
97
|
AddTagsRequest.filterSensitiveLog = (obj) => ({
|
|
140
98
|
...obj,
|
|
141
99
|
});
|
|
142
100
|
})(AddTagsRequest = exports.AddTagsRequest || (exports.AddTagsRequest = {}));
|
|
143
101
|
var BaseException;
|
|
144
102
|
(function (BaseException) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
103
|
BaseException.filterSensitiveLog = (obj) => ({
|
|
149
104
|
...obj,
|
|
150
105
|
});
|
|
151
106
|
})(BaseException = exports.BaseException || (exports.BaseException = {}));
|
|
152
107
|
var InternalException;
|
|
153
108
|
(function (InternalException) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
109
|
InternalException.filterSensitiveLog = (obj) => ({
|
|
158
110
|
...obj,
|
|
159
111
|
});
|
|
160
112
|
})(InternalException = exports.InternalException || (exports.InternalException = {}));
|
|
161
113
|
var ValidationException;
|
|
162
114
|
(function (ValidationException) {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
115
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
167
116
|
...obj,
|
|
168
117
|
});
|
|
169
118
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
170
119
|
var AdvancedOptionsStatus;
|
|
171
120
|
(function (AdvancedOptionsStatus) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
121
|
AdvancedOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
176
122
|
...obj,
|
|
177
123
|
});
|
|
178
124
|
})(AdvancedOptionsStatus = exports.AdvancedOptionsStatus || (exports.AdvancedOptionsStatus = {}));
|
|
179
125
|
var SAMLIdp;
|
|
180
126
|
(function (SAMLIdp) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
127
|
SAMLIdp.filterSensitiveLog = (obj) => ({
|
|
185
128
|
...obj,
|
|
186
129
|
});
|
|
187
130
|
})(SAMLIdp = exports.SAMLIdp || (exports.SAMLIdp = {}));
|
|
188
131
|
var SAMLOptionsOutput;
|
|
189
132
|
(function (SAMLOptionsOutput) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
133
|
SAMLOptionsOutput.filterSensitiveLog = (obj) => ({
|
|
194
134
|
...obj,
|
|
195
135
|
});
|
|
196
136
|
})(SAMLOptionsOutput = exports.SAMLOptionsOutput || (exports.SAMLOptionsOutput = {}));
|
|
197
137
|
var AdvancedSecurityOptions;
|
|
198
138
|
(function (AdvancedSecurityOptions) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
139
|
AdvancedSecurityOptions.filterSensitiveLog = (obj) => ({
|
|
203
140
|
...obj,
|
|
204
141
|
});
|
|
205
142
|
})(AdvancedSecurityOptions = exports.AdvancedSecurityOptions || (exports.AdvancedSecurityOptions = {}));
|
|
206
143
|
var MasterUserOptions;
|
|
207
144
|
(function (MasterUserOptions) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
145
|
MasterUserOptions.filterSensitiveLog = (obj) => ({
|
|
212
146
|
...obj,
|
|
213
147
|
...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -216,9 +150,6 @@ var MasterUserOptions;
|
|
|
216
150
|
})(MasterUserOptions = exports.MasterUserOptions || (exports.MasterUserOptions = {}));
|
|
217
151
|
var SAMLOptionsInput;
|
|
218
152
|
(function (SAMLOptionsInput) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
153
|
SAMLOptionsInput.filterSensitiveLog = (obj) => ({
|
|
223
154
|
...obj,
|
|
224
155
|
...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -226,9 +157,6 @@ var SAMLOptionsInput;
|
|
|
226
157
|
})(SAMLOptionsInput = exports.SAMLOptionsInput || (exports.SAMLOptionsInput = {}));
|
|
227
158
|
var AdvancedSecurityOptionsInput;
|
|
228
159
|
(function (AdvancedSecurityOptionsInput) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
160
|
AdvancedSecurityOptionsInput.filterSensitiveLog = (obj) => ({
|
|
233
161
|
...obj,
|
|
234
162
|
...(obj.MasterUserOptions && { MasterUserOptions: MasterUserOptions.filterSensitiveLog(obj.MasterUserOptions) }),
|
|
@@ -237,81 +165,54 @@ var AdvancedSecurityOptionsInput;
|
|
|
237
165
|
})(AdvancedSecurityOptionsInput = exports.AdvancedSecurityOptionsInput || (exports.AdvancedSecurityOptionsInput = {}));
|
|
238
166
|
var AdvancedSecurityOptionsStatus;
|
|
239
167
|
(function (AdvancedSecurityOptionsStatus) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
168
|
AdvancedSecurityOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
244
169
|
...obj,
|
|
245
170
|
});
|
|
246
171
|
})(AdvancedSecurityOptionsStatus = exports.AdvancedSecurityOptionsStatus || (exports.AdvancedSecurityOptionsStatus = {}));
|
|
247
172
|
var AssociatePackageRequest;
|
|
248
173
|
(function (AssociatePackageRequest) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
174
|
AssociatePackageRequest.filterSensitiveLog = (obj) => ({
|
|
253
175
|
...obj,
|
|
254
176
|
});
|
|
255
177
|
})(AssociatePackageRequest = exports.AssociatePackageRequest || (exports.AssociatePackageRequest = {}));
|
|
256
178
|
var ErrorDetails;
|
|
257
179
|
(function (ErrorDetails) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
180
|
ErrorDetails.filterSensitiveLog = (obj) => ({
|
|
262
181
|
...obj,
|
|
263
182
|
});
|
|
264
183
|
})(ErrorDetails = exports.ErrorDetails || (exports.ErrorDetails = {}));
|
|
265
184
|
var DomainPackageDetails;
|
|
266
185
|
(function (DomainPackageDetails) {
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
186
|
DomainPackageDetails.filterSensitiveLog = (obj) => ({
|
|
271
187
|
...obj,
|
|
272
188
|
});
|
|
273
189
|
})(DomainPackageDetails = exports.DomainPackageDetails || (exports.DomainPackageDetails = {}));
|
|
274
190
|
var AssociatePackageResponse;
|
|
275
191
|
(function (AssociatePackageResponse) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
192
|
AssociatePackageResponse.filterSensitiveLog = (obj) => ({
|
|
280
193
|
...obj,
|
|
281
194
|
});
|
|
282
195
|
})(AssociatePackageResponse = exports.AssociatePackageResponse || (exports.AssociatePackageResponse = {}));
|
|
283
196
|
var ConflictException;
|
|
284
197
|
(function (ConflictException) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
198
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
289
199
|
...obj,
|
|
290
200
|
});
|
|
291
201
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
292
202
|
var CancelElasticsearchServiceSoftwareUpdateRequest;
|
|
293
203
|
(function (CancelElasticsearchServiceSoftwareUpdateRequest) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
204
|
CancelElasticsearchServiceSoftwareUpdateRequest.filterSensitiveLog = (obj) => ({
|
|
298
205
|
...obj,
|
|
299
206
|
});
|
|
300
207
|
})(CancelElasticsearchServiceSoftwareUpdateRequest = exports.CancelElasticsearchServiceSoftwareUpdateRequest || (exports.CancelElasticsearchServiceSoftwareUpdateRequest = {}));
|
|
301
208
|
var ServiceSoftwareOptions;
|
|
302
209
|
(function (ServiceSoftwareOptions) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
210
|
ServiceSoftwareOptions.filterSensitiveLog = (obj) => ({
|
|
307
211
|
...obj,
|
|
308
212
|
});
|
|
309
213
|
})(ServiceSoftwareOptions = exports.ServiceSoftwareOptions || (exports.ServiceSoftwareOptions = {}));
|
|
310
214
|
var CancelElasticsearchServiceSoftwareUpdateResponse;
|
|
311
215
|
(function (CancelElasticsearchServiceSoftwareUpdateResponse) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
216
|
CancelElasticsearchServiceSoftwareUpdateResponse.filterSensitiveLog = (obj) => ({
|
|
316
217
|
...obj,
|
|
317
218
|
});
|
|
@@ -327,36 +228,24 @@ var TimeUnit;
|
|
|
327
228
|
})(TimeUnit = exports.TimeUnit || (exports.TimeUnit = {}));
|
|
328
229
|
var Duration;
|
|
329
230
|
(function (Duration) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
231
|
Duration.filterSensitiveLog = (obj) => ({
|
|
334
232
|
...obj,
|
|
335
233
|
});
|
|
336
234
|
})(Duration = exports.Duration || (exports.Duration = {}));
|
|
337
235
|
var AutoTuneMaintenanceSchedule;
|
|
338
236
|
(function (AutoTuneMaintenanceSchedule) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
237
|
AutoTuneMaintenanceSchedule.filterSensitiveLog = (obj) => ({
|
|
343
238
|
...obj,
|
|
344
239
|
});
|
|
345
240
|
})(AutoTuneMaintenanceSchedule = exports.AutoTuneMaintenanceSchedule || (exports.AutoTuneMaintenanceSchedule = {}));
|
|
346
241
|
var AutoTuneOptionsInput;
|
|
347
242
|
(function (AutoTuneOptionsInput) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
243
|
AutoTuneOptionsInput.filterSensitiveLog = (obj) => ({
|
|
352
244
|
...obj,
|
|
353
245
|
});
|
|
354
246
|
})(AutoTuneOptionsInput = exports.AutoTuneOptionsInput || (exports.AutoTuneOptionsInput = {}));
|
|
355
247
|
var CognitoOptions;
|
|
356
248
|
(function (CognitoOptions) {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
249
|
CognitoOptions.filterSensitiveLog = (obj) => ({
|
|
361
250
|
...obj,
|
|
362
251
|
});
|
|
@@ -368,99 +257,66 @@ var TLSSecurityPolicy;
|
|
|
368
257
|
})(TLSSecurityPolicy = exports.TLSSecurityPolicy || (exports.TLSSecurityPolicy = {}));
|
|
369
258
|
var DomainEndpointOptions;
|
|
370
259
|
(function (DomainEndpointOptions) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
260
|
DomainEndpointOptions.filterSensitiveLog = (obj) => ({
|
|
375
261
|
...obj,
|
|
376
262
|
});
|
|
377
263
|
})(DomainEndpointOptions = exports.DomainEndpointOptions || (exports.DomainEndpointOptions = {}));
|
|
378
264
|
var EBSOptions;
|
|
379
265
|
(function (EBSOptions) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
266
|
EBSOptions.filterSensitiveLog = (obj) => ({
|
|
384
267
|
...obj,
|
|
385
268
|
});
|
|
386
269
|
})(EBSOptions = exports.EBSOptions || (exports.EBSOptions = {}));
|
|
387
270
|
var ColdStorageOptions;
|
|
388
271
|
(function (ColdStorageOptions) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
272
|
ColdStorageOptions.filterSensitiveLog = (obj) => ({
|
|
393
273
|
...obj,
|
|
394
274
|
});
|
|
395
275
|
})(ColdStorageOptions = exports.ColdStorageOptions || (exports.ColdStorageOptions = {}));
|
|
396
276
|
var ZoneAwarenessConfig;
|
|
397
277
|
(function (ZoneAwarenessConfig) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
278
|
ZoneAwarenessConfig.filterSensitiveLog = (obj) => ({
|
|
402
279
|
...obj,
|
|
403
280
|
});
|
|
404
281
|
})(ZoneAwarenessConfig = exports.ZoneAwarenessConfig || (exports.ZoneAwarenessConfig = {}));
|
|
405
282
|
var ElasticsearchClusterConfig;
|
|
406
283
|
(function (ElasticsearchClusterConfig) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
284
|
ElasticsearchClusterConfig.filterSensitiveLog = (obj) => ({
|
|
411
285
|
...obj,
|
|
412
286
|
});
|
|
413
287
|
})(ElasticsearchClusterConfig = exports.ElasticsearchClusterConfig || (exports.ElasticsearchClusterConfig = {}));
|
|
414
288
|
var EncryptionAtRestOptions;
|
|
415
289
|
(function (EncryptionAtRestOptions) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
290
|
EncryptionAtRestOptions.filterSensitiveLog = (obj) => ({
|
|
420
291
|
...obj,
|
|
421
292
|
});
|
|
422
293
|
})(EncryptionAtRestOptions = exports.EncryptionAtRestOptions || (exports.EncryptionAtRestOptions = {}));
|
|
423
294
|
var LogPublishingOption;
|
|
424
295
|
(function (LogPublishingOption) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
296
|
LogPublishingOption.filterSensitiveLog = (obj) => ({
|
|
429
297
|
...obj,
|
|
430
298
|
});
|
|
431
299
|
})(LogPublishingOption = exports.LogPublishingOption || (exports.LogPublishingOption = {}));
|
|
432
300
|
var NodeToNodeEncryptionOptions;
|
|
433
301
|
(function (NodeToNodeEncryptionOptions) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
302
|
NodeToNodeEncryptionOptions.filterSensitiveLog = (obj) => ({
|
|
438
303
|
...obj,
|
|
439
304
|
});
|
|
440
305
|
})(NodeToNodeEncryptionOptions = exports.NodeToNodeEncryptionOptions || (exports.NodeToNodeEncryptionOptions = {}));
|
|
441
306
|
var SnapshotOptions;
|
|
442
307
|
(function (SnapshotOptions) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
308
|
SnapshotOptions.filterSensitiveLog = (obj) => ({
|
|
447
309
|
...obj,
|
|
448
310
|
});
|
|
449
311
|
})(SnapshotOptions = exports.SnapshotOptions || (exports.SnapshotOptions = {}));
|
|
450
312
|
var VPCOptions;
|
|
451
313
|
(function (VPCOptions) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
314
|
VPCOptions.filterSensitiveLog = (obj) => ({
|
|
456
315
|
...obj,
|
|
457
316
|
});
|
|
458
317
|
})(VPCOptions = exports.VPCOptions || (exports.VPCOptions = {}));
|
|
459
318
|
var CreateElasticsearchDomainRequest;
|
|
460
319
|
(function (CreateElasticsearchDomainRequest) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
320
|
CreateElasticsearchDomainRequest.filterSensitiveLog = (obj) => ({
|
|
465
321
|
...obj,
|
|
466
322
|
...(obj.AdvancedSecurityOptions && {
|
|
@@ -482,63 +338,42 @@ var AutoTuneState;
|
|
|
482
338
|
})(AutoTuneState = exports.AutoTuneState || (exports.AutoTuneState = {}));
|
|
483
339
|
var AutoTuneOptionsOutput;
|
|
484
340
|
(function (AutoTuneOptionsOutput) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
341
|
AutoTuneOptionsOutput.filterSensitiveLog = (obj) => ({
|
|
489
342
|
...obj,
|
|
490
343
|
});
|
|
491
344
|
})(AutoTuneOptionsOutput = exports.AutoTuneOptionsOutput || (exports.AutoTuneOptionsOutput = {}));
|
|
492
345
|
var VPCDerivedInfo;
|
|
493
346
|
(function (VPCDerivedInfo) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
347
|
VPCDerivedInfo.filterSensitiveLog = (obj) => ({
|
|
498
348
|
...obj,
|
|
499
349
|
});
|
|
500
350
|
})(VPCDerivedInfo = exports.VPCDerivedInfo || (exports.VPCDerivedInfo = {}));
|
|
501
351
|
var ElasticsearchDomainStatus;
|
|
502
352
|
(function (ElasticsearchDomainStatus) {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
353
|
ElasticsearchDomainStatus.filterSensitiveLog = (obj) => ({
|
|
507
354
|
...obj,
|
|
508
355
|
});
|
|
509
356
|
})(ElasticsearchDomainStatus = exports.ElasticsearchDomainStatus || (exports.ElasticsearchDomainStatus = {}));
|
|
510
357
|
var CreateElasticsearchDomainResponse;
|
|
511
358
|
(function (CreateElasticsearchDomainResponse) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
359
|
CreateElasticsearchDomainResponse.filterSensitiveLog = (obj) => ({
|
|
516
360
|
...obj,
|
|
517
361
|
});
|
|
518
362
|
})(CreateElasticsearchDomainResponse = exports.CreateElasticsearchDomainResponse || (exports.CreateElasticsearchDomainResponse = {}));
|
|
519
363
|
var InvalidTypeException;
|
|
520
364
|
(function (InvalidTypeException) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
365
|
InvalidTypeException.filterSensitiveLog = (obj) => ({
|
|
525
366
|
...obj,
|
|
526
367
|
});
|
|
527
368
|
})(InvalidTypeException = exports.InvalidTypeException || (exports.InvalidTypeException = {}));
|
|
528
369
|
var ResourceAlreadyExistsException;
|
|
529
370
|
(function (ResourceAlreadyExistsException) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
371
|
ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
534
372
|
...obj,
|
|
535
373
|
});
|
|
536
374
|
})(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
|
|
537
375
|
var CreateOutboundCrossClusterSearchConnectionRequest;
|
|
538
376
|
(function (CreateOutboundCrossClusterSearchConnectionRequest) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
377
|
CreateOutboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
543
378
|
...obj,
|
|
544
379
|
});
|
|
@@ -556,144 +391,96 @@ var OutboundCrossClusterSearchConnectionStatusCode;
|
|
|
556
391
|
})(OutboundCrossClusterSearchConnectionStatusCode = exports.OutboundCrossClusterSearchConnectionStatusCode || (exports.OutboundCrossClusterSearchConnectionStatusCode = {}));
|
|
557
392
|
var OutboundCrossClusterSearchConnectionStatus;
|
|
558
393
|
(function (OutboundCrossClusterSearchConnectionStatus) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
394
|
OutboundCrossClusterSearchConnectionStatus.filterSensitiveLog = (obj) => ({
|
|
563
395
|
...obj,
|
|
564
396
|
});
|
|
565
397
|
})(OutboundCrossClusterSearchConnectionStatus = exports.OutboundCrossClusterSearchConnectionStatus || (exports.OutboundCrossClusterSearchConnectionStatus = {}));
|
|
566
398
|
var CreateOutboundCrossClusterSearchConnectionResponse;
|
|
567
399
|
(function (CreateOutboundCrossClusterSearchConnectionResponse) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
400
|
CreateOutboundCrossClusterSearchConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
572
401
|
...obj,
|
|
573
402
|
});
|
|
574
403
|
})(CreateOutboundCrossClusterSearchConnectionResponse = exports.CreateOutboundCrossClusterSearchConnectionResponse || (exports.CreateOutboundCrossClusterSearchConnectionResponse = {}));
|
|
575
404
|
var PackageSource;
|
|
576
405
|
(function (PackageSource) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
406
|
PackageSource.filterSensitiveLog = (obj) => ({
|
|
581
407
|
...obj,
|
|
582
408
|
});
|
|
583
409
|
})(PackageSource = exports.PackageSource || (exports.PackageSource = {}));
|
|
584
410
|
var CreatePackageRequest;
|
|
585
411
|
(function (CreatePackageRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
412
|
CreatePackageRequest.filterSensitiveLog = (obj) => ({
|
|
590
413
|
...obj,
|
|
591
414
|
});
|
|
592
415
|
})(CreatePackageRequest = exports.CreatePackageRequest || (exports.CreatePackageRequest = {}));
|
|
593
416
|
var PackageDetails;
|
|
594
417
|
(function (PackageDetails) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
418
|
PackageDetails.filterSensitiveLog = (obj) => ({
|
|
599
419
|
...obj,
|
|
600
420
|
});
|
|
601
421
|
})(PackageDetails = exports.PackageDetails || (exports.PackageDetails = {}));
|
|
602
422
|
var CreatePackageResponse;
|
|
603
423
|
(function (CreatePackageResponse) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
424
|
CreatePackageResponse.filterSensitiveLog = (obj) => ({
|
|
608
425
|
...obj,
|
|
609
426
|
});
|
|
610
427
|
})(CreatePackageResponse = exports.CreatePackageResponse || (exports.CreatePackageResponse = {}));
|
|
611
428
|
var DeleteElasticsearchDomainRequest;
|
|
612
429
|
(function (DeleteElasticsearchDomainRequest) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
430
|
DeleteElasticsearchDomainRequest.filterSensitiveLog = (obj) => ({
|
|
617
431
|
...obj,
|
|
618
432
|
});
|
|
619
433
|
})(DeleteElasticsearchDomainRequest = exports.DeleteElasticsearchDomainRequest || (exports.DeleteElasticsearchDomainRequest = {}));
|
|
620
434
|
var DeleteElasticsearchDomainResponse;
|
|
621
435
|
(function (DeleteElasticsearchDomainResponse) {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
436
|
DeleteElasticsearchDomainResponse.filterSensitiveLog = (obj) => ({
|
|
626
437
|
...obj,
|
|
627
438
|
});
|
|
628
439
|
})(DeleteElasticsearchDomainResponse = exports.DeleteElasticsearchDomainResponse || (exports.DeleteElasticsearchDomainResponse = {}));
|
|
629
440
|
var DeleteInboundCrossClusterSearchConnectionRequest;
|
|
630
441
|
(function (DeleteInboundCrossClusterSearchConnectionRequest) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
442
|
DeleteInboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
635
443
|
...obj,
|
|
636
444
|
});
|
|
637
445
|
})(DeleteInboundCrossClusterSearchConnectionRequest = exports.DeleteInboundCrossClusterSearchConnectionRequest || (exports.DeleteInboundCrossClusterSearchConnectionRequest = {}));
|
|
638
446
|
var DeleteInboundCrossClusterSearchConnectionResponse;
|
|
639
447
|
(function (DeleteInboundCrossClusterSearchConnectionResponse) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
448
|
DeleteInboundCrossClusterSearchConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
644
449
|
...obj,
|
|
645
450
|
});
|
|
646
451
|
})(DeleteInboundCrossClusterSearchConnectionResponse = exports.DeleteInboundCrossClusterSearchConnectionResponse || (exports.DeleteInboundCrossClusterSearchConnectionResponse = {}));
|
|
647
452
|
var DeleteOutboundCrossClusterSearchConnectionRequest;
|
|
648
453
|
(function (DeleteOutboundCrossClusterSearchConnectionRequest) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
454
|
DeleteOutboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
653
455
|
...obj,
|
|
654
456
|
});
|
|
655
457
|
})(DeleteOutboundCrossClusterSearchConnectionRequest = exports.DeleteOutboundCrossClusterSearchConnectionRequest || (exports.DeleteOutboundCrossClusterSearchConnectionRequest = {}));
|
|
656
458
|
var OutboundCrossClusterSearchConnection;
|
|
657
459
|
(function (OutboundCrossClusterSearchConnection) {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
460
|
OutboundCrossClusterSearchConnection.filterSensitiveLog = (obj) => ({
|
|
662
461
|
...obj,
|
|
663
462
|
});
|
|
664
463
|
})(OutboundCrossClusterSearchConnection = exports.OutboundCrossClusterSearchConnection || (exports.OutboundCrossClusterSearchConnection = {}));
|
|
665
464
|
var DeleteOutboundCrossClusterSearchConnectionResponse;
|
|
666
465
|
(function (DeleteOutboundCrossClusterSearchConnectionResponse) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
466
|
DeleteOutboundCrossClusterSearchConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
671
467
|
...obj,
|
|
672
468
|
});
|
|
673
469
|
})(DeleteOutboundCrossClusterSearchConnectionResponse = exports.DeleteOutboundCrossClusterSearchConnectionResponse || (exports.DeleteOutboundCrossClusterSearchConnectionResponse = {}));
|
|
674
470
|
var DeletePackageRequest;
|
|
675
471
|
(function (DeletePackageRequest) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
472
|
DeletePackageRequest.filterSensitiveLog = (obj) => ({
|
|
680
473
|
...obj,
|
|
681
474
|
});
|
|
682
475
|
})(DeletePackageRequest = exports.DeletePackageRequest || (exports.DeletePackageRequest = {}));
|
|
683
476
|
var DeletePackageResponse;
|
|
684
477
|
(function (DeletePackageResponse) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
478
|
DeletePackageResponse.filterSensitiveLog = (obj) => ({
|
|
689
479
|
...obj,
|
|
690
480
|
});
|
|
691
481
|
})(DeletePackageResponse = exports.DeletePackageResponse || (exports.DeletePackageResponse = {}));
|
|
692
482
|
var DescribeDomainAutoTunesRequest;
|
|
693
483
|
(function (DescribeDomainAutoTunesRequest) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
484
|
DescribeDomainAutoTunesRequest.filterSensitiveLog = (obj) => ({
|
|
698
485
|
...obj,
|
|
699
486
|
});
|
|
@@ -711,18 +498,12 @@ var ScheduledAutoTuneSeverityType;
|
|
|
711
498
|
})(ScheduledAutoTuneSeverityType = exports.ScheduledAutoTuneSeverityType || (exports.ScheduledAutoTuneSeverityType = {}));
|
|
712
499
|
var ScheduledAutoTuneDetails;
|
|
713
500
|
(function (ScheduledAutoTuneDetails) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
501
|
ScheduledAutoTuneDetails.filterSensitiveLog = (obj) => ({
|
|
718
502
|
...obj,
|
|
719
503
|
});
|
|
720
504
|
})(ScheduledAutoTuneDetails = exports.ScheduledAutoTuneDetails || (exports.ScheduledAutoTuneDetails = {}));
|
|
721
505
|
var AutoTuneDetails;
|
|
722
506
|
(function (AutoTuneDetails) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
507
|
AutoTuneDetails.filterSensitiveLog = (obj) => ({
|
|
727
508
|
...obj,
|
|
728
509
|
});
|
|
@@ -733,45 +514,30 @@ var AutoTuneType;
|
|
|
733
514
|
})(AutoTuneType = exports.AutoTuneType || (exports.AutoTuneType = {}));
|
|
734
515
|
var AutoTune;
|
|
735
516
|
(function (AutoTune) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
517
|
AutoTune.filterSensitiveLog = (obj) => ({
|
|
740
518
|
...obj,
|
|
741
519
|
});
|
|
742
520
|
})(AutoTune = exports.AutoTune || (exports.AutoTune = {}));
|
|
743
521
|
var DescribeDomainAutoTunesResponse;
|
|
744
522
|
(function (DescribeDomainAutoTunesResponse) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
523
|
DescribeDomainAutoTunesResponse.filterSensitiveLog = (obj) => ({
|
|
749
524
|
...obj,
|
|
750
525
|
});
|
|
751
526
|
})(DescribeDomainAutoTunesResponse = exports.DescribeDomainAutoTunesResponse || (exports.DescribeDomainAutoTunesResponse = {}));
|
|
752
527
|
var DescribeElasticsearchDomainRequest;
|
|
753
528
|
(function (DescribeElasticsearchDomainRequest) {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
529
|
DescribeElasticsearchDomainRequest.filterSensitiveLog = (obj) => ({
|
|
758
530
|
...obj,
|
|
759
531
|
});
|
|
760
532
|
})(DescribeElasticsearchDomainRequest = exports.DescribeElasticsearchDomainRequest || (exports.DescribeElasticsearchDomainRequest = {}));
|
|
761
533
|
var DescribeElasticsearchDomainResponse;
|
|
762
534
|
(function (DescribeElasticsearchDomainResponse) {
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
766
535
|
DescribeElasticsearchDomainResponse.filterSensitiveLog = (obj) => ({
|
|
767
536
|
...obj,
|
|
768
537
|
});
|
|
769
538
|
})(DescribeElasticsearchDomainResponse = exports.DescribeElasticsearchDomainResponse || (exports.DescribeElasticsearchDomainResponse = {}));
|
|
770
539
|
var DescribeElasticsearchDomainConfigRequest;
|
|
771
540
|
(function (DescribeElasticsearchDomainConfigRequest) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
541
|
DescribeElasticsearchDomainConfigRequest.filterSensitiveLog = (obj) => ({
|
|
776
542
|
...obj,
|
|
777
543
|
});
|
|
@@ -783,270 +549,180 @@ var RollbackOnDisable;
|
|
|
783
549
|
})(RollbackOnDisable = exports.RollbackOnDisable || (exports.RollbackOnDisable = {}));
|
|
784
550
|
var AutoTuneOptions;
|
|
785
551
|
(function (AutoTuneOptions) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
552
|
AutoTuneOptions.filterSensitiveLog = (obj) => ({
|
|
790
553
|
...obj,
|
|
791
554
|
});
|
|
792
555
|
})(AutoTuneOptions = exports.AutoTuneOptions || (exports.AutoTuneOptions = {}));
|
|
793
556
|
var AutoTuneStatus;
|
|
794
557
|
(function (AutoTuneStatus) {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
558
|
AutoTuneStatus.filterSensitiveLog = (obj) => ({
|
|
799
559
|
...obj,
|
|
800
560
|
});
|
|
801
561
|
})(AutoTuneStatus = exports.AutoTuneStatus || (exports.AutoTuneStatus = {}));
|
|
802
562
|
var AutoTuneOptionsStatus;
|
|
803
563
|
(function (AutoTuneOptionsStatus) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
564
|
AutoTuneOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
808
565
|
...obj,
|
|
809
566
|
});
|
|
810
567
|
})(AutoTuneOptionsStatus = exports.AutoTuneOptionsStatus || (exports.AutoTuneOptionsStatus = {}));
|
|
811
568
|
var CognitoOptionsStatus;
|
|
812
569
|
(function (CognitoOptionsStatus) {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
570
|
CognitoOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
817
571
|
...obj,
|
|
818
572
|
});
|
|
819
573
|
})(CognitoOptionsStatus = exports.CognitoOptionsStatus || (exports.CognitoOptionsStatus = {}));
|
|
820
574
|
var DomainEndpointOptionsStatus;
|
|
821
575
|
(function (DomainEndpointOptionsStatus) {
|
|
822
|
-
/**
|
|
823
|
-
* @internal
|
|
824
|
-
*/
|
|
825
576
|
DomainEndpointOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
826
577
|
...obj,
|
|
827
578
|
});
|
|
828
579
|
})(DomainEndpointOptionsStatus = exports.DomainEndpointOptionsStatus || (exports.DomainEndpointOptionsStatus = {}));
|
|
829
580
|
var EBSOptionsStatus;
|
|
830
581
|
(function (EBSOptionsStatus) {
|
|
831
|
-
/**
|
|
832
|
-
* @internal
|
|
833
|
-
*/
|
|
834
582
|
EBSOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
835
583
|
...obj,
|
|
836
584
|
});
|
|
837
585
|
})(EBSOptionsStatus = exports.EBSOptionsStatus || (exports.EBSOptionsStatus = {}));
|
|
838
586
|
var ElasticsearchClusterConfigStatus;
|
|
839
587
|
(function (ElasticsearchClusterConfigStatus) {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
588
|
ElasticsearchClusterConfigStatus.filterSensitiveLog = (obj) => ({
|
|
844
589
|
...obj,
|
|
845
590
|
});
|
|
846
591
|
})(ElasticsearchClusterConfigStatus = exports.ElasticsearchClusterConfigStatus || (exports.ElasticsearchClusterConfigStatus = {}));
|
|
847
592
|
var ElasticsearchVersionStatus;
|
|
848
593
|
(function (ElasticsearchVersionStatus) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
594
|
ElasticsearchVersionStatus.filterSensitiveLog = (obj) => ({
|
|
853
595
|
...obj,
|
|
854
596
|
});
|
|
855
597
|
})(ElasticsearchVersionStatus = exports.ElasticsearchVersionStatus || (exports.ElasticsearchVersionStatus = {}));
|
|
856
598
|
var EncryptionAtRestOptionsStatus;
|
|
857
599
|
(function (EncryptionAtRestOptionsStatus) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
600
|
EncryptionAtRestOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
862
601
|
...obj,
|
|
863
602
|
});
|
|
864
603
|
})(EncryptionAtRestOptionsStatus = exports.EncryptionAtRestOptionsStatus || (exports.EncryptionAtRestOptionsStatus = {}));
|
|
865
604
|
var LogPublishingOptionsStatus;
|
|
866
605
|
(function (LogPublishingOptionsStatus) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
606
|
LogPublishingOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
871
607
|
...obj,
|
|
872
608
|
});
|
|
873
609
|
})(LogPublishingOptionsStatus = exports.LogPublishingOptionsStatus || (exports.LogPublishingOptionsStatus = {}));
|
|
874
610
|
var NodeToNodeEncryptionOptionsStatus;
|
|
875
611
|
(function (NodeToNodeEncryptionOptionsStatus) {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
612
|
NodeToNodeEncryptionOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
880
613
|
...obj,
|
|
881
614
|
});
|
|
882
615
|
})(NodeToNodeEncryptionOptionsStatus = exports.NodeToNodeEncryptionOptionsStatus || (exports.NodeToNodeEncryptionOptionsStatus = {}));
|
|
883
616
|
var SnapshotOptionsStatus;
|
|
884
617
|
(function (SnapshotOptionsStatus) {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
618
|
SnapshotOptionsStatus.filterSensitiveLog = (obj) => ({
|
|
889
619
|
...obj,
|
|
890
620
|
});
|
|
891
621
|
})(SnapshotOptionsStatus = exports.SnapshotOptionsStatus || (exports.SnapshotOptionsStatus = {}));
|
|
892
622
|
var VPCDerivedInfoStatus;
|
|
893
623
|
(function (VPCDerivedInfoStatus) {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
624
|
VPCDerivedInfoStatus.filterSensitiveLog = (obj) => ({
|
|
898
625
|
...obj,
|
|
899
626
|
});
|
|
900
627
|
})(VPCDerivedInfoStatus = exports.VPCDerivedInfoStatus || (exports.VPCDerivedInfoStatus = {}));
|
|
901
628
|
var ElasticsearchDomainConfig;
|
|
902
629
|
(function (ElasticsearchDomainConfig) {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
630
|
ElasticsearchDomainConfig.filterSensitiveLog = (obj) => ({
|
|
907
631
|
...obj,
|
|
908
632
|
});
|
|
909
633
|
})(ElasticsearchDomainConfig = exports.ElasticsearchDomainConfig || (exports.ElasticsearchDomainConfig = {}));
|
|
910
634
|
var DescribeElasticsearchDomainConfigResponse;
|
|
911
635
|
(function (DescribeElasticsearchDomainConfigResponse) {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
636
|
DescribeElasticsearchDomainConfigResponse.filterSensitiveLog = (obj) => ({
|
|
916
637
|
...obj,
|
|
917
638
|
});
|
|
918
639
|
})(DescribeElasticsearchDomainConfigResponse = exports.DescribeElasticsearchDomainConfigResponse || (exports.DescribeElasticsearchDomainConfigResponse = {}));
|
|
919
640
|
var DescribeElasticsearchDomainsRequest;
|
|
920
641
|
(function (DescribeElasticsearchDomainsRequest) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
642
|
DescribeElasticsearchDomainsRequest.filterSensitiveLog = (obj) => ({
|
|
925
643
|
...obj,
|
|
926
644
|
});
|
|
927
645
|
})(DescribeElasticsearchDomainsRequest = exports.DescribeElasticsearchDomainsRequest || (exports.DescribeElasticsearchDomainsRequest = {}));
|
|
928
646
|
var DescribeElasticsearchDomainsResponse;
|
|
929
647
|
(function (DescribeElasticsearchDomainsResponse) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
648
|
DescribeElasticsearchDomainsResponse.filterSensitiveLog = (obj) => ({
|
|
934
649
|
...obj,
|
|
935
650
|
});
|
|
936
651
|
})(DescribeElasticsearchDomainsResponse = exports.DescribeElasticsearchDomainsResponse || (exports.DescribeElasticsearchDomainsResponse = {}));
|
|
937
652
|
var DescribeElasticsearchInstanceTypeLimitsRequest;
|
|
938
653
|
(function (DescribeElasticsearchInstanceTypeLimitsRequest) {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
654
|
DescribeElasticsearchInstanceTypeLimitsRequest.filterSensitiveLog = (obj) => ({
|
|
943
655
|
...obj,
|
|
944
656
|
});
|
|
945
657
|
})(DescribeElasticsearchInstanceTypeLimitsRequest = exports.DescribeElasticsearchInstanceTypeLimitsRequest || (exports.DescribeElasticsearchInstanceTypeLimitsRequest = {}));
|
|
946
658
|
var InstanceCountLimits;
|
|
947
659
|
(function (InstanceCountLimits) {
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
660
|
InstanceCountLimits.filterSensitiveLog = (obj) => ({
|
|
952
661
|
...obj,
|
|
953
662
|
});
|
|
954
663
|
})(InstanceCountLimits = exports.InstanceCountLimits || (exports.InstanceCountLimits = {}));
|
|
955
664
|
var InstanceLimits;
|
|
956
665
|
(function (InstanceLimits) {
|
|
957
|
-
/**
|
|
958
|
-
* @internal
|
|
959
|
-
*/
|
|
960
666
|
InstanceLimits.filterSensitiveLog = (obj) => ({
|
|
961
667
|
...obj,
|
|
962
668
|
});
|
|
963
669
|
})(InstanceLimits = exports.InstanceLimits || (exports.InstanceLimits = {}));
|
|
964
670
|
var StorageTypeLimit;
|
|
965
671
|
(function (StorageTypeLimit) {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
672
|
StorageTypeLimit.filterSensitiveLog = (obj) => ({
|
|
970
673
|
...obj,
|
|
971
674
|
});
|
|
972
675
|
})(StorageTypeLimit = exports.StorageTypeLimit || (exports.StorageTypeLimit = {}));
|
|
973
676
|
var StorageType;
|
|
974
677
|
(function (StorageType) {
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
678
|
StorageType.filterSensitiveLog = (obj) => ({
|
|
979
679
|
...obj,
|
|
980
680
|
});
|
|
981
681
|
})(StorageType = exports.StorageType || (exports.StorageType = {}));
|
|
982
682
|
var Limits;
|
|
983
683
|
(function (Limits) {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
684
|
Limits.filterSensitiveLog = (obj) => ({
|
|
988
685
|
...obj,
|
|
989
686
|
});
|
|
990
687
|
})(Limits = exports.Limits || (exports.Limits = {}));
|
|
991
688
|
var DescribeElasticsearchInstanceTypeLimitsResponse;
|
|
992
689
|
(function (DescribeElasticsearchInstanceTypeLimitsResponse) {
|
|
993
|
-
/**
|
|
994
|
-
* @internal
|
|
995
|
-
*/
|
|
996
690
|
DescribeElasticsearchInstanceTypeLimitsResponse.filterSensitiveLog = (obj) => ({
|
|
997
691
|
...obj,
|
|
998
692
|
});
|
|
999
693
|
})(DescribeElasticsearchInstanceTypeLimitsResponse = exports.DescribeElasticsearchInstanceTypeLimitsResponse || (exports.DescribeElasticsearchInstanceTypeLimitsResponse = {}));
|
|
1000
694
|
var Filter;
|
|
1001
695
|
(function (Filter) {
|
|
1002
|
-
/**
|
|
1003
|
-
* @internal
|
|
1004
|
-
*/
|
|
1005
696
|
Filter.filterSensitiveLog = (obj) => ({
|
|
1006
697
|
...obj,
|
|
1007
698
|
});
|
|
1008
699
|
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
1009
700
|
var DescribeInboundCrossClusterSearchConnectionsRequest;
|
|
1010
701
|
(function (DescribeInboundCrossClusterSearchConnectionsRequest) {
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
702
|
DescribeInboundCrossClusterSearchConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
1015
703
|
...obj,
|
|
1016
704
|
});
|
|
1017
705
|
})(DescribeInboundCrossClusterSearchConnectionsRequest = exports.DescribeInboundCrossClusterSearchConnectionsRequest || (exports.DescribeInboundCrossClusterSearchConnectionsRequest = {}));
|
|
1018
706
|
var DescribeInboundCrossClusterSearchConnectionsResponse;
|
|
1019
707
|
(function (DescribeInboundCrossClusterSearchConnectionsResponse) {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
708
|
DescribeInboundCrossClusterSearchConnectionsResponse.filterSensitiveLog = (obj) => ({
|
|
1024
709
|
...obj,
|
|
1025
710
|
});
|
|
1026
711
|
})(DescribeInboundCrossClusterSearchConnectionsResponse = exports.DescribeInboundCrossClusterSearchConnectionsResponse || (exports.DescribeInboundCrossClusterSearchConnectionsResponse = {}));
|
|
1027
712
|
var InvalidPaginationTokenException;
|
|
1028
713
|
(function (InvalidPaginationTokenException) {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
714
|
InvalidPaginationTokenException.filterSensitiveLog = (obj) => ({
|
|
1033
715
|
...obj,
|
|
1034
716
|
});
|
|
1035
717
|
})(InvalidPaginationTokenException = exports.InvalidPaginationTokenException || (exports.InvalidPaginationTokenException = {}));
|
|
1036
718
|
var DescribeOutboundCrossClusterSearchConnectionsRequest;
|
|
1037
719
|
(function (DescribeOutboundCrossClusterSearchConnectionsRequest) {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
720
|
DescribeOutboundCrossClusterSearchConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
1042
721
|
...obj,
|
|
1043
722
|
});
|
|
1044
723
|
})(DescribeOutboundCrossClusterSearchConnectionsRequest = exports.DescribeOutboundCrossClusterSearchConnectionsRequest || (exports.DescribeOutboundCrossClusterSearchConnectionsRequest = {}));
|
|
1045
724
|
var DescribeOutboundCrossClusterSearchConnectionsResponse;
|
|
1046
725
|
(function (DescribeOutboundCrossClusterSearchConnectionsResponse) {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
726
|
DescribeOutboundCrossClusterSearchConnectionsResponse.filterSensitiveLog = (obj) => ({
|
|
1051
727
|
...obj,
|
|
1052
728
|
});
|
|
@@ -1059,216 +735,144 @@ var DescribePackagesFilterName;
|
|
|
1059
735
|
})(DescribePackagesFilterName = exports.DescribePackagesFilterName || (exports.DescribePackagesFilterName = {}));
|
|
1060
736
|
var DescribePackagesFilter;
|
|
1061
737
|
(function (DescribePackagesFilter) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
738
|
DescribePackagesFilter.filterSensitiveLog = (obj) => ({
|
|
1066
739
|
...obj,
|
|
1067
740
|
});
|
|
1068
741
|
})(DescribePackagesFilter = exports.DescribePackagesFilter || (exports.DescribePackagesFilter = {}));
|
|
1069
742
|
var DescribePackagesRequest;
|
|
1070
743
|
(function (DescribePackagesRequest) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
744
|
DescribePackagesRequest.filterSensitiveLog = (obj) => ({
|
|
1075
745
|
...obj,
|
|
1076
746
|
});
|
|
1077
747
|
})(DescribePackagesRequest = exports.DescribePackagesRequest || (exports.DescribePackagesRequest = {}));
|
|
1078
748
|
var DescribePackagesResponse;
|
|
1079
749
|
(function (DescribePackagesResponse) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
750
|
DescribePackagesResponse.filterSensitiveLog = (obj) => ({
|
|
1084
751
|
...obj,
|
|
1085
752
|
});
|
|
1086
753
|
})(DescribePackagesResponse = exports.DescribePackagesResponse || (exports.DescribePackagesResponse = {}));
|
|
1087
754
|
var DescribeReservedElasticsearchInstanceOfferingsRequest;
|
|
1088
755
|
(function (DescribeReservedElasticsearchInstanceOfferingsRequest) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
756
|
DescribeReservedElasticsearchInstanceOfferingsRequest.filterSensitiveLog = (obj) => ({
|
|
1093
757
|
...obj,
|
|
1094
758
|
});
|
|
1095
759
|
})(DescribeReservedElasticsearchInstanceOfferingsRequest = exports.DescribeReservedElasticsearchInstanceOfferingsRequest || (exports.DescribeReservedElasticsearchInstanceOfferingsRequest = {}));
|
|
1096
760
|
var RecurringCharge;
|
|
1097
761
|
(function (RecurringCharge) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
762
|
RecurringCharge.filterSensitiveLog = (obj) => ({
|
|
1102
763
|
...obj,
|
|
1103
764
|
});
|
|
1104
765
|
})(RecurringCharge = exports.RecurringCharge || (exports.RecurringCharge = {}));
|
|
1105
766
|
var ReservedElasticsearchInstanceOffering;
|
|
1106
767
|
(function (ReservedElasticsearchInstanceOffering) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
768
|
ReservedElasticsearchInstanceOffering.filterSensitiveLog = (obj) => ({
|
|
1111
769
|
...obj,
|
|
1112
770
|
});
|
|
1113
771
|
})(ReservedElasticsearchInstanceOffering = exports.ReservedElasticsearchInstanceOffering || (exports.ReservedElasticsearchInstanceOffering = {}));
|
|
1114
772
|
var DescribeReservedElasticsearchInstanceOfferingsResponse;
|
|
1115
773
|
(function (DescribeReservedElasticsearchInstanceOfferingsResponse) {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
774
|
DescribeReservedElasticsearchInstanceOfferingsResponse.filterSensitiveLog = (obj) => ({
|
|
1120
775
|
...obj,
|
|
1121
776
|
});
|
|
1122
777
|
})(DescribeReservedElasticsearchInstanceOfferingsResponse = exports.DescribeReservedElasticsearchInstanceOfferingsResponse || (exports.DescribeReservedElasticsearchInstanceOfferingsResponse = {}));
|
|
1123
778
|
var DescribeReservedElasticsearchInstancesRequest;
|
|
1124
779
|
(function (DescribeReservedElasticsearchInstancesRequest) {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
780
|
DescribeReservedElasticsearchInstancesRequest.filterSensitiveLog = (obj) => ({
|
|
1129
781
|
...obj,
|
|
1130
782
|
});
|
|
1131
783
|
})(DescribeReservedElasticsearchInstancesRequest = exports.DescribeReservedElasticsearchInstancesRequest || (exports.DescribeReservedElasticsearchInstancesRequest = {}));
|
|
1132
784
|
var ReservedElasticsearchInstance;
|
|
1133
785
|
(function (ReservedElasticsearchInstance) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
786
|
ReservedElasticsearchInstance.filterSensitiveLog = (obj) => ({
|
|
1138
787
|
...obj,
|
|
1139
788
|
});
|
|
1140
789
|
})(ReservedElasticsearchInstance = exports.ReservedElasticsearchInstance || (exports.ReservedElasticsearchInstance = {}));
|
|
1141
790
|
var DescribeReservedElasticsearchInstancesResponse;
|
|
1142
791
|
(function (DescribeReservedElasticsearchInstancesResponse) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
792
|
DescribeReservedElasticsearchInstancesResponse.filterSensitiveLog = (obj) => ({
|
|
1147
793
|
...obj,
|
|
1148
794
|
});
|
|
1149
795
|
})(DescribeReservedElasticsearchInstancesResponse = exports.DescribeReservedElasticsearchInstancesResponse || (exports.DescribeReservedElasticsearchInstancesResponse = {}));
|
|
1150
796
|
var DissociatePackageRequest;
|
|
1151
797
|
(function (DissociatePackageRequest) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
798
|
DissociatePackageRequest.filterSensitiveLog = (obj) => ({
|
|
1156
799
|
...obj,
|
|
1157
800
|
});
|
|
1158
801
|
})(DissociatePackageRequest = exports.DissociatePackageRequest || (exports.DissociatePackageRequest = {}));
|
|
1159
802
|
var DissociatePackageResponse;
|
|
1160
803
|
(function (DissociatePackageResponse) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
804
|
DissociatePackageResponse.filterSensitiveLog = (obj) => ({
|
|
1165
805
|
...obj,
|
|
1166
806
|
});
|
|
1167
807
|
})(DissociatePackageResponse = exports.DissociatePackageResponse || (exports.DissociatePackageResponse = {}));
|
|
1168
808
|
var GetCompatibleElasticsearchVersionsRequest;
|
|
1169
809
|
(function (GetCompatibleElasticsearchVersionsRequest) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
810
|
GetCompatibleElasticsearchVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
1174
811
|
...obj,
|
|
1175
812
|
});
|
|
1176
813
|
})(GetCompatibleElasticsearchVersionsRequest = exports.GetCompatibleElasticsearchVersionsRequest || (exports.GetCompatibleElasticsearchVersionsRequest = {}));
|
|
1177
814
|
var CompatibleVersionsMap;
|
|
1178
815
|
(function (CompatibleVersionsMap) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
816
|
CompatibleVersionsMap.filterSensitiveLog = (obj) => ({
|
|
1183
817
|
...obj,
|
|
1184
818
|
});
|
|
1185
819
|
})(CompatibleVersionsMap = exports.CompatibleVersionsMap || (exports.CompatibleVersionsMap = {}));
|
|
1186
820
|
var GetCompatibleElasticsearchVersionsResponse;
|
|
1187
821
|
(function (GetCompatibleElasticsearchVersionsResponse) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
822
|
GetCompatibleElasticsearchVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
1192
823
|
...obj,
|
|
1193
824
|
});
|
|
1194
825
|
})(GetCompatibleElasticsearchVersionsResponse = exports.GetCompatibleElasticsearchVersionsResponse || (exports.GetCompatibleElasticsearchVersionsResponse = {}));
|
|
1195
826
|
var GetPackageVersionHistoryRequest;
|
|
1196
827
|
(function (GetPackageVersionHistoryRequest) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
828
|
GetPackageVersionHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
1201
829
|
...obj,
|
|
1202
830
|
});
|
|
1203
831
|
})(GetPackageVersionHistoryRequest = exports.GetPackageVersionHistoryRequest || (exports.GetPackageVersionHistoryRequest = {}));
|
|
1204
832
|
var PackageVersionHistory;
|
|
1205
833
|
(function (PackageVersionHistory) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
834
|
PackageVersionHistory.filterSensitiveLog = (obj) => ({
|
|
1210
835
|
...obj,
|
|
1211
836
|
});
|
|
1212
837
|
})(PackageVersionHistory = exports.PackageVersionHistory || (exports.PackageVersionHistory = {}));
|
|
1213
838
|
var GetPackageVersionHistoryResponse;
|
|
1214
839
|
(function (GetPackageVersionHistoryResponse) {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
840
|
GetPackageVersionHistoryResponse.filterSensitiveLog = (obj) => ({
|
|
1219
841
|
...obj,
|
|
1220
842
|
});
|
|
1221
843
|
})(GetPackageVersionHistoryResponse = exports.GetPackageVersionHistoryResponse || (exports.GetPackageVersionHistoryResponse = {}));
|
|
1222
844
|
var GetUpgradeHistoryRequest;
|
|
1223
845
|
(function (GetUpgradeHistoryRequest) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
846
|
GetUpgradeHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
1228
847
|
...obj,
|
|
1229
848
|
});
|
|
1230
849
|
})(GetUpgradeHistoryRequest = exports.GetUpgradeHistoryRequest || (exports.GetUpgradeHistoryRequest = {}));
|
|
1231
850
|
var UpgradeStepItem;
|
|
1232
851
|
(function (UpgradeStepItem) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
852
|
UpgradeStepItem.filterSensitiveLog = (obj) => ({
|
|
1237
853
|
...obj,
|
|
1238
854
|
});
|
|
1239
855
|
})(UpgradeStepItem = exports.UpgradeStepItem || (exports.UpgradeStepItem = {}));
|
|
1240
856
|
var UpgradeHistory;
|
|
1241
857
|
(function (UpgradeHistory) {
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
858
|
UpgradeHistory.filterSensitiveLog = (obj) => ({
|
|
1246
859
|
...obj,
|
|
1247
860
|
});
|
|
1248
861
|
})(UpgradeHistory = exports.UpgradeHistory || (exports.UpgradeHistory = {}));
|
|
1249
862
|
var GetUpgradeHistoryResponse;
|
|
1250
863
|
(function (GetUpgradeHistoryResponse) {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
864
|
GetUpgradeHistoryResponse.filterSensitiveLog = (obj) => ({
|
|
1255
865
|
...obj,
|
|
1256
866
|
});
|
|
1257
867
|
})(GetUpgradeHistoryResponse = exports.GetUpgradeHistoryResponse || (exports.GetUpgradeHistoryResponse = {}));
|
|
1258
868
|
var GetUpgradeStatusRequest;
|
|
1259
869
|
(function (GetUpgradeStatusRequest) {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
870
|
GetUpgradeStatusRequest.filterSensitiveLog = (obj) => ({
|
|
1264
871
|
...obj,
|
|
1265
872
|
});
|
|
1266
873
|
})(GetUpgradeStatusRequest = exports.GetUpgradeStatusRequest || (exports.GetUpgradeStatusRequest = {}));
|
|
1267
874
|
var GetUpgradeStatusResponse;
|
|
1268
875
|
(function (GetUpgradeStatusResponse) {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
876
|
GetUpgradeStatusResponse.filterSensitiveLog = (obj) => ({
|
|
1273
877
|
...obj,
|
|
1274
878
|
});
|
|
@@ -1280,189 +884,126 @@ var EngineType;
|
|
|
1280
884
|
})(EngineType = exports.EngineType || (exports.EngineType = {}));
|
|
1281
885
|
var ListDomainNamesRequest;
|
|
1282
886
|
(function (ListDomainNamesRequest) {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
887
|
ListDomainNamesRequest.filterSensitiveLog = (obj) => ({
|
|
1287
888
|
...obj,
|
|
1288
889
|
});
|
|
1289
890
|
})(ListDomainNamesRequest = exports.ListDomainNamesRequest || (exports.ListDomainNamesRequest = {}));
|
|
1290
891
|
var DomainInfo;
|
|
1291
892
|
(function (DomainInfo) {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
893
|
DomainInfo.filterSensitiveLog = (obj) => ({
|
|
1296
894
|
...obj,
|
|
1297
895
|
});
|
|
1298
896
|
})(DomainInfo = exports.DomainInfo || (exports.DomainInfo = {}));
|
|
1299
897
|
var ListDomainNamesResponse;
|
|
1300
898
|
(function (ListDomainNamesResponse) {
|
|
1301
|
-
/**
|
|
1302
|
-
* @internal
|
|
1303
|
-
*/
|
|
1304
899
|
ListDomainNamesResponse.filterSensitiveLog = (obj) => ({
|
|
1305
900
|
...obj,
|
|
1306
901
|
});
|
|
1307
902
|
})(ListDomainNamesResponse = exports.ListDomainNamesResponse || (exports.ListDomainNamesResponse = {}));
|
|
1308
903
|
var ListDomainsForPackageRequest;
|
|
1309
904
|
(function (ListDomainsForPackageRequest) {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
905
|
ListDomainsForPackageRequest.filterSensitiveLog = (obj) => ({
|
|
1314
906
|
...obj,
|
|
1315
907
|
});
|
|
1316
908
|
})(ListDomainsForPackageRequest = exports.ListDomainsForPackageRequest || (exports.ListDomainsForPackageRequest = {}));
|
|
1317
909
|
var ListDomainsForPackageResponse;
|
|
1318
910
|
(function (ListDomainsForPackageResponse) {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
911
|
ListDomainsForPackageResponse.filterSensitiveLog = (obj) => ({
|
|
1323
912
|
...obj,
|
|
1324
913
|
});
|
|
1325
914
|
})(ListDomainsForPackageResponse = exports.ListDomainsForPackageResponse || (exports.ListDomainsForPackageResponse = {}));
|
|
1326
915
|
var ListElasticsearchInstanceTypesRequest;
|
|
1327
916
|
(function (ListElasticsearchInstanceTypesRequest) {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
917
|
ListElasticsearchInstanceTypesRequest.filterSensitiveLog = (obj) => ({
|
|
1332
918
|
...obj,
|
|
1333
919
|
});
|
|
1334
920
|
})(ListElasticsearchInstanceTypesRequest = exports.ListElasticsearchInstanceTypesRequest || (exports.ListElasticsearchInstanceTypesRequest = {}));
|
|
1335
921
|
var ListElasticsearchInstanceTypesResponse;
|
|
1336
922
|
(function (ListElasticsearchInstanceTypesResponse) {
|
|
1337
|
-
/**
|
|
1338
|
-
* @internal
|
|
1339
|
-
*/
|
|
1340
923
|
ListElasticsearchInstanceTypesResponse.filterSensitiveLog = (obj) => ({
|
|
1341
924
|
...obj,
|
|
1342
925
|
});
|
|
1343
926
|
})(ListElasticsearchInstanceTypesResponse = exports.ListElasticsearchInstanceTypesResponse || (exports.ListElasticsearchInstanceTypesResponse = {}));
|
|
1344
927
|
var ListElasticsearchVersionsRequest;
|
|
1345
928
|
(function (ListElasticsearchVersionsRequest) {
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
929
|
ListElasticsearchVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
1350
930
|
...obj,
|
|
1351
931
|
});
|
|
1352
932
|
})(ListElasticsearchVersionsRequest = exports.ListElasticsearchVersionsRequest || (exports.ListElasticsearchVersionsRequest = {}));
|
|
1353
933
|
var ListElasticsearchVersionsResponse;
|
|
1354
934
|
(function (ListElasticsearchVersionsResponse) {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
935
|
ListElasticsearchVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
1359
936
|
...obj,
|
|
1360
937
|
});
|
|
1361
938
|
})(ListElasticsearchVersionsResponse = exports.ListElasticsearchVersionsResponse || (exports.ListElasticsearchVersionsResponse = {}));
|
|
1362
939
|
var ListPackagesForDomainRequest;
|
|
1363
940
|
(function (ListPackagesForDomainRequest) {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
941
|
ListPackagesForDomainRequest.filterSensitiveLog = (obj) => ({
|
|
1368
942
|
...obj,
|
|
1369
943
|
});
|
|
1370
944
|
})(ListPackagesForDomainRequest = exports.ListPackagesForDomainRequest || (exports.ListPackagesForDomainRequest = {}));
|
|
1371
945
|
var ListPackagesForDomainResponse;
|
|
1372
946
|
(function (ListPackagesForDomainResponse) {
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
947
|
ListPackagesForDomainResponse.filterSensitiveLog = (obj) => ({
|
|
1377
948
|
...obj,
|
|
1378
949
|
});
|
|
1379
950
|
})(ListPackagesForDomainResponse = exports.ListPackagesForDomainResponse || (exports.ListPackagesForDomainResponse = {}));
|
|
1380
951
|
var ListTagsRequest;
|
|
1381
952
|
(function (ListTagsRequest) {
|
|
1382
|
-
/**
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
1385
953
|
ListTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1386
954
|
...obj,
|
|
1387
955
|
});
|
|
1388
956
|
})(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
|
|
1389
957
|
var ListTagsResponse;
|
|
1390
958
|
(function (ListTagsResponse) {
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
959
|
ListTagsResponse.filterSensitiveLog = (obj) => ({
|
|
1395
960
|
...obj,
|
|
1396
961
|
});
|
|
1397
962
|
})(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
|
|
1398
963
|
var PurchaseReservedElasticsearchInstanceOfferingRequest;
|
|
1399
964
|
(function (PurchaseReservedElasticsearchInstanceOfferingRequest) {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
965
|
PurchaseReservedElasticsearchInstanceOfferingRequest.filterSensitiveLog = (obj) => ({
|
|
1404
966
|
...obj,
|
|
1405
967
|
});
|
|
1406
968
|
})(PurchaseReservedElasticsearchInstanceOfferingRequest = exports.PurchaseReservedElasticsearchInstanceOfferingRequest || (exports.PurchaseReservedElasticsearchInstanceOfferingRequest = {}));
|
|
1407
969
|
var PurchaseReservedElasticsearchInstanceOfferingResponse;
|
|
1408
970
|
(function (PurchaseReservedElasticsearchInstanceOfferingResponse) {
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
971
|
PurchaseReservedElasticsearchInstanceOfferingResponse.filterSensitiveLog = (obj) => ({
|
|
1413
972
|
...obj,
|
|
1414
973
|
});
|
|
1415
974
|
})(PurchaseReservedElasticsearchInstanceOfferingResponse = exports.PurchaseReservedElasticsearchInstanceOfferingResponse || (exports.PurchaseReservedElasticsearchInstanceOfferingResponse = {}));
|
|
1416
975
|
var RejectInboundCrossClusterSearchConnectionRequest;
|
|
1417
976
|
(function (RejectInboundCrossClusterSearchConnectionRequest) {
|
|
1418
|
-
/**
|
|
1419
|
-
* @internal
|
|
1420
|
-
*/
|
|
1421
977
|
RejectInboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
1422
978
|
...obj,
|
|
1423
979
|
});
|
|
1424
980
|
})(RejectInboundCrossClusterSearchConnectionRequest = exports.RejectInboundCrossClusterSearchConnectionRequest || (exports.RejectInboundCrossClusterSearchConnectionRequest = {}));
|
|
1425
981
|
var RejectInboundCrossClusterSearchConnectionResponse;
|
|
1426
982
|
(function (RejectInboundCrossClusterSearchConnectionResponse) {
|
|
1427
|
-
/**
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
1430
983
|
RejectInboundCrossClusterSearchConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
1431
984
|
...obj,
|
|
1432
985
|
});
|
|
1433
986
|
})(RejectInboundCrossClusterSearchConnectionResponse = exports.RejectInboundCrossClusterSearchConnectionResponse || (exports.RejectInboundCrossClusterSearchConnectionResponse = {}));
|
|
1434
987
|
var RemoveTagsRequest;
|
|
1435
988
|
(function (RemoveTagsRequest) {
|
|
1436
|
-
/**
|
|
1437
|
-
* @internal
|
|
1438
|
-
*/
|
|
1439
989
|
RemoveTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1440
990
|
...obj,
|
|
1441
991
|
});
|
|
1442
992
|
})(RemoveTagsRequest = exports.RemoveTagsRequest || (exports.RemoveTagsRequest = {}));
|
|
1443
993
|
var StartElasticsearchServiceSoftwareUpdateRequest;
|
|
1444
994
|
(function (StartElasticsearchServiceSoftwareUpdateRequest) {
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
995
|
StartElasticsearchServiceSoftwareUpdateRequest.filterSensitiveLog = (obj) => ({
|
|
1449
996
|
...obj,
|
|
1450
997
|
});
|
|
1451
998
|
})(StartElasticsearchServiceSoftwareUpdateRequest = exports.StartElasticsearchServiceSoftwareUpdateRequest || (exports.StartElasticsearchServiceSoftwareUpdateRequest = {}));
|
|
1452
999
|
var StartElasticsearchServiceSoftwareUpdateResponse;
|
|
1453
1000
|
(function (StartElasticsearchServiceSoftwareUpdateResponse) {
|
|
1454
|
-
/**
|
|
1455
|
-
* @internal
|
|
1456
|
-
*/
|
|
1457
1001
|
StartElasticsearchServiceSoftwareUpdateResponse.filterSensitiveLog = (obj) => ({
|
|
1458
1002
|
...obj,
|
|
1459
1003
|
});
|
|
1460
1004
|
})(StartElasticsearchServiceSoftwareUpdateResponse = exports.StartElasticsearchServiceSoftwareUpdateResponse || (exports.StartElasticsearchServiceSoftwareUpdateResponse = {}));
|
|
1461
1005
|
var UpdateElasticsearchDomainConfigRequest;
|
|
1462
1006
|
(function (UpdateElasticsearchDomainConfigRequest) {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
1007
|
UpdateElasticsearchDomainConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1467
1008
|
...obj,
|
|
1468
1009
|
...(obj.AdvancedSecurityOptions && {
|
|
@@ -1472,45 +1013,30 @@ var UpdateElasticsearchDomainConfigRequest;
|
|
|
1472
1013
|
})(UpdateElasticsearchDomainConfigRequest = exports.UpdateElasticsearchDomainConfigRequest || (exports.UpdateElasticsearchDomainConfigRequest = {}));
|
|
1473
1014
|
var UpdateElasticsearchDomainConfigResponse;
|
|
1474
1015
|
(function (UpdateElasticsearchDomainConfigResponse) {
|
|
1475
|
-
/**
|
|
1476
|
-
* @internal
|
|
1477
|
-
*/
|
|
1478
1016
|
UpdateElasticsearchDomainConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1479
1017
|
...obj,
|
|
1480
1018
|
});
|
|
1481
1019
|
})(UpdateElasticsearchDomainConfigResponse = exports.UpdateElasticsearchDomainConfigResponse || (exports.UpdateElasticsearchDomainConfigResponse = {}));
|
|
1482
1020
|
var UpdatePackageRequest;
|
|
1483
1021
|
(function (UpdatePackageRequest) {
|
|
1484
|
-
/**
|
|
1485
|
-
* @internal
|
|
1486
|
-
*/
|
|
1487
1022
|
UpdatePackageRequest.filterSensitiveLog = (obj) => ({
|
|
1488
1023
|
...obj,
|
|
1489
1024
|
});
|
|
1490
1025
|
})(UpdatePackageRequest = exports.UpdatePackageRequest || (exports.UpdatePackageRequest = {}));
|
|
1491
1026
|
var UpdatePackageResponse;
|
|
1492
1027
|
(function (UpdatePackageResponse) {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
1028
|
UpdatePackageResponse.filterSensitiveLog = (obj) => ({
|
|
1497
1029
|
...obj,
|
|
1498
1030
|
});
|
|
1499
1031
|
})(UpdatePackageResponse = exports.UpdatePackageResponse || (exports.UpdatePackageResponse = {}));
|
|
1500
1032
|
var UpgradeElasticsearchDomainRequest;
|
|
1501
1033
|
(function (UpgradeElasticsearchDomainRequest) {
|
|
1502
|
-
/**
|
|
1503
|
-
* @internal
|
|
1504
|
-
*/
|
|
1505
1034
|
UpgradeElasticsearchDomainRequest.filterSensitiveLog = (obj) => ({
|
|
1506
1035
|
...obj,
|
|
1507
1036
|
});
|
|
1508
1037
|
})(UpgradeElasticsearchDomainRequest = exports.UpgradeElasticsearchDomainRequest || (exports.UpgradeElasticsearchDomainRequest = {}));
|
|
1509
1038
|
var UpgradeElasticsearchDomainResponse;
|
|
1510
1039
|
(function (UpgradeElasticsearchDomainResponse) {
|
|
1511
|
-
/**
|
|
1512
|
-
* @internal
|
|
1513
|
-
*/
|
|
1514
1040
|
UpgradeElasticsearchDomainResponse.filterSensitiveLog = (obj) => ({
|
|
1515
1041
|
...obj,
|
|
1516
1042
|
});
|