@aws-sdk/client-elasticsearch-service 3.952.0 → 3.953.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.
Files changed (71) hide show
  1. package/dist-cjs/index.js +816 -566
  2. package/dist-cjs/runtimeConfig.shared.js +7 -1
  3. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
  4. package/dist-es/commands/AddTagsCommand.js +2 -2
  5. package/dist-es/commands/AssociatePackageCommand.js +2 -2
  6. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
  7. package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
  8. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  9. package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -2
  10. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
  11. package/dist-es/commands/CreatePackageCommand.js +2 -2
  12. package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
  13. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -2
  14. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -2
  15. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
  16. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
  17. package/dist-es/commands/DeletePackageCommand.js +2 -2
  18. package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
  19. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
  20. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
  21. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -2
  22. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
  23. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -2
  24. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
  25. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
  26. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
  27. package/dist-es/commands/DescribePackagesCommand.js +2 -2
  28. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
  29. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
  30. package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
  31. package/dist-es/commands/DissociatePackageCommand.js +2 -2
  32. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
  33. package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
  34. package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
  35. package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
  36. package/dist-es/commands/ListDomainNamesCommand.js +2 -2
  37. package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
  38. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
  39. package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -2
  40. package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
  41. package/dist-es/commands/ListTagsCommand.js +2 -2
  42. package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
  43. package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
  44. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
  45. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
  46. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
  47. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  48. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
  49. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  50. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
  51. package/dist-es/commands/UpdatePackageCommand.js +2 -2
  52. package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
  53. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -2
  54. package/dist-es/index.js +1 -0
  55. package/dist-es/runtimeConfig.shared.js +7 -1
  56. package/dist-es/schemas/schemas_0.js +508 -500
  57. package/dist-types/ElasticsearchServiceClient.d.ts +1 -10
  58. package/dist-types/index.d.ts +1 -0
  59. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  60. package/dist-types/runtimeConfig.d.ts +6 -2
  61. package/dist-types/runtimeConfig.native.d.ts +6 -2
  62. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  63. package/dist-types/schemas/schemas_0.d.ts +243 -288
  64. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +0 -4
  65. package/dist-types/ts3.4/index.d.ts +1 -0
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -290
  71. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ElasticsearchServiceClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ElasticsearchServiceServiceException$1 = class ElasticsearchServiceServiceException extends smithyClient.ServiceException {
113
+ class ElasticsearchServiceServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ElasticsearchServiceServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let DisabledOperationException$1 = class DisabledOperationException extends ElasticsearchServiceServiceException$1 {
120
+ class DisabledOperationException extends ElasticsearchServiceServiceException {
121
121
  name = "DisabledOperationException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let DisabledOperationException$1 = class DisabledOperationException extends Elas
128
128
  });
129
129
  Object.setPrototypeOf(this, DisabledOperationException.prototype);
130
130
  }
131
- };
132
- let LimitExceededException$1 = class LimitExceededException extends ElasticsearchServiceServiceException$1 {
131
+ }
132
+ class LimitExceededException extends ElasticsearchServiceServiceException {
133
133
  name = "LimitExceededException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let LimitExceededException$1 = class LimitExceededException extends Elasticsearc
140
140
  });
141
141
  Object.setPrototypeOf(this, LimitExceededException.prototype);
142
142
  }
143
- };
144
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ElasticsearchServiceServiceException$1 {
143
+ }
144
+ class ResourceNotFoundException extends ElasticsearchServiceServiceException {
145
145
  name = "ResourceNotFoundException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Elasti
152
152
  });
153
153
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
154
  }
155
- };
156
- let AccessDeniedException$1 = class AccessDeniedException extends ElasticsearchServiceServiceException$1 {
155
+ }
156
+ class AccessDeniedException extends ElasticsearchServiceServiceException {
157
157
  name = "AccessDeniedException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ElasticsearchS
164
164
  });
165
165
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
166
166
  }
167
- };
168
- let BaseException$1 = class BaseException extends ElasticsearchServiceServiceException$1 {
167
+ }
168
+ class BaseException extends ElasticsearchServiceServiceException {
169
169
  name = "BaseException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let BaseException$1 = class BaseException extends ElasticsearchServiceServiceExc
176
176
  });
177
177
  Object.setPrototypeOf(this, BaseException.prototype);
178
178
  }
179
- };
180
- let InternalException$1 = class InternalException extends ElasticsearchServiceServiceException$1 {
179
+ }
180
+ class InternalException extends ElasticsearchServiceServiceException {
181
181
  name = "InternalException";
182
182
  $fault = "server";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let InternalException$1 = class InternalException extends ElasticsearchServiceSe
188
188
  });
189
189
  Object.setPrototypeOf(this, InternalException.prototype);
190
190
  }
191
- };
192
- let ValidationException$1 = class ValidationException extends ElasticsearchServiceServiceException$1 {
191
+ }
192
+ class ValidationException extends ElasticsearchServiceServiceException {
193
193
  name = "ValidationException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let ValidationException$1 = class ValidationException extends ElasticsearchServi
200
200
  });
201
201
  Object.setPrototypeOf(this, ValidationException.prototype);
202
202
  }
203
- };
204
- let ConflictException$1 = class ConflictException extends ElasticsearchServiceServiceException$1 {
203
+ }
204
+ class ConflictException extends ElasticsearchServiceServiceException {
205
205
  name = "ConflictException";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let ConflictException$1 = class ConflictException extends ElasticsearchServiceSe
212
212
  });
213
213
  Object.setPrototypeOf(this, ConflictException.prototype);
214
214
  }
215
- };
216
- let InvalidTypeException$1 = class InvalidTypeException extends ElasticsearchServiceServiceException$1 {
215
+ }
216
+ class InvalidTypeException extends ElasticsearchServiceServiceException {
217
217
  name = "InvalidTypeException";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,8 +224,8 @@ let InvalidTypeException$1 = class InvalidTypeException extends ElasticsearchSer
224
224
  });
225
225
  Object.setPrototypeOf(this, InvalidTypeException.prototype);
226
226
  }
227
- };
228
- let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException extends ElasticsearchServiceServiceException$1 {
227
+ }
228
+ class ResourceAlreadyExistsException extends ElasticsearchServiceServiceException {
229
229
  name = "ResourceAlreadyExistsException";
230
230
  $fault = "client";
231
231
  constructor(opts) {
@@ -236,8 +236,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
236
236
  });
237
237
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
238
238
  }
239
- };
240
- let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException extends ElasticsearchServiceServiceException$1 {
239
+ }
240
+ class InvalidPaginationTokenException extends ElasticsearchServiceServiceException {
241
241
  name = "InvalidPaginationTokenException";
242
242
  $fault = "client";
243
243
  constructor(opts) {
@@ -248,7 +248,7 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
248
248
  });
249
249
  Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
250
250
  }
251
- };
251
+ }
252
252
 
253
253
  const _A = "Account";
254
254
  const _AADD = "AnonymousAuthDisableDate";
@@ -739,7 +739,7 @@ const _xN = "xmlName";
739
739
  const n0 = "com.amazonaws.elasticsearchservice";
740
740
  var Password = [0, n0, _P, 8, 0];
741
741
  var Username = [0, n0, _U, 8, 0];
742
- var AcceptInboundCrossClusterSearchConnectionRequest = [
742
+ var AcceptInboundCrossClusterSearchConnectionRequest$ = [
743
743
  3,
744
744
  n0,
745
745
  _AICCSCR,
@@ -747,45 +747,45 @@ var AcceptInboundCrossClusterSearchConnectionRequest = [
747
747
  [_CCSCI],
748
748
  [[0, 1]],
749
749
  ];
750
- var AcceptInboundCrossClusterSearchConnectionResponse = [
750
+ var AcceptInboundCrossClusterSearchConnectionResponse$ = [
751
751
  3,
752
752
  n0,
753
753
  _AICCSCRc,
754
754
  0,
755
755
  [_CCSC],
756
- [() => InboundCrossClusterSearchConnection],
756
+ [() => InboundCrossClusterSearchConnection$],
757
757
  ];
758
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
759
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
760
- var AccessPoliciesStatus = [3, n0, _APS, 0, [_O, _S], [0, () => OptionStatus]];
761
- var AdditionalLimit = [3, n0, _AL, 0, [_LN, _LV], [0, 64 | 0]];
762
- var AddTagsRequest = [3, n0, _ATR, 0, [_ARN, _TL], [0, () => TagList]];
763
- var AdvancedOptionsStatus = [3, n0, _AOS, 0, [_O, _S], [128 | 0, () => OptionStatus]];
764
- var AdvancedSecurityOptions = [
758
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
759
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
760
+ var AccessPoliciesStatus$ = [3, n0, _APS, 0, [_O, _S], [0, () => OptionStatus$]];
761
+ var AdditionalLimit$ = [3, n0, _AL, 0, [_LN, _LV], [0, 64 | 0]];
762
+ var AddTagsRequest$ = [3, n0, _ATR, 0, [_ARN, _TL], [0, () => TagList]];
763
+ var AdvancedOptionsStatus$ = [3, n0, _AOS, 0, [_O, _S], [128 | 0, () => OptionStatus$]];
764
+ var AdvancedSecurityOptions$ = [
765
765
  3,
766
766
  n0,
767
767
  _ASO,
768
768
  0,
769
769
  [_E, _IUDE, _SAMLO, _AADD, _AAE],
770
- [2, 2, () => SAMLOptionsOutput, 4, 2],
770
+ [2, 2, () => SAMLOptionsOutput$, 4, 2],
771
771
  ];
772
- var AdvancedSecurityOptionsInput = [
772
+ var AdvancedSecurityOptionsInput$ = [
773
773
  3,
774
774
  n0,
775
775
  _ASOI,
776
776
  0,
777
777
  [_E, _IUDE, _MUO, _SAMLO, _AAE],
778
- [2, 2, [() => MasterUserOptions, 0], [() => SAMLOptionsInput, 0], 2],
778
+ [2, 2, [() => MasterUserOptions$, 0], [() => SAMLOptionsInput$, 0], 2],
779
779
  ];
780
- var AdvancedSecurityOptionsStatus = [
780
+ var AdvancedSecurityOptionsStatus$ = [
781
781
  3,
782
782
  n0,
783
783
  _ASOS,
784
784
  0,
785
785
  [_O, _S],
786
- [() => AdvancedSecurityOptions, () => OptionStatus],
786
+ [() => AdvancedSecurityOptions$, () => OptionStatus$],
787
787
  ];
788
- var AssociatePackageRequest = [
788
+ var AssociatePackageRequest$ = [
789
789
  3,
790
790
  n0,
791
791
  _APR,
@@ -796,28 +796,28 @@ var AssociatePackageRequest = [
796
796
  [0, 1],
797
797
  ],
798
798
  ];
799
- var AssociatePackageResponse = [3, n0, _APRs, 0, [_DPD], [() => DomainPackageDetails]];
800
- var AuthorizedPrincipal = [3, n0, _AP, 0, [_PT, _Pr], [0, 0]];
801
- var AuthorizeVpcEndpointAccessRequest = [3, n0, _AVEAR, 0, [_DN, _A], [[0, 1], 0]];
802
- var AuthorizeVpcEndpointAccessResponse = [
799
+ var AssociatePackageResponse$ = [3, n0, _APRs, 0, [_DPD], [() => DomainPackageDetails$]];
800
+ var AuthorizedPrincipal$ = [3, n0, _AP, 0, [_PT, _Pr], [0, 0]];
801
+ var AuthorizeVpcEndpointAccessRequest$ = [3, n0, _AVEAR, 0, [_DN, _A], [[0, 1], 0]];
802
+ var AuthorizeVpcEndpointAccessResponse$ = [
803
803
  3,
804
804
  n0,
805
805
  _AVEARu,
806
806
  0,
807
807
  [_AP],
808
- [() => AuthorizedPrincipal],
808
+ [() => AuthorizedPrincipal$],
809
809
  ];
810
- var AutoTune = [3, n0, _AT, 0, [_ATT, _ATD], [0, () => AutoTuneDetails]];
811
- var AutoTuneDetails = [3, n0, _ATD, 0, [_SATD], [() => ScheduledAutoTuneDetails]];
812
- var AutoTuneMaintenanceSchedule = [
810
+ var AutoTune$ = [3, n0, _AT, 0, [_ATT, _ATD], [0, () => AutoTuneDetails$]];
811
+ var AutoTuneDetails$ = [3, n0, _ATD, 0, [_SATD], [() => ScheduledAutoTuneDetails$]];
812
+ var AutoTuneMaintenanceSchedule$ = [
813
813
  3,
814
814
  n0,
815
815
  _ATMS,
816
816
  0,
817
817
  [_SA, _D, _CEFR],
818
- [4, () => Duration, 0],
818
+ [4, () => Duration$, 0],
819
819
  ];
820
- var AutoTuneOptions = [
820
+ var AutoTuneOptions$ = [
821
821
  3,
822
822
  n0,
823
823
  _ATO,
@@ -825,7 +825,7 @@ var AutoTuneOptions = [
825
825
  [_DS, _ROD, _MS],
826
826
  [0, 0, () => AutoTuneMaintenanceScheduleList],
827
827
  ];
828
- var AutoTuneOptionsInput = [
828
+ var AutoTuneOptionsInput$ = [
829
829
  3,
830
830
  n0,
831
831
  _ATOI,
@@ -833,20 +833,27 @@ var AutoTuneOptionsInput = [
833
833
  [_DS, _MS],
834
834
  [0, () => AutoTuneMaintenanceScheduleList],
835
835
  ];
836
- var AutoTuneOptionsOutput = [3, n0, _ATOO, 0, [_St, _EM], [0, 0]];
837
- var AutoTuneOptionsStatus = [
836
+ var AutoTuneOptionsOutput$ = [3, n0, _ATOO, 0, [_St, _EM], [0, 0]];
837
+ var AutoTuneOptionsStatus$ = [
838
838
  3,
839
839
  n0,
840
840
  _ATOS,
841
841
  0,
842
842
  [_O, _S],
843
- [() => AutoTuneOptions, () => AutoTuneStatus],
843
+ [() => AutoTuneOptions$, () => AutoTuneStatus$],
844
+ ];
845
+ var AutoTuneStatus$ = [
846
+ 3,
847
+ n0,
848
+ _ATS,
849
+ 0,
850
+ [_CD, _UD, _UV, _St, _EM, _PD],
851
+ [4, 4, 1, 0, 0, 2],
844
852
  ];
845
- var AutoTuneStatus = [3, n0, _ATS, 0, [_CD, _UD, _UV, _St, _EM, _PD], [4, 4, 1, 0, 0, 2]];
846
- var BaseException = [-3, n0, _BE, { [_e]: _c }, [_m], [0]];
847
- schema.TypeRegistry.for(n0).registerError(BaseException, BaseException$1);
848
- var CancelDomainConfigChangeRequest = [3, n0, _CDCCR, 0, [_DN, _DR], [[0, 1], 2]];
849
- var CancelDomainConfigChangeResponse = [
853
+ var BaseException$ = [-3, n0, _BE, { [_e]: _c }, [_m], [0]];
854
+ schema.TypeRegistry.for(n0).registerError(BaseException$, BaseException);
855
+ var CancelDomainConfigChangeRequest$ = [3, n0, _CDCCR, 0, [_DN, _DR], [[0, 1], 2]];
856
+ var CancelDomainConfigChangeResponse$ = [
850
857
  3,
851
858
  n0,
852
859
  _CDCCRa,
@@ -854,17 +861,17 @@ var CancelDomainConfigChangeResponse = [
854
861
  [_DR, _CCI, _CCP],
855
862
  [2, 64 | 0, () => CancelledChangePropertyList],
856
863
  ];
857
- var CancelElasticsearchServiceSoftwareUpdateRequest = [3, n0, _CESSUR, 0, [_DN], [0]];
858
- var CancelElasticsearchServiceSoftwareUpdateResponse = [
864
+ var CancelElasticsearchServiceSoftwareUpdateRequest$ = [3, n0, _CESSUR, 0, [_DN], [0]];
865
+ var CancelElasticsearchServiceSoftwareUpdateResponse$ = [
859
866
  3,
860
867
  n0,
861
868
  _CESSURa,
862
869
  0,
863
870
  [_SSO],
864
- [() => ServiceSoftwareOptions],
871
+ [() => ServiceSoftwareOptions$],
865
872
  ];
866
- var CancelledChangeProperty = [3, n0, _CCPa, 0, [_PN, _CV, _AV], [0, 0, 0]];
867
- var ChangeProgressDetails = [
873
+ var CancelledChangeProperty$ = [3, n0, _CCPa, 0, [_PN, _CV, _AV], [0, 0, 0]];
874
+ var ChangeProgressDetails$ = [
868
875
  3,
869
876
  n0,
870
877
  _CPD,
@@ -872,8 +879,8 @@ var ChangeProgressDetails = [
872
879
  [_CI, _M, _CCS, _ST, _LUT, _IB],
873
880
  [0, 0, 0, 4, 4, 0],
874
881
  ];
875
- var ChangeProgressStage = [3, n0, _CPS, 0, [_N, _S, _De, _LU], [0, 0, 0, 4]];
876
- var ChangeProgressStatusDetails = [
882
+ var ChangeProgressStage$ = [3, n0, _CPS, 0, [_N, _S, _De, _LU], [0, 0, 0, 4]];
883
+ var ChangeProgressStatusDetails$ = [
877
884
  3,
878
885
  n0,
879
886
  _CPSD,
@@ -881,20 +888,20 @@ var ChangeProgressStatusDetails = [
881
888
  [_CI, _ST, _S, _PP, _CP, _TNOS, _CPSh, _CCS, _LUT, _IB],
882
889
  [0, 4, 0, 64 | 0, 64 | 0, 1, () => ChangeProgressStageList, 0, 4, 0],
883
890
  ];
884
- var CognitoOptions = [3, n0, _CO, 0, [_E, _UPI, _IPI, _RA], [2, 0, 0, 0]];
885
- var CognitoOptionsStatus = [
891
+ var CognitoOptions$ = [3, n0, _CO, 0, [_E, _UPI, _IPI, _RA], [2, 0, 0, 0]];
892
+ var CognitoOptionsStatus$ = [
886
893
  3,
887
894
  n0,
888
895
  _COS,
889
896
  0,
890
897
  [_O, _S],
891
- [() => CognitoOptions, () => OptionStatus],
898
+ [() => CognitoOptions$, () => OptionStatus$],
892
899
  ];
893
- var ColdStorageOptions = [3, n0, _CSO, 0, [_E], [2]];
894
- var CompatibleVersionsMap = [3, n0, _CVM, 0, [_SV, _TV], [0, 64 | 0]];
895
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
896
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
897
- var CreateElasticsearchDomainRequest = [
900
+ var ColdStorageOptions$ = [3, n0, _CSO, 0, [_E], [2]];
901
+ var CompatibleVersionsMap$ = [3, n0, _CVM, 0, [_SV, _TV], [0, 64 | 0]];
902
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
903
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
904
+ var CreateElasticsearchDomainRequest$ = [
898
905
  3,
899
906
  n0,
900
907
  _CEDR,
@@ -903,74 +910,74 @@ var CreateElasticsearchDomainRequest = [
903
910
  [
904
911
  0,
905
912
  0,
906
- () => ElasticsearchClusterConfig,
907
- () => EBSOptions,
913
+ () => ElasticsearchClusterConfig$,
914
+ () => EBSOptions$,
908
915
  0,
909
- () => SnapshotOptions,
910
- () => VPCOptions,
911
- () => CognitoOptions,
912
- () => EncryptionAtRestOptions,
913
- () => NodeToNodeEncryptionOptions,
916
+ () => SnapshotOptions$,
917
+ () => VPCOptions$,
918
+ () => CognitoOptions$,
919
+ () => EncryptionAtRestOptions$,
920
+ () => NodeToNodeEncryptionOptions$,
914
921
  128 | 0,
915
922
  () => LogPublishingOptions,
916
- () => DomainEndpointOptions,
917
- [() => AdvancedSecurityOptionsInput, 0],
918
- () => AutoTuneOptionsInput,
923
+ () => DomainEndpointOptions$,
924
+ [() => AdvancedSecurityOptionsInput$, 0],
925
+ () => AutoTuneOptionsInput$,
919
926
  () => TagList,
920
927
  ],
921
928
  ];
922
- var CreateElasticsearchDomainResponse = [
929
+ var CreateElasticsearchDomainResponse$ = [
923
930
  3,
924
931
  n0,
925
932
  _CEDRr,
926
933
  0,
927
934
  [_DSo],
928
- [() => ElasticsearchDomainStatus],
935
+ [() => ElasticsearchDomainStatus$],
929
936
  ];
930
- var CreateOutboundCrossClusterSearchConnectionRequest = [
937
+ var CreateOutboundCrossClusterSearchConnectionRequest$ = [
931
938
  3,
932
939
  n0,
933
940
  _COCCSCR,
934
941
  0,
935
942
  [_SDI, _DDI, _CA],
936
- [() => DomainInformation, () => DomainInformation, 0],
943
+ [() => DomainInformation$, () => DomainInformation$, 0],
937
944
  ];
938
- var CreateOutboundCrossClusterSearchConnectionResponse = [
945
+ var CreateOutboundCrossClusterSearchConnectionResponse$ = [
939
946
  3,
940
947
  n0,
941
948
  _COCCSCRr,
942
949
  0,
943
950
  [_SDI, _DDI, _CA, _CS, _CCSCI],
944
- [() => DomainInformation, () => DomainInformation, 0, () => OutboundCrossClusterSearchConnectionStatus, 0],
951
+ [() => DomainInformation$, () => DomainInformation$, 0, () => OutboundCrossClusterSearchConnectionStatus$, 0],
945
952
  ];
946
- var CreatePackageRequest = [
953
+ var CreatePackageRequest$ = [
947
954
  3,
948
955
  n0,
949
956
  _CPR,
950
957
  0,
951
958
  [_PNa, _PTa, _PDa, _PS],
952
- [0, 0, 0, () => PackageSource],
959
+ [0, 0, 0, () => PackageSource$],
953
960
  ];
954
- var CreatePackageResponse = [3, n0, _CPRr, 0, [_PDac], [() => PackageDetails]];
955
- var CreateVpcEndpointRequest = [
961
+ var CreatePackageResponse$ = [3, n0, _CPRr, 0, [_PDac], [() => PackageDetails$]];
962
+ var CreateVpcEndpointRequest$ = [
956
963
  3,
957
964
  n0,
958
965
  _CVER,
959
966
  0,
960
967
  [_DA, _VO, _CT],
961
- [0, () => VPCOptions, 0],
968
+ [0, () => VPCOptions$, 0],
962
969
  ];
963
- var CreateVpcEndpointResponse = [3, n0, _CVERr, 0, [_VE], [() => VpcEndpoint]];
964
- var DeleteElasticsearchDomainRequest = [3, n0, _DEDR, 0, [_DN], [[0, 1]]];
965
- var DeleteElasticsearchDomainResponse = [
970
+ var CreateVpcEndpointResponse$ = [3, n0, _CVERr, 0, [_VE], [() => VpcEndpoint$]];
971
+ var DeleteElasticsearchDomainRequest$ = [3, n0, _DEDR, 0, [_DN], [[0, 1]]];
972
+ var DeleteElasticsearchDomainResponse$ = [
966
973
  3,
967
974
  n0,
968
975
  _DEDRe,
969
976
  0,
970
977
  [_DSo],
971
- [() => ElasticsearchDomainStatus],
978
+ [() => ElasticsearchDomainStatus$],
972
979
  ];
973
- var DeleteInboundCrossClusterSearchConnectionRequest = [
980
+ var DeleteInboundCrossClusterSearchConnectionRequest$ = [
974
981
  3,
975
982
  n0,
976
983
  _DICCSCR,
@@ -978,15 +985,15 @@ var DeleteInboundCrossClusterSearchConnectionRequest = [
978
985
  [_CCSCI],
979
986
  [[0, 1]],
980
987
  ];
981
- var DeleteInboundCrossClusterSearchConnectionResponse = [
988
+ var DeleteInboundCrossClusterSearchConnectionResponse$ = [
982
989
  3,
983
990
  n0,
984
991
  _DICCSCRe,
985
992
  0,
986
993
  [_CCSC],
987
- [() => InboundCrossClusterSearchConnection],
994
+ [() => InboundCrossClusterSearchConnection$],
988
995
  ];
989
- var DeleteOutboundCrossClusterSearchConnectionRequest = [
996
+ var DeleteOutboundCrossClusterSearchConnectionRequest$ = [
990
997
  3,
991
998
  n0,
992
999
  _DOCCSCR,
@@ -994,20 +1001,20 @@ var DeleteOutboundCrossClusterSearchConnectionRequest = [
994
1001
  [_CCSCI],
995
1002
  [[0, 1]],
996
1003
  ];
997
- var DeleteOutboundCrossClusterSearchConnectionResponse = [
1004
+ var DeleteOutboundCrossClusterSearchConnectionResponse$ = [
998
1005
  3,
999
1006
  n0,
1000
1007
  _DOCCSCRe,
1001
1008
  0,
1002
1009
  [_CCSC],
1003
- [() => OutboundCrossClusterSearchConnection],
1010
+ [() => OutboundCrossClusterSearchConnection$],
1004
1011
  ];
1005
- var DeletePackageRequest = [3, n0, _DPR, 0, [_PID], [[0, 1]]];
1006
- var DeletePackageResponse = [3, n0, _DPRe, 0, [_PDac], [() => PackageDetails]];
1007
- var DeleteVpcEndpointRequest = [3, n0, _DVER, 0, [_VEI], [[0, 1]]];
1008
- var DeleteVpcEndpointResponse = [3, n0, _DVERe, 0, [_VES], [() => VpcEndpointSummary]];
1009
- var DescribeDomainAutoTunesRequest = [3, n0, _DDATR, 0, [_DN, _MR, _NT], [[0, 1], 1, 0]];
1010
- var DescribeDomainAutoTunesResponse = [
1012
+ var DeletePackageRequest$ = [3, n0, _DPR, 0, [_PID], [[0, 1]]];
1013
+ var DeletePackageResponse$ = [3, n0, _DPRe, 0, [_PDac], [() => PackageDetails$]];
1014
+ var DeleteVpcEndpointRequest$ = [3, n0, _DVER, 0, [_VEI], [[0, 1]]];
1015
+ var DeleteVpcEndpointResponse$ = [3, n0, _DVERe, 0, [_VES], [() => VpcEndpointSummary$]];
1016
+ var DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR, 0, [_DN, _MR, _NT], [[0, 1], 1, 0]];
1017
+ var DescribeDomainAutoTunesResponse$ = [
1011
1018
  3,
1012
1019
  n0,
1013
1020
  _DDATRe,
@@ -1015,7 +1022,7 @@ var DescribeDomainAutoTunesResponse = [
1015
1022
  [_ATu, _NT],
1016
1023
  [() => AutoTuneList, 0],
1017
1024
  ];
1018
- var DescribeDomainChangeProgressRequest = [
1025
+ var DescribeDomainChangeProgressRequest$ = [
1019
1026
  3,
1020
1027
  n0,
1021
1028
  _DDCPR,
@@ -1026,34 +1033,34 @@ var DescribeDomainChangeProgressRequest = [
1026
1033
  [0, { [_hQ]: _ch }],
1027
1034
  ],
1028
1035
  ];
1029
- var DescribeDomainChangeProgressResponse = [
1036
+ var DescribeDomainChangeProgressResponse$ = [
1030
1037
  3,
1031
1038
  n0,
1032
1039
  _DDCPRe,
1033
1040
  0,
1034
1041
  [_CPSha],
1035
- [() => ChangeProgressStatusDetails],
1042
+ [() => ChangeProgressStatusDetails$],
1036
1043
  ];
1037
- var DescribeElasticsearchDomainConfigRequest = [3, n0, _DEDCR, 0, [_DN], [[0, 1]]];
1038
- var DescribeElasticsearchDomainConfigResponse = [
1044
+ var DescribeElasticsearchDomainConfigRequest$ = [3, n0, _DEDCR, 0, [_DN], [[0, 1]]];
1045
+ var DescribeElasticsearchDomainConfigResponse$ = [
1039
1046
  3,
1040
1047
  n0,
1041
1048
  _DEDCRe,
1042
1049
  0,
1043
1050
  [_DC],
1044
- [() => ElasticsearchDomainConfig],
1051
+ [() => ElasticsearchDomainConfig$],
1045
1052
  ];
1046
- var DescribeElasticsearchDomainRequest = [3, n0, _DEDRes, 0, [_DN], [[0, 1]]];
1047
- var DescribeElasticsearchDomainResponse = [
1053
+ var DescribeElasticsearchDomainRequest$ = [3, n0, _DEDRes, 0, [_DN], [[0, 1]]];
1054
+ var DescribeElasticsearchDomainResponse$ = [
1048
1055
  3,
1049
1056
  n0,
1050
1057
  _DEDResc,
1051
1058
  0,
1052
1059
  [_DSo],
1053
- [() => ElasticsearchDomainStatus],
1060
+ [() => ElasticsearchDomainStatus$],
1054
1061
  ];
1055
- var DescribeElasticsearchDomainsRequest = [3, n0, _DEDRescr, 0, [_DNo], [64 | 0]];
1056
- var DescribeElasticsearchDomainsResponse = [
1062
+ var DescribeElasticsearchDomainsRequest$ = [3, n0, _DEDRescr, 0, [_DNo], [64 | 0]];
1063
+ var DescribeElasticsearchDomainsResponse$ = [
1057
1064
  3,
1058
1065
  n0,
1059
1066
  _DEDRescri,
@@ -1061,7 +1068,7 @@ var DescribeElasticsearchDomainsResponse = [
1061
1068
  [_DSL],
1062
1069
  [() => ElasticsearchDomainStatusList],
1063
1070
  ];
1064
- var DescribeElasticsearchInstanceTypeLimitsRequest = [
1071
+ var DescribeElasticsearchInstanceTypeLimitsRequest$ = [
1065
1072
  3,
1066
1073
  n0,
1067
1074
  _DEITLR,
@@ -1073,7 +1080,7 @@ var DescribeElasticsearchInstanceTypeLimitsRequest = [
1073
1080
  [0, 1],
1074
1081
  ],
1075
1082
  ];
1076
- var DescribeElasticsearchInstanceTypeLimitsResponse = [
1083
+ var DescribeElasticsearchInstanceTypeLimitsResponse$ = [
1077
1084
  3,
1078
1085
  n0,
1079
1086
  _DEITLRe,
@@ -1081,7 +1088,7 @@ var DescribeElasticsearchInstanceTypeLimitsResponse = [
1081
1088
  [_LBR],
1082
1089
  [() => LimitsByRole],
1083
1090
  ];
1084
- var DescribeInboundCrossClusterSearchConnectionsRequest = [
1091
+ var DescribeInboundCrossClusterSearchConnectionsRequest$ = [
1085
1092
  3,
1086
1093
  n0,
1087
1094
  _DICCSCRes,
@@ -1089,7 +1096,7 @@ var DescribeInboundCrossClusterSearchConnectionsRequest = [
1089
1096
  [_F, _MR, _NT],
1090
1097
  [() => FilterList, 1, 0],
1091
1098
  ];
1092
- var DescribeInboundCrossClusterSearchConnectionsResponse = [
1099
+ var DescribeInboundCrossClusterSearchConnectionsResponse$ = [
1093
1100
  3,
1094
1101
  n0,
1095
1102
  _DICCSCResc,
@@ -1097,7 +1104,7 @@ var DescribeInboundCrossClusterSearchConnectionsResponse = [
1097
1104
  [_CCSCr, _NT],
1098
1105
  [() => InboundCrossClusterSearchConnections, 0],
1099
1106
  ];
1100
- var DescribeOutboundCrossClusterSearchConnectionsRequest = [
1107
+ var DescribeOutboundCrossClusterSearchConnectionsRequest$ = [
1101
1108
  3,
1102
1109
  n0,
1103
1110
  _DOCCSCRes,
@@ -1105,7 +1112,7 @@ var DescribeOutboundCrossClusterSearchConnectionsRequest = [
1105
1112
  [_F, _MR, _NT],
1106
1113
  [() => FilterList, 1, 0],
1107
1114
  ];
1108
- var DescribeOutboundCrossClusterSearchConnectionsResponse = [
1115
+ var DescribeOutboundCrossClusterSearchConnectionsResponse$ = [
1109
1116
  3,
1110
1117
  n0,
1111
1118
  _DOCCSCResc,
@@ -1113,8 +1120,8 @@ var DescribeOutboundCrossClusterSearchConnectionsResponse = [
1113
1120
  [_CCSCr, _NT],
1114
1121
  [() => OutboundCrossClusterSearchConnections, 0],
1115
1122
  ];
1116
- var DescribePackagesFilter = [3, n0, _DPF, 0, [_N, _V], [0, 64 | 0]];
1117
- var DescribePackagesRequest = [
1123
+ var DescribePackagesFilter$ = [3, n0, _DPF, 0, [_N, _V], [0, 64 | 0]];
1124
+ var DescribePackagesRequest$ = [
1118
1125
  3,
1119
1126
  n0,
1120
1127
  _DPRes,
@@ -1122,7 +1129,7 @@ var DescribePackagesRequest = [
1122
1129
  [_F, _MR, _NT],
1123
1130
  [() => DescribePackagesFilterList, 1, 0],
1124
1131
  ];
1125
- var DescribePackagesResponse = [
1132
+ var DescribePackagesResponse$ = [
1126
1133
  3,
1127
1134
  n0,
1128
1135
  _DPResc,
@@ -1130,7 +1137,7 @@ var DescribePackagesResponse = [
1130
1137
  [_PDL, _NT],
1131
1138
  [() => PackageDetailsList, 0],
1132
1139
  ];
1133
- var DescribeReservedElasticsearchInstanceOfferingsRequest = [
1140
+ var DescribeReservedElasticsearchInstanceOfferingsRequest$ = [
1134
1141
  3,
1135
1142
  n0,
1136
1143
  _DREIOR,
@@ -1142,7 +1149,7 @@ var DescribeReservedElasticsearchInstanceOfferingsRequest = [
1142
1149
  [0, { [_hQ]: _nT }],
1143
1150
  ],
1144
1151
  ];
1145
- var DescribeReservedElasticsearchInstanceOfferingsResponse = [
1152
+ var DescribeReservedElasticsearchInstanceOfferingsResponse$ = [
1146
1153
  3,
1147
1154
  n0,
1148
1155
  _DREIORe,
@@ -1150,7 +1157,7 @@ var DescribeReservedElasticsearchInstanceOfferingsResponse = [
1150
1157
  [_NT, _REIO],
1151
1158
  [0, [() => ReservedElasticsearchInstanceOfferingList, 0]],
1152
1159
  ];
1153
- var DescribeReservedElasticsearchInstancesRequest = [
1160
+ var DescribeReservedElasticsearchInstancesRequest$ = [
1154
1161
  3,
1155
1162
  n0,
1156
1163
  _DREIR,
@@ -1162,7 +1169,7 @@ var DescribeReservedElasticsearchInstancesRequest = [
1162
1169
  [0, { [_hQ]: _nT }],
1163
1170
  ],
1164
1171
  ];
1165
- var DescribeReservedElasticsearchInstancesResponse = [
1172
+ var DescribeReservedElasticsearchInstancesResponse$ = [
1166
1173
  3,
1167
1174
  n0,
1168
1175
  _DREIRe,
@@ -1170,8 +1177,8 @@ var DescribeReservedElasticsearchInstancesResponse = [
1170
1177
  [_NT, _REI],
1171
1178
  [0, [() => ReservedElasticsearchInstanceList, 0]],
1172
1179
  ];
1173
- var DescribeVpcEndpointsRequest = [3, n0, _DVERes, 0, [_VEIp], [64 | 0]];
1174
- var DescribeVpcEndpointsResponse = [
1180
+ var DescribeVpcEndpointsRequest$ = [3, n0, _DVERes, 0, [_VEIp], [64 | 0]];
1181
+ var DescribeVpcEndpointsResponse$ = [
1175
1182
  3,
1176
1183
  n0,
1177
1184
  _DVEResc,
@@ -1179,9 +1186,9 @@ var DescribeVpcEndpointsResponse = [
1179
1186
  [_VEp, _VEE],
1180
1187
  [() => VpcEndpoints, () => VpcEndpointErrorList],
1181
1188
  ];
1182
- var DisabledOperationException = [-3, n0, _DOE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1183
- schema.TypeRegistry.for(n0).registerError(DisabledOperationException, DisabledOperationException$1);
1184
- var DissociatePackageRequest = [
1189
+ var DisabledOperationException$ = [-3, n0, _DOE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1190
+ schema.TypeRegistry.for(n0).registerError(DisabledOperationException$, DisabledOperationException);
1191
+ var DissociatePackageRequest$ = [
1185
1192
  3,
1186
1193
  n0,
1187
1194
  _DPRi,
@@ -1192,8 +1199,15 @@ var DissociatePackageRequest = [
1192
1199
  [0, 1],
1193
1200
  ],
1194
1201
  ];
1195
- var DissociatePackageResponse = [3, n0, _DPRis, 0, [_DPD], [() => DomainPackageDetails]];
1196
- var DomainEndpointOptions = [
1202
+ var DissociatePackageResponse$ = [
1203
+ 3,
1204
+ n0,
1205
+ _DPRis,
1206
+ 0,
1207
+ [_DPD],
1208
+ [() => DomainPackageDetails$],
1209
+ ];
1210
+ var DomainEndpointOptions$ = [
1197
1211
  3,
1198
1212
  n0,
1199
1213
  _DEO,
@@ -1201,77 +1215,77 @@ var DomainEndpointOptions = [
1201
1215
  [_EHTTPS, _TLSSP, _CEE, _CEu, _CECA],
1202
1216
  [2, 0, 2, 0, 0],
1203
1217
  ];
1204
- var DomainEndpointOptionsStatus = [
1218
+ var DomainEndpointOptionsStatus$ = [
1205
1219
  3,
1206
1220
  n0,
1207
1221
  _DEOS,
1208
1222
  0,
1209
1223
  [_O, _S],
1210
- [() => DomainEndpointOptions, () => OptionStatus],
1224
+ [() => DomainEndpointOptions$, () => OptionStatus$],
1211
1225
  ];
1212
- var DomainInfo = [3, n0, _DI, 0, [_DN, _ET], [0, 0]];
1213
- var DomainInformation = [3, n0, _DIo, 0, [_OI, _DN, _R], [0, 0, 0]];
1214
- var DomainPackageDetails = [
1226
+ var DomainInfo$ = [3, n0, _DI, 0, [_DN, _ET], [0, 0]];
1227
+ var DomainInformation$ = [3, n0, _DIo, 0, [_OI, _DN, _R], [0, 0, 0]];
1228
+ var DomainPackageDetails$ = [
1215
1229
  3,
1216
1230
  n0,
1217
1231
  _DPD,
1218
1232
  0,
1219
1233
  [_PID, _PNa, _PTa, _LU, _DN, _DPS, _PV, _RP, _ED],
1220
- [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails],
1234
+ [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$],
1221
1235
  ];
1222
- var DryRunResults = [3, n0, _DRR, 0, [_DT, _M], [0, 0]];
1223
- var Duration = [3, n0, _D, 0, [_V, _Un], [1, 0]];
1224
- var EBSOptions = [3, n0, _EBSO, 0, [_EBSE, _VT, _VS, _I, _T], [2, 0, 1, 1, 1]];
1225
- var EBSOptionsStatus = [
1236
+ var DryRunResults$ = [3, n0, _DRR, 0, [_DT, _M], [0, 0]];
1237
+ var Duration$ = [3, n0, _D, 0, [_V, _Un], [1, 0]];
1238
+ var EBSOptions$ = [3, n0, _EBSO, 0, [_EBSE, _VT, _VS, _I, _T], [2, 0, 1, 1, 1]];
1239
+ var EBSOptionsStatus$ = [
1226
1240
  3,
1227
1241
  n0,
1228
1242
  _EBSOS,
1229
1243
  0,
1230
1244
  [_O, _S],
1231
- [() => EBSOptions, () => OptionStatus],
1245
+ [() => EBSOptions$, () => OptionStatus$],
1232
1246
  ];
1233
- var ElasticsearchClusterConfig = [
1247
+ var ElasticsearchClusterConfig$ = [
1234
1248
  3,
1235
1249
  n0,
1236
1250
  _ECC,
1237
1251
  0,
1238
1252
  [_IT, _IC, _DME, _ZAE, _ZAC, _DMT, _DMC, _WE, _WT, _WC, _CSO],
1239
- [0, 1, 2, 2, () => ZoneAwarenessConfig, 0, 1, 2, 0, 1, () => ColdStorageOptions],
1253
+ [0, 1, 2, 2, () => ZoneAwarenessConfig$, 0, 1, 2, 0, 1, () => ColdStorageOptions$],
1240
1254
  ];
1241
- var ElasticsearchClusterConfigStatus = [
1255
+ var ElasticsearchClusterConfigStatus$ = [
1242
1256
  3,
1243
1257
  n0,
1244
1258
  _ECCS,
1245
1259
  0,
1246
1260
  [_O, _S],
1247
- [() => ElasticsearchClusterConfig, () => OptionStatus],
1261
+ [() => ElasticsearchClusterConfig$, () => OptionStatus$],
1248
1262
  ];
1249
- var ElasticsearchDomainConfig = [
1263
+ var ElasticsearchDomainConfig$ = [
1250
1264
  3,
1251
1265
  n0,
1252
1266
  _EDC,
1253
1267
  0,
1254
1268
  [_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP],
1255
1269
  [
1256
- () => ElasticsearchVersionStatus,
1257
- () => ElasticsearchClusterConfigStatus,
1258
- () => EBSOptionsStatus,
1259
- () => AccessPoliciesStatus,
1260
- () => SnapshotOptionsStatus,
1261
- () => VPCDerivedInfoStatus,
1262
- () => CognitoOptionsStatus,
1263
- () => EncryptionAtRestOptionsStatus,
1264
- () => NodeToNodeEncryptionOptionsStatus,
1265
- () => AdvancedOptionsStatus,
1266
- () => LogPublishingOptionsStatus,
1267
- () => DomainEndpointOptionsStatus,
1268
- () => AdvancedSecurityOptionsStatus,
1269
- () => AutoTuneOptionsStatus,
1270
- () => ChangeProgressDetails,
1270
+ () => ElasticsearchVersionStatus$,
1271
+ () => ElasticsearchClusterConfigStatus$,
1272
+ () => EBSOptionsStatus$,
1273
+ () => AccessPoliciesStatus$,
1274
+ () => SnapshotOptionsStatus$,
1275
+ () => VPCDerivedInfoStatus$,
1276
+ () => CognitoOptionsStatus$,
1277
+ () => EncryptionAtRestOptionsStatus$,
1278
+ () => NodeToNodeEncryptionOptionsStatus$,
1279
+ () => AdvancedOptionsStatus$,
1280
+ () => LogPublishingOptionsStatus$,
1281
+ () => DomainEndpointOptionsStatus$,
1282
+ () => AdvancedSecurityOptionsStatus$,
1283
+ () => AutoTuneOptionsStatus$,
1284
+ () => ChangeProgressDetails$,
1271
1285
  () => ModifyingPropertiesList,
1272
1286
  ],
1273
1287
  ];
1274
- var ElasticsearchDomainStatus = [
1288
+ var ElasticsearchDomainStatus$ = [
1275
1289
  3,
1276
1290
  n0,
1277
1291
  _EDS,
@@ -1316,38 +1330,38 @@ var ElasticsearchDomainStatus = [
1316
1330
  2,
1317
1331
  2,
1318
1332
  0,
1319
- () => ElasticsearchClusterConfig,
1320
- () => EBSOptions,
1333
+ () => ElasticsearchClusterConfig$,
1334
+ () => EBSOptions$,
1321
1335
  0,
1322
- () => SnapshotOptions,
1323
- () => VPCDerivedInfo,
1324
- () => CognitoOptions,
1325
- () => EncryptionAtRestOptions,
1326
- () => NodeToNodeEncryptionOptions,
1336
+ () => SnapshotOptions$,
1337
+ () => VPCDerivedInfo$,
1338
+ () => CognitoOptions$,
1339
+ () => EncryptionAtRestOptions$,
1340
+ () => NodeToNodeEncryptionOptions$,
1327
1341
  128 | 0,
1328
1342
  () => LogPublishingOptions,
1329
- () => ServiceSoftwareOptions,
1330
- () => DomainEndpointOptions,
1331
- () => AdvancedSecurityOptions,
1332
- () => AutoTuneOptionsOutput,
1333
- () => ChangeProgressDetails,
1343
+ () => ServiceSoftwareOptions$,
1344
+ () => DomainEndpointOptions$,
1345
+ () => AdvancedSecurityOptions$,
1346
+ () => AutoTuneOptionsOutput$,
1347
+ () => ChangeProgressDetails$,
1334
1348
  0,
1335
1349
  () => ModifyingPropertiesList,
1336
1350
  ],
1337
1351
  ];
1338
- var ElasticsearchVersionStatus = [3, n0, _EVS, 0, [_O, _S], [0, () => OptionStatus]];
1339
- var EncryptionAtRestOptions = [3, n0, _EARO, 0, [_E, _KKI], [2, 0]];
1340
- var EncryptionAtRestOptionsStatus = [
1352
+ var ElasticsearchVersionStatus$ = [3, n0, _EVS, 0, [_O, _S], [0, () => OptionStatus$]];
1353
+ var EncryptionAtRestOptions$ = [3, n0, _EARO, 0, [_E, _KKI], [2, 0]];
1354
+ var EncryptionAtRestOptionsStatus$ = [
1341
1355
  3,
1342
1356
  n0,
1343
1357
  _EAROS,
1344
1358
  0,
1345
1359
  [_O, _S],
1346
- [() => EncryptionAtRestOptions, () => OptionStatus],
1360
+ [() => EncryptionAtRestOptions$, () => OptionStatus$],
1347
1361
  ];
1348
- var ErrorDetails = [3, n0, _ED, 0, [_ETr, _EM], [0, 0]];
1349
- var Filter = [3, n0, _Fi, 0, [_N, _Va], [0, 64 | 0]];
1350
- var GetCompatibleElasticsearchVersionsRequest = [
1362
+ var ErrorDetails$ = [3, n0, _ED, 0, [_ETr, _EM], [0, 0]];
1363
+ var Filter$ = [3, n0, _Fi, 0, [_N, _Va], [0, 64 | 0]];
1364
+ var GetCompatibleElasticsearchVersionsRequest$ = [
1351
1365
  3,
1352
1366
  n0,
1353
1367
  _GCEVR,
@@ -1355,7 +1369,7 @@ var GetCompatibleElasticsearchVersionsRequest = [
1355
1369
  [_DN],
1356
1370
  [[0, { [_hQ]: _dN }]],
1357
1371
  ];
1358
- var GetCompatibleElasticsearchVersionsResponse = [
1372
+ var GetCompatibleElasticsearchVersionsResponse$ = [
1359
1373
  3,
1360
1374
  n0,
1361
1375
  _GCEVRe,
@@ -1363,7 +1377,7 @@ var GetCompatibleElasticsearchVersionsResponse = [
1363
1377
  [_CEV],
1364
1378
  [() => CompatibleElasticsearchVersionsList],
1365
1379
  ];
1366
- var GetPackageVersionHistoryRequest = [
1380
+ var GetPackageVersionHistoryRequest$ = [
1367
1381
  3,
1368
1382
  n0,
1369
1383
  _GPVHR,
@@ -1375,7 +1389,7 @@ var GetPackageVersionHistoryRequest = [
1375
1389
  [0, { [_hQ]: _nT }],
1376
1390
  ],
1377
1391
  ];
1378
- var GetPackageVersionHistoryResponse = [
1392
+ var GetPackageVersionHistoryResponse$ = [
1379
1393
  3,
1380
1394
  n0,
1381
1395
  _GPVHRe,
@@ -1383,7 +1397,7 @@ var GetPackageVersionHistoryResponse = [
1383
1397
  [_PID, _PVHL, _NT],
1384
1398
  [0, () => PackageVersionHistoryList, 0],
1385
1399
  ];
1386
- var GetUpgradeHistoryRequest = [
1400
+ var GetUpgradeHistoryRequest$ = [
1387
1401
  3,
1388
1402
  n0,
1389
1403
  _GUHR,
@@ -1395,7 +1409,7 @@ var GetUpgradeHistoryRequest = [
1395
1409
  [0, { [_hQ]: _nT }],
1396
1410
  ],
1397
1411
  ];
1398
- var GetUpgradeHistoryResponse = [
1412
+ var GetUpgradeHistoryResponse$ = [
1399
1413
  3,
1400
1414
  n0,
1401
1415
  _GUHRe,
@@ -1403,38 +1417,38 @@ var GetUpgradeHistoryResponse = [
1403
1417
  [_UH, _NT],
1404
1418
  [() => UpgradeHistoryList, 0],
1405
1419
  ];
1406
- var GetUpgradeStatusRequest = [3, n0, _GUSR, 0, [_DN], [[0, 1]]];
1407
- var GetUpgradeStatusResponse = [3, n0, _GUSRe, 0, [_US, _SS, _UN], [0, 0, 0]];
1408
- var InboundCrossClusterSearchConnection = [
1420
+ var GetUpgradeStatusRequest$ = [3, n0, _GUSR, 0, [_DN], [[0, 1]]];
1421
+ var GetUpgradeStatusResponse$ = [3, n0, _GUSRe, 0, [_US, _SS, _UN], [0, 0, 0]];
1422
+ var InboundCrossClusterSearchConnection$ = [
1409
1423
  3,
1410
1424
  n0,
1411
1425
  _ICCSC,
1412
1426
  0,
1413
1427
  [_SDI, _DDI, _CCSCI, _CS],
1414
- [() => DomainInformation, () => DomainInformation, 0, () => InboundCrossClusterSearchConnectionStatus],
1415
- ];
1416
- var InboundCrossClusterSearchConnectionStatus = [3, n0, _ICCSCS, 0, [_SC, _M], [0, 0]];
1417
- var InstanceCountLimits = [3, n0, _ICL, 0, [_MIC, _MICa], [1, 1]];
1418
- var InstanceLimits = [3, n0, _IL, 0, [_ICL], [() => InstanceCountLimits]];
1419
- var InternalException = [-3, n0, _IE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
1420
- schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
1421
- var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1422
- schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, InvalidPaginationTokenException$1);
1423
- var InvalidTypeException = [-3, n0, _ITE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1424
- schema.TypeRegistry.for(n0).registerError(InvalidTypeException, InvalidTypeException$1);
1425
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1426
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1427
- var Limits = [
1428
+ [() => DomainInformation$, () => DomainInformation$, 0, () => InboundCrossClusterSearchConnectionStatus$],
1429
+ ];
1430
+ var InboundCrossClusterSearchConnectionStatus$ = [3, n0, _ICCSCS, 0, [_SC, _M], [0, 0]];
1431
+ var InstanceCountLimits$ = [3, n0, _ICL, 0, [_MIC, _MICa], [1, 1]];
1432
+ var InstanceLimits$ = [3, n0, _IL, 0, [_ICL], [() => InstanceCountLimits$]];
1433
+ var InternalException$ = [-3, n0, _IE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
1434
+ schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
1435
+ var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1436
+ schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
1437
+ var InvalidTypeException$ = [-3, n0, _ITE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1438
+ schema.TypeRegistry.for(n0).registerError(InvalidTypeException$, InvalidTypeException);
1439
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1440
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1441
+ var Limits$ = [
1428
1442
  3,
1429
1443
  n0,
1430
1444
  _L,
1431
1445
  0,
1432
1446
  [_STt, _IL, _ALd],
1433
- [() => StorageTypeList, () => InstanceLimits, () => AdditionalLimitList],
1447
+ [() => StorageTypeList, () => InstanceLimits$, () => AdditionalLimitList],
1434
1448
  ];
1435
- var ListDomainNamesRequest = [3, n0, _LDNR, 0, [_ET], [[0, { [_hQ]: _eT }]]];
1436
- var ListDomainNamesResponse = [3, n0, _LDNRi, 0, [_DNo], [() => DomainInfoList]];
1437
- var ListDomainsForPackageRequest = [
1449
+ var ListDomainNamesRequest$ = [3, n0, _LDNR, 0, [_ET], [[0, { [_hQ]: _eT }]]];
1450
+ var ListDomainNamesResponse$ = [3, n0, _LDNRi, 0, [_DNo], [() => DomainInfoList]];
1451
+ var ListDomainsForPackageRequest$ = [
1438
1452
  3,
1439
1453
  n0,
1440
1454
  _LDFPR,
@@ -1446,7 +1460,7 @@ var ListDomainsForPackageRequest = [
1446
1460
  [0, { [_hQ]: _nT }],
1447
1461
  ],
1448
1462
  ];
1449
- var ListDomainsForPackageResponse = [
1463
+ var ListDomainsForPackageResponse$ = [
1450
1464
  3,
1451
1465
  n0,
1452
1466
  _LDFPRi,
@@ -1454,7 +1468,7 @@ var ListDomainsForPackageResponse = [
1454
1468
  [_DPDL, _NT],
1455
1469
  [() => DomainPackageDetailsList, 0],
1456
1470
  ];
1457
- var ListElasticsearchInstanceTypesRequest = [
1471
+ var ListElasticsearchInstanceTypesRequest$ = [
1458
1472
  3,
1459
1473
  n0,
1460
1474
  _LEITR,
@@ -1467,7 +1481,7 @@ var ListElasticsearchInstanceTypesRequest = [
1467
1481
  [0, { [_hQ]: _nT }],
1468
1482
  ],
1469
1483
  ];
1470
- var ListElasticsearchInstanceTypesResponse = [
1484
+ var ListElasticsearchInstanceTypesResponse$ = [
1471
1485
  3,
1472
1486
  n0,
1473
1487
  _LEITRi,
@@ -1475,7 +1489,7 @@ var ListElasticsearchInstanceTypesResponse = [
1475
1489
  [_EIT, _NT],
1476
1490
  [64 | 0, 0],
1477
1491
  ];
1478
- var ListElasticsearchVersionsRequest = [
1492
+ var ListElasticsearchVersionsRequest$ = [
1479
1493
  3,
1480
1494
  n0,
1481
1495
  _LEVR,
@@ -1486,8 +1500,8 @@ var ListElasticsearchVersionsRequest = [
1486
1500
  [0, { [_hQ]: _nT }],
1487
1501
  ],
1488
1502
  ];
1489
- var ListElasticsearchVersionsResponse = [3, n0, _LEVRi, 0, [_EVl, _NT], [64 | 0, 0]];
1490
- var ListPackagesForDomainRequest = [
1503
+ var ListElasticsearchVersionsResponse$ = [3, n0, _LEVRi, 0, [_EVl, _NT], [64 | 0, 0]];
1504
+ var ListPackagesForDomainRequest$ = [
1491
1505
  3,
1492
1506
  n0,
1493
1507
  _LPFDR,
@@ -1499,7 +1513,7 @@ var ListPackagesForDomainRequest = [
1499
1513
  [0, { [_hQ]: _nT }],
1500
1514
  ],
1501
1515
  ];
1502
- var ListPackagesForDomainResponse = [
1516
+ var ListPackagesForDomainResponse$ = [
1503
1517
  3,
1504
1518
  n0,
1505
1519
  _LPFDRi,
@@ -1507,9 +1521,9 @@ var ListPackagesForDomainResponse = [
1507
1521
  [_DPDL, _NT],
1508
1522
  [() => DomainPackageDetailsList, 0],
1509
1523
  ];
1510
- var ListTagsRequest = [3, n0, _LTR, 0, [_ARN], [[0, { [_hQ]: _a }]]];
1511
- var ListTagsResponse = [3, n0, _LTRi, 0, [_TL], [() => TagList]];
1512
- var ListVpcEndpointAccessRequest = [
1524
+ var ListTagsRequest$ = [3, n0, _LTR, 0, [_ARN], [[0, { [_hQ]: _a }]]];
1525
+ var ListTagsResponse$ = [3, n0, _LTRi, 0, [_TL], [() => TagList]];
1526
+ var ListVpcEndpointAccessRequest$ = [
1513
1527
  3,
1514
1528
  n0,
1515
1529
  _LVEAR,
@@ -1520,7 +1534,7 @@ var ListVpcEndpointAccessRequest = [
1520
1534
  [0, { [_hQ]: _nT }],
1521
1535
  ],
1522
1536
  ];
1523
- var ListVpcEndpointAccessResponse = [
1537
+ var ListVpcEndpointAccessResponse$ = [
1524
1538
  3,
1525
1539
  n0,
1526
1540
  _LVEARi,
@@ -1528,7 +1542,7 @@ var ListVpcEndpointAccessResponse = [
1528
1542
  [_APL, _NT],
1529
1543
  [() => AuthorizedPrincipalList, 0],
1530
1544
  ];
1531
- var ListVpcEndpointsForDomainRequest = [
1545
+ var ListVpcEndpointsForDomainRequest$ = [
1532
1546
  3,
1533
1547
  n0,
1534
1548
  _LVEFDR,
@@ -1539,7 +1553,7 @@ var ListVpcEndpointsForDomainRequest = [
1539
1553
  [0, { [_hQ]: _nT }],
1540
1554
  ],
1541
1555
  ];
1542
- var ListVpcEndpointsForDomainResponse = [
1556
+ var ListVpcEndpointsForDomainResponse$ = [
1543
1557
  3,
1544
1558
  n0,
1545
1559
  _LVEFDRi,
@@ -1547,8 +1561,8 @@ var ListVpcEndpointsForDomainResponse = [
1547
1561
  [_VESL, _NT],
1548
1562
  [() => VpcEndpointSummaryList, 0],
1549
1563
  ];
1550
- var ListVpcEndpointsRequest = [3, n0, _LVER, 0, [_NT], [[0, { [_hQ]: _nT }]]];
1551
- var ListVpcEndpointsResponse = [
1564
+ var ListVpcEndpointsRequest$ = [3, n0, _LVER, 0, [_NT], [[0, { [_hQ]: _nT }]]];
1565
+ var ListVpcEndpointsResponse$ = [
1552
1566
  3,
1553
1567
  n0,
1554
1568
  _LVERi,
@@ -1556,16 +1570,16 @@ var ListVpcEndpointsResponse = [
1556
1570
  [_VESL, _NT],
1557
1571
  [() => VpcEndpointSummaryList, 0],
1558
1572
  ];
1559
- var LogPublishingOption = [3, n0, _LPOo, 0, [_CWLLGA, _E], [0, 2]];
1560
- var LogPublishingOptionsStatus = [
1573
+ var LogPublishingOption$ = [3, n0, _LPOo, 0, [_CWLLGA, _E], [0, 2]];
1574
+ var LogPublishingOptionsStatus$ = [
1561
1575
  3,
1562
1576
  n0,
1563
1577
  _LPOS,
1564
1578
  0,
1565
1579
  [_O, _S],
1566
- [() => LogPublishingOptions, () => OptionStatus],
1580
+ [() => LogPublishingOptions, () => OptionStatus$],
1567
1581
  ];
1568
- var MasterUserOptions = [
1582
+ var MasterUserOptions$ = [
1569
1583
  3,
1570
1584
  n0,
1571
1585
  _MUO,
@@ -1573,37 +1587,37 @@ var MasterUserOptions = [
1573
1587
  [_MUARN, _MUN, _MUP],
1574
1588
  [0, [() => Username, 0], [() => Password, 0]],
1575
1589
  ];
1576
- var ModifyingProperties = [3, n0, _MP, 0, [_N, _AV, _PVe, _VTa], [0, 0, 0, 0]];
1577
- var NodeToNodeEncryptionOptions = [3, n0, _NTNEO, 0, [_E], [2]];
1578
- var NodeToNodeEncryptionOptionsStatus = [
1590
+ var ModifyingProperties$ = [3, n0, _MP, 0, [_N, _AV, _PVe, _VTa], [0, 0, 0, 0]];
1591
+ var NodeToNodeEncryptionOptions$ = [3, n0, _NTNEO, 0, [_E], [2]];
1592
+ var NodeToNodeEncryptionOptionsStatus$ = [
1579
1593
  3,
1580
1594
  n0,
1581
1595
  _NTNEOS,
1582
1596
  0,
1583
1597
  [_O, _S],
1584
- [() => NodeToNodeEncryptionOptions, () => OptionStatus],
1598
+ [() => NodeToNodeEncryptionOptions$, () => OptionStatus$],
1585
1599
  ];
1586
- var OptionStatus = [3, n0, _OS, 0, [_CD, _UD, _UV, _St, _PD], [4, 4, 1, 0, 2]];
1587
- var OutboundCrossClusterSearchConnection = [
1600
+ var OptionStatus$ = [3, n0, _OS, 0, [_CD, _UD, _UV, _St, _PD], [4, 4, 1, 0, 2]];
1601
+ var OutboundCrossClusterSearchConnection$ = [
1588
1602
  3,
1589
1603
  n0,
1590
1604
  _OCCSC,
1591
1605
  0,
1592
1606
  [_SDI, _DDI, _CCSCI, _CA, _CS],
1593
- [() => DomainInformation, () => DomainInformation, 0, 0, () => OutboundCrossClusterSearchConnectionStatus],
1607
+ [() => DomainInformation$, () => DomainInformation$, 0, 0, () => OutboundCrossClusterSearchConnectionStatus$],
1594
1608
  ];
1595
- var OutboundCrossClusterSearchConnectionStatus = [3, n0, _OCCSCS, 0, [_SC, _M], [0, 0]];
1596
- var PackageDetails = [
1609
+ var OutboundCrossClusterSearchConnectionStatus$ = [3, n0, _OCCSCS, 0, [_SC, _M], [0, 0]];
1610
+ var PackageDetails$ = [
1597
1611
  3,
1598
1612
  n0,
1599
1613
  _PDac,
1600
1614
  0,
1601
1615
  [_PID, _PNa, _PTa, _PDa, _PSa, _CAr, _LUA, _APV, _ED],
1602
- [0, 0, 0, 0, 0, 4, 4, 0, () => ErrorDetails],
1616
+ [0, 0, 0, 0, 0, 4, 4, 0, () => ErrorDetails$],
1603
1617
  ];
1604
- var PackageSource = [3, n0, _PS, 0, [_SBN, _SK], [0, 0]];
1605
- var PackageVersionHistory = [3, n0, _PVH, 0, [_PV, _CM, _CAr], [0, 0, 4]];
1606
- var PurchaseReservedElasticsearchInstanceOfferingRequest = [
1618
+ var PackageSource$ = [3, n0, _PS, 0, [_SBN, _SK], [0, 0]];
1619
+ var PackageVersionHistory$ = [3, n0, _PVH, 0, [_PV, _CM, _CAr], [0, 0, 4]];
1620
+ var PurchaseReservedElasticsearchInstanceOfferingRequest$ = [
1607
1621
  3,
1608
1622
  n0,
1609
1623
  _PREIOR,
@@ -1611,7 +1625,7 @@ var PurchaseReservedElasticsearchInstanceOfferingRequest = [
1611
1625
  [_REIOI, _RN, _IC],
1612
1626
  [0, 0, 1],
1613
1627
  ];
1614
- var PurchaseReservedElasticsearchInstanceOfferingResponse = [
1628
+ var PurchaseReservedElasticsearchInstanceOfferingResponse$ = [
1615
1629
  3,
1616
1630
  n0,
1617
1631
  _PREIORu,
@@ -1619,8 +1633,8 @@ var PurchaseReservedElasticsearchInstanceOfferingResponse = [
1619
1633
  [_REII, _RN],
1620
1634
  [0, 0],
1621
1635
  ];
1622
- var RecurringCharge = [3, n0, _RC, 0, [_RCA, _RCF], [1, 0]];
1623
- var RejectInboundCrossClusterSearchConnectionRequest = [
1636
+ var RecurringCharge$ = [3, n0, _RC, 0, [_RCA, _RCF], [1, 0]];
1637
+ var RejectInboundCrossClusterSearchConnectionRequest$ = [
1624
1638
  3,
1625
1639
  n0,
1626
1640
  _RICCSCR,
@@ -1628,16 +1642,16 @@ var RejectInboundCrossClusterSearchConnectionRequest = [
1628
1642
  [_CCSCI],
1629
1643
  [[0, 1]],
1630
1644
  ];
1631
- var RejectInboundCrossClusterSearchConnectionResponse = [
1645
+ var RejectInboundCrossClusterSearchConnectionResponse$ = [
1632
1646
  3,
1633
1647
  n0,
1634
1648
  _RICCSCRe,
1635
1649
  0,
1636
1650
  [_CCSC],
1637
- [() => InboundCrossClusterSearchConnection],
1651
+ [() => InboundCrossClusterSearchConnection$],
1638
1652
  ];
1639
- var RemoveTagsRequest = [3, n0, _RTR, 0, [_ARN, _TK], [0, 64 | 0]];
1640
- var ReservedElasticsearchInstance = [
1653
+ var RemoveTagsRequest$ = [3, n0, _RTR, 0, [_ARN, _TK], [0, 64 | 0]];
1654
+ var ReservedElasticsearchInstance$ = [
1641
1655
  3,
1642
1656
  n0,
1643
1657
  _REIe,
@@ -1645,7 +1659,7 @@ var ReservedElasticsearchInstance = [
1645
1659
  [_RN, _REII, _REIOI, _EITl, _ST, _D, _FP, _UPs, _CC, _EIC, _St, _PO, _RCe],
1646
1660
  [0, 0, 0, 0, 4, 1, 1, 1, 0, 1, 0, 0, [() => RecurringChargeList, 0]],
1647
1661
  ];
1648
- var ReservedElasticsearchInstanceOffering = [
1662
+ var ReservedElasticsearchInstanceOffering$ = [
1649
1663
  3,
1650
1664
  n0,
1651
1665
  _REIOe,
@@ -1653,31 +1667,31 @@ var ReservedElasticsearchInstanceOffering = [
1653
1667
  [_REIOI, _EITl, _D, _FP, _UPs, _CC, _PO, _RCe],
1654
1668
  [0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]],
1655
1669
  ];
1656
- var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1657
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1658
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1659
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1660
- var RevokeVpcEndpointAccessRequest = [3, n0, _RVEAR, 0, [_DN, _A], [[0, 1], 0]];
1661
- var RevokeVpcEndpointAccessResponse = [3, n0, _RVEARe, 0, [], []];
1662
- var SAMLIdp = [3, n0, _SAMLI, 0, [_MC, _EI], [0, 0]];
1663
- var SAMLOptionsInput = [
1670
+ var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1671
+ schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1672
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1673
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1674
+ var RevokeVpcEndpointAccessRequest$ = [3, n0, _RVEAR, 0, [_DN, _A], [[0, 1], 0]];
1675
+ var RevokeVpcEndpointAccessResponse$ = [3, n0, _RVEARe, 0, [], []];
1676
+ var SAMLIdp$ = [3, n0, _SAMLI, 0, [_MC, _EI], [0, 0]];
1677
+ var SAMLOptionsInput$ = [
1664
1678
  3,
1665
1679
  n0,
1666
1680
  _SAMLOI,
1667
1681
  0,
1668
1682
  [_E, _Id, _MUN, _MBR, _SKu, _RK, _STM],
1669
- [2, () => SAMLIdp, [() => Username, 0], 0, 0, 0, 1],
1683
+ [2, () => SAMLIdp$, [() => Username, 0], 0, 0, 0, 1],
1670
1684
  ];
1671
- var SAMLOptionsOutput = [
1685
+ var SAMLOptionsOutput$ = [
1672
1686
  3,
1673
1687
  n0,
1674
1688
  _SAMLOO,
1675
1689
  0,
1676
1690
  [_E, _Id, _SKu, _RK, _STM],
1677
- [2, () => SAMLIdp, 0, 0, 1],
1691
+ [2, () => SAMLIdp$, 0, 0, 1],
1678
1692
  ];
1679
- var ScheduledAutoTuneDetails = [3, n0, _SATD, 0, [_Da, _ATc, _Ac, _Se], [4, 0, 0, 0]];
1680
- var ServiceSoftwareOptions = [
1693
+ var ScheduledAutoTuneDetails$ = [3, n0, _SATD, 0, [_Da, _ATc, _Ac, _Se], [4, 0, 0, 0]];
1694
+ var ServiceSoftwareOptions$ = [
1681
1695
  3,
1682
1696
  n0,
1683
1697
  _SSO,
@@ -1685,25 +1699,25 @@ var ServiceSoftwareOptions = [
1685
1699
  [_CVu, _NV, _UA, _Ca, _USp, _De, _AUD, _OD],
1686
1700
  [0, 0, 2, 2, 0, 0, 4, 2],
1687
1701
  ];
1688
- var SnapshotOptions = [3, n0, _SO, 0, [_ASSH], [1]];
1689
- var SnapshotOptionsStatus = [
1702
+ var SnapshotOptions$ = [3, n0, _SO, 0, [_ASSH], [1]];
1703
+ var SnapshotOptionsStatus$ = [
1690
1704
  3,
1691
1705
  n0,
1692
1706
  _SOS,
1693
1707
  0,
1694
1708
  [_O, _S],
1695
- [() => SnapshotOptions, () => OptionStatus],
1709
+ [() => SnapshotOptions$, () => OptionStatus$],
1696
1710
  ];
1697
- var StartElasticsearchServiceSoftwareUpdateRequest = [3, n0, _SESSUR, 0, [_DN], [0]];
1698
- var StartElasticsearchServiceSoftwareUpdateResponse = [
1711
+ var StartElasticsearchServiceSoftwareUpdateRequest$ = [3, n0, _SESSUR, 0, [_DN], [0]];
1712
+ var StartElasticsearchServiceSoftwareUpdateResponse$ = [
1699
1713
  3,
1700
1714
  n0,
1701
1715
  _SESSURt,
1702
1716
  0,
1703
1717
  [_SSO],
1704
- [() => ServiceSoftwareOptions],
1718
+ [() => ServiceSoftwareOptions$],
1705
1719
  ];
1706
- var StorageType = [
1720
+ var StorageType$ = [
1707
1721
  3,
1708
1722
  n0,
1709
1723
  _STto,
@@ -1711,9 +1725,9 @@ var StorageType = [
1711
1725
  [_STN, _SSTN, _STL],
1712
1726
  [0, 0, () => StorageTypeLimitList],
1713
1727
  ];
1714
- var StorageTypeLimit = [3, n0, _STLt, 0, [_LN, _LV], [0, 64 | 0]];
1715
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1716
- var UpdateElasticsearchDomainConfigRequest = [
1728
+ var StorageTypeLimit$ = [3, n0, _STLt, 0, [_LN, _LV], [0, 64 | 0]];
1729
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1730
+ var UpdateElasticsearchDomainConfigRequest$ = [
1717
1731
  3,
1718
1732
  n0,
1719
1733
  _UEDCR,
@@ -1721,51 +1735,51 @@ var UpdateElasticsearchDomainConfigRequest = [
1721
1735
  [_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR],
1722
1736
  [
1723
1737
  [0, 1],
1724
- () => ElasticsearchClusterConfig,
1725
- () => EBSOptions,
1726
- () => SnapshotOptions,
1727
- () => VPCOptions,
1728
- () => CognitoOptions,
1738
+ () => ElasticsearchClusterConfig$,
1739
+ () => EBSOptions$,
1740
+ () => SnapshotOptions$,
1741
+ () => VPCOptions$,
1742
+ () => CognitoOptions$,
1729
1743
  128 | 0,
1730
1744
  0,
1731
1745
  () => LogPublishingOptions,
1732
- () => DomainEndpointOptions,
1733
- [() => AdvancedSecurityOptionsInput, 0],
1734
- () => NodeToNodeEncryptionOptions,
1735
- () => EncryptionAtRestOptions,
1736
- () => AutoTuneOptions,
1746
+ () => DomainEndpointOptions$,
1747
+ [() => AdvancedSecurityOptionsInput$, 0],
1748
+ () => NodeToNodeEncryptionOptions$,
1749
+ () => EncryptionAtRestOptions$,
1750
+ () => AutoTuneOptions$,
1737
1751
  2,
1738
1752
  ],
1739
1753
  ];
1740
- var UpdateElasticsearchDomainConfigResponse = [
1754
+ var UpdateElasticsearchDomainConfigResponse$ = [
1741
1755
  3,
1742
1756
  n0,
1743
1757
  _UEDCRp,
1744
1758
  0,
1745
1759
  [_DC, _DRR],
1746
- [() => ElasticsearchDomainConfig, () => DryRunResults],
1760
+ [() => ElasticsearchDomainConfig$, () => DryRunResults$],
1747
1761
  ];
1748
- var UpdatePackageRequest = [
1762
+ var UpdatePackageRequest$ = [
1749
1763
  3,
1750
1764
  n0,
1751
1765
  _UPR,
1752
1766
  0,
1753
1767
  [_PID, _PS, _PDa, _CM],
1754
- [0, () => PackageSource, 0, 0],
1768
+ [0, () => PackageSource$, 0, 0],
1755
1769
  ];
1756
- var UpdatePackageResponse = [3, n0, _UPRp, 0, [_PDac], [() => PackageDetails]];
1757
- var UpdateVpcEndpointRequest = [3, n0, _UVER, 0, [_VEI, _VO], [0, () => VPCOptions]];
1758
- var UpdateVpcEndpointResponse = [3, n0, _UVERp, 0, [_VE], [() => VpcEndpoint]];
1759
- var UpgradeElasticsearchDomainRequest = [3, n0, _UEDR, 0, [_DN, _TVa, _PCO], [0, 0, 2]];
1760
- var UpgradeElasticsearchDomainResponse = [
1770
+ var UpdatePackageResponse$ = [3, n0, _UPRp, 0, [_PDac], [() => PackageDetails$]];
1771
+ var UpdateVpcEndpointRequest$ = [3, n0, _UVER, 0, [_VEI, _VO], [0, () => VPCOptions$]];
1772
+ var UpdateVpcEndpointResponse$ = [3, n0, _UVERp, 0, [_VE], [() => VpcEndpoint$]];
1773
+ var UpgradeElasticsearchDomainRequest$ = [3, n0, _UEDR, 0, [_DN, _TVa, _PCO], [0, 0, 2]];
1774
+ var UpgradeElasticsearchDomainResponse$ = [
1761
1775
  3,
1762
1776
  n0,
1763
1777
  _UEDRp,
1764
1778
  0,
1765
1779
  [_DN, _TVa, _PCO, _CPD],
1766
- [0, 0, 2, () => ChangeProgressDetails],
1780
+ [0, 0, 2, () => ChangeProgressDetails$],
1767
1781
  ];
1768
- var UpgradeHistory = [
1782
+ var UpgradeHistory$ = [
1769
1783
  3,
1770
1784
  n0,
1771
1785
  _UHp,
@@ -1773,10 +1787,10 @@ var UpgradeHistory = [
1773
1787
  [_UN, _STta, _USpg, _SL],
1774
1788
  [0, 4, 0, () => UpgradeStepsList],
1775
1789
  ];
1776
- var UpgradeStepItem = [3, n0, _USI, 0, [_US, _USS, _Is, _PPr], [0, 0, 64 | 0, 1]];
1777
- var ValidationException = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1778
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1779
- var VPCDerivedInfo = [
1790
+ var UpgradeStepItem$ = [3, n0, _USI, 0, [_US, _USS, _Is, _PPr], [0, 0, 64 | 0, 1]];
1791
+ var ValidationException$ = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1792
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1793
+ var VPCDerivedInfo$ = [
1780
1794
  3,
1781
1795
  n0,
1782
1796
  _VPCDI,
@@ -1784,28 +1798,28 @@ var VPCDerivedInfo = [
1784
1798
  [_VPCI, _SI, _AZ, _SGI],
1785
1799
  [0, 64 | 0, 64 | 0, 64 | 0],
1786
1800
  ];
1787
- var VPCDerivedInfoStatus = [
1801
+ var VPCDerivedInfoStatus$ = [
1788
1802
  3,
1789
1803
  n0,
1790
1804
  _VPCDIS,
1791
1805
  0,
1792
1806
  [_O, _S],
1793
- [() => VPCDerivedInfo, () => OptionStatus],
1807
+ [() => VPCDerivedInfo$, () => OptionStatus$],
1794
1808
  ];
1795
- var VpcEndpoint = [
1809
+ var VpcEndpoint$ = [
1796
1810
  3,
1797
1811
  n0,
1798
1812
  _VE,
1799
1813
  0,
1800
1814
  [_VEI, _VEO, _DA, _VO, _S, _En],
1801
- [0, 0, 0, () => VPCDerivedInfo, 0, 0],
1815
+ [0, 0, 0, () => VPCDerivedInfo$, 0, 0],
1802
1816
  ];
1803
- var VpcEndpointError = [3, n0, _VEEp, 0, [_VEI, _EC, _EM], [0, 0, 0]];
1804
- var VpcEndpointSummary = [3, n0, _VES, 0, [_VEI, _VEO, _DA, _S], [0, 0, 0, 0]];
1805
- var VPCOptions = [3, n0, _VPCO, 0, [_SI, _SGI], [64 | 0, 64 | 0]];
1806
- var ZoneAwarenessConfig = [3, n0, _ZAC, 0, [_AZC], [1]];
1817
+ var VpcEndpointError$ = [3, n0, _VEEp, 0, [_VEI, _EC, _EM], [0, 0, 0]];
1818
+ var VpcEndpointSummary$ = [3, n0, _VES, 0, [_VEI, _VEO, _DA, _S], [0, 0, 0, 0]];
1819
+ var VPCOptions$ = [3, n0, _VPCO, 0, [_SI, _SGI], [64 | 0, 64 | 0]];
1820
+ var ZoneAwarenessConfig$ = [3, n0, _ZAC, 0, [_AZC], [1]];
1807
1821
  var __Unit = "unit";
1808
- var ElasticsearchServiceServiceException = [
1822
+ var ElasticsearchServiceServiceException$ = [
1809
1823
  -3,
1810
1824
  _sm,
1811
1825
  "ElasticsearchServiceServiceException",
@@ -1813,150 +1827,144 @@ var ElasticsearchServiceServiceException = [
1813
1827
  [],
1814
1828
  [],
1815
1829
  ];
1816
- schema.TypeRegistry.for(_sm).registerError(ElasticsearchServiceServiceException, ElasticsearchServiceServiceException$1);
1817
- var AdditionalLimitList = [1, n0, _ALL, 0, () => AdditionalLimit];
1818
- var AuthorizedPrincipalList = [1, n0, _APL, 0, () => AuthorizedPrincipal];
1819
- var AutoTuneList = [1, n0, _ATL, 0, () => AutoTune];
1820
- var AutoTuneMaintenanceScheduleList = [1, n0, _ATMSL, 0, () => AutoTuneMaintenanceSchedule];
1821
- var CancelledChangePropertyList = [1, n0, _CCPL, 0, () => CancelledChangeProperty];
1822
- var ChangeProgressStageList = [1, n0, _CPSL, 0, () => ChangeProgressStage];
1823
- var CompatibleElasticsearchVersionsList = [1, n0, _CEVL, 0, () => CompatibleVersionsMap];
1824
- var DescribePackagesFilterList = [1, n0, _DPFL, 0, () => DescribePackagesFilter];
1825
- var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo];
1826
- var DomainPackageDetailsList = [1, n0, _DPDL, 0, () => DomainPackageDetails];
1827
- var ElasticsearchDomainStatusList = [1, n0, _EDSL, 0, () => ElasticsearchDomainStatus];
1828
- var FilterList = [1, n0, _FL, 0, () => Filter];
1830
+ schema.TypeRegistry.for(_sm).registerError(ElasticsearchServiceServiceException$, ElasticsearchServiceServiceException);
1831
+ var AdditionalLimitList = [1, n0, _ALL, 0, () => AdditionalLimit$];
1832
+ var AuthorizedPrincipalList = [1, n0, _APL, 0, () => AuthorizedPrincipal$];
1833
+ var AutoTuneList = [1, n0, _ATL, 0, () => AutoTune$];
1834
+ var AutoTuneMaintenanceScheduleList = [1, n0, _ATMSL, 0, () => AutoTuneMaintenanceSchedule$];
1835
+ var CancelledChangePropertyList = [1, n0, _CCPL, 0, () => CancelledChangeProperty$];
1836
+ var ChangeProgressStageList = [1, n0, _CPSL, 0, () => ChangeProgressStage$];
1837
+ var CompatibleElasticsearchVersionsList = [1, n0, _CEVL, 0, () => CompatibleVersionsMap$];
1838
+ var DescribePackagesFilterList = [1, n0, _DPFL, 0, () => DescribePackagesFilter$];
1839
+ var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo$];
1840
+ var DomainPackageDetailsList = [1, n0, _DPDL, 0, () => DomainPackageDetails$];
1841
+ var ElasticsearchDomainStatusList = [1, n0, _EDSL, 0, () => ElasticsearchDomainStatus$];
1842
+ var FilterList = [1, n0, _FL, 0, () => Filter$];
1829
1843
  var InboundCrossClusterSearchConnections = [
1830
1844
  1,
1831
1845
  n0,
1832
1846
  _ICCSCn,
1833
1847
  0,
1834
- () => InboundCrossClusterSearchConnection,
1848
+ () => InboundCrossClusterSearchConnection$,
1835
1849
  ];
1836
- var ModifyingPropertiesList = [1, n0, _MPL, 0, () => ModifyingProperties];
1850
+ var ModifyingPropertiesList = [1, n0, _MPL, 0, () => ModifyingProperties$];
1837
1851
  var OutboundCrossClusterSearchConnections = [
1838
1852
  1,
1839
1853
  n0,
1840
1854
  _OCCSCu,
1841
1855
  0,
1842
- () => OutboundCrossClusterSearchConnection,
1843
- ];
1844
- var PackageDetailsList = [1, n0, _PDL, 0, () => PackageDetails];
1845
- var PackageVersionHistoryList = [1, n0, _PVHL, 0, () => PackageVersionHistory];
1846
- var RecurringChargeList = [1, n0, _RCL, 0, [() => RecurringCharge, { [_xN]: _RC }]];
1847
- var ReservedElasticsearchInstanceList = [
1848
- 1,
1849
- n0,
1850
- _REIL,
1851
- 0,
1852
- [() => ReservedElasticsearchInstance, 0],
1856
+ () => OutboundCrossClusterSearchConnection$,
1853
1857
  ];
1858
+ var PackageDetailsList = [1, n0, _PDL, 0, () => PackageDetails$];
1859
+ var PackageVersionHistoryList = [1, n0, _PVHL, 0, () => PackageVersionHistory$];
1860
+ var RecurringChargeList = [1, n0, _RCL, 0, [() => RecurringCharge$, { [_xN]: _RC }]];
1861
+ var ReservedElasticsearchInstanceList = [1, n0, _REIL, 0, [() => ReservedElasticsearchInstance$, 0]];
1854
1862
  var ReservedElasticsearchInstanceOfferingList = [
1855
1863
  1,
1856
1864
  n0,
1857
1865
  _REIOL,
1858
1866
  0,
1859
- [() => ReservedElasticsearchInstanceOffering, { [_xN]: _REIOe }],
1860
- ];
1861
- var StorageTypeLimitList = [1, n0, _STLL, 0, () => StorageTypeLimit];
1862
- var StorageTypeList = [1, n0, _STLto, 0, () => StorageType];
1863
- var TagList = [1, n0, _TL, 0, () => Tag];
1864
- var UpgradeHistoryList = [1, n0, _UHL, 0, () => UpgradeHistory];
1865
- var UpgradeStepsList = [1, n0, _USL, 0, () => UpgradeStepItem];
1866
- var VpcEndpointErrorList = [1, n0, _VEEL, 0, () => VpcEndpointError];
1867
- var VpcEndpoints = [1, n0, _VEp, 0, () => VpcEndpoint];
1868
- var VpcEndpointSummaryList = [1, n0, _VESL, 0, () => VpcEndpointSummary];
1869
- var LimitsByRole = [2, n0, _LBR, 0, 0, () => Limits];
1870
- var LogPublishingOptions = [2, n0, _LPO, 0, 0, () => LogPublishingOption];
1871
- var AcceptInboundCrossClusterSearchConnection = [
1867
+ [() => ReservedElasticsearchInstanceOffering$, { [_xN]: _REIOe }],
1868
+ ];
1869
+ var StorageTypeLimitList = [1, n0, _STLL, 0, () => StorageTypeLimit$];
1870
+ var StorageTypeList = [1, n0, _STLto, 0, () => StorageType$];
1871
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1872
+ var UpgradeHistoryList = [1, n0, _UHL, 0, () => UpgradeHistory$];
1873
+ var UpgradeStepsList = [1, n0, _USL, 0, () => UpgradeStepItem$];
1874
+ var VpcEndpointErrorList = [1, n0, _VEEL, 0, () => VpcEndpointError$];
1875
+ var VpcEndpoints = [1, n0, _VEp, 0, () => VpcEndpoint$];
1876
+ var VpcEndpointSummaryList = [1, n0, _VESL, 0, () => VpcEndpointSummary$];
1877
+ var LimitsByRole = [2, n0, _LBR, 0, 0, () => Limits$];
1878
+ var LogPublishingOptions = [2, n0, _LPO, 0, 0, () => LogPublishingOption$];
1879
+ var AcceptInboundCrossClusterSearchConnection$ = [
1872
1880
  9,
1873
1881
  n0,
1874
1882
  _AICCSC,
1875
1883
  { [_h]: ["PUT", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}/accept", 200] },
1876
- () => AcceptInboundCrossClusterSearchConnectionRequest,
1877
- () => AcceptInboundCrossClusterSearchConnectionResponse,
1884
+ () => AcceptInboundCrossClusterSearchConnectionRequest$,
1885
+ () => AcceptInboundCrossClusterSearchConnectionResponse$,
1878
1886
  ];
1879
- var AddTags = [
1887
+ var AddTags$ = [
1880
1888
  9,
1881
1889
  n0,
1882
1890
  _ATd,
1883
1891
  { [_h]: ["POST", "/2015-01-01/tags", 200] },
1884
- () => AddTagsRequest,
1892
+ () => AddTagsRequest$,
1885
1893
  () => __Unit,
1886
1894
  ];
1887
- var AssociatePackage = [
1895
+ var AssociatePackage$ = [
1888
1896
  9,
1889
1897
  n0,
1890
1898
  _APs,
1891
1899
  { [_h]: ["POST", "/2015-01-01/packages/associate/{PackageID}/{DomainName}", 200] },
1892
- () => AssociatePackageRequest,
1893
- () => AssociatePackageResponse,
1900
+ () => AssociatePackageRequest$,
1901
+ () => AssociatePackageResponse$,
1894
1902
  ];
1895
- var AuthorizeVpcEndpointAccess = [
1903
+ var AuthorizeVpcEndpointAccess$ = [
1896
1904
  9,
1897
1905
  n0,
1898
1906
  _AVEA,
1899
1907
  { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccess", 200] },
1900
- () => AuthorizeVpcEndpointAccessRequest,
1901
- () => AuthorizeVpcEndpointAccessResponse,
1908
+ () => AuthorizeVpcEndpointAccessRequest$,
1909
+ () => AuthorizeVpcEndpointAccessResponse$,
1902
1910
  ];
1903
- var CancelDomainConfigChange = [
1911
+ var CancelDomainConfigChange$ = [
1904
1912
  9,
1905
1913
  n0,
1906
1914
  _CDCC,
1907
1915
  { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/config/cancel", 200] },
1908
- () => CancelDomainConfigChangeRequest,
1909
- () => CancelDomainConfigChangeResponse,
1916
+ () => CancelDomainConfigChangeRequest$,
1917
+ () => CancelDomainConfigChangeResponse$,
1910
1918
  ];
1911
- var CancelElasticsearchServiceSoftwareUpdate = [
1919
+ var CancelElasticsearchServiceSoftwareUpdate$ = [
1912
1920
  9,
1913
1921
  n0,
1914
1922
  _CESSU,
1915
1923
  { [_h]: ["POST", "/2015-01-01/es/serviceSoftwareUpdate/cancel", 200] },
1916
- () => CancelElasticsearchServiceSoftwareUpdateRequest,
1917
- () => CancelElasticsearchServiceSoftwareUpdateResponse,
1924
+ () => CancelElasticsearchServiceSoftwareUpdateRequest$,
1925
+ () => CancelElasticsearchServiceSoftwareUpdateResponse$,
1918
1926
  ];
1919
- var CreateElasticsearchDomain = [
1927
+ var CreateElasticsearchDomain$ = [
1920
1928
  9,
1921
1929
  n0,
1922
1930
  _CED,
1923
1931
  { [_h]: ["POST", "/2015-01-01/es/domain", 200] },
1924
- () => CreateElasticsearchDomainRequest,
1925
- () => CreateElasticsearchDomainResponse,
1932
+ () => CreateElasticsearchDomainRequest$,
1933
+ () => CreateElasticsearchDomainResponse$,
1926
1934
  ];
1927
- var CreateOutboundCrossClusterSearchConnection = [
1935
+ var CreateOutboundCrossClusterSearchConnection$ = [
1928
1936
  9,
1929
1937
  n0,
1930
1938
  _COCCSC,
1931
1939
  { [_h]: ["POST", "/2015-01-01/es/ccs/outboundConnection", 200] },
1932
- () => CreateOutboundCrossClusterSearchConnectionRequest,
1933
- () => CreateOutboundCrossClusterSearchConnectionResponse,
1940
+ () => CreateOutboundCrossClusterSearchConnectionRequest$,
1941
+ () => CreateOutboundCrossClusterSearchConnectionResponse$,
1934
1942
  ];
1935
- var CreatePackage = [
1943
+ var CreatePackage$ = [
1936
1944
  9,
1937
1945
  n0,
1938
1946
  _CPr,
1939
1947
  { [_h]: ["POST", "/2015-01-01/packages", 200] },
1940
- () => CreatePackageRequest,
1941
- () => CreatePackageResponse,
1948
+ () => CreatePackageRequest$,
1949
+ () => CreatePackageResponse$,
1942
1950
  ];
1943
- var CreateVpcEndpoint = [
1951
+ var CreateVpcEndpoint$ = [
1944
1952
  9,
1945
1953
  n0,
1946
1954
  _CVE,
1947
1955
  { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints", 200] },
1948
- () => CreateVpcEndpointRequest,
1949
- () => CreateVpcEndpointResponse,
1956
+ () => CreateVpcEndpointRequest$,
1957
+ () => CreateVpcEndpointResponse$,
1950
1958
  ];
1951
- var DeleteElasticsearchDomain = [
1959
+ var DeleteElasticsearchDomain$ = [
1952
1960
  9,
1953
1961
  n0,
1954
1962
  _DED,
1955
1963
  { [_h]: ["DELETE", "/2015-01-01/es/domain/{DomainName}", 200] },
1956
- () => DeleteElasticsearchDomainRequest,
1957
- () => DeleteElasticsearchDomainResponse,
1964
+ () => DeleteElasticsearchDomainRequest$,
1965
+ () => DeleteElasticsearchDomainResponse$,
1958
1966
  ];
1959
- var DeleteElasticsearchServiceRole = [
1967
+ var DeleteElasticsearchServiceRole$ = [
1960
1968
  9,
1961
1969
  n0,
1962
1970
  _DESR,
@@ -1964,317 +1972,317 @@ var DeleteElasticsearchServiceRole = [
1964
1972
  () => __Unit,
1965
1973
  () => __Unit,
1966
1974
  ];
1967
- var DeleteInboundCrossClusterSearchConnection = [
1975
+ var DeleteInboundCrossClusterSearchConnection$ = [
1968
1976
  9,
1969
1977
  n0,
1970
1978
  _DICCSC,
1971
1979
  { [_h]: ["DELETE", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}", 200] },
1972
- () => DeleteInboundCrossClusterSearchConnectionRequest,
1973
- () => DeleteInboundCrossClusterSearchConnectionResponse,
1980
+ () => DeleteInboundCrossClusterSearchConnectionRequest$,
1981
+ () => DeleteInboundCrossClusterSearchConnectionResponse$,
1974
1982
  ];
1975
- var DeleteOutboundCrossClusterSearchConnection = [
1983
+ var DeleteOutboundCrossClusterSearchConnection$ = [
1976
1984
  9,
1977
1985
  n0,
1978
1986
  _DOCCSC,
1979
1987
  { [_h]: ["DELETE", "/2015-01-01/es/ccs/outboundConnection/{CrossClusterSearchConnectionId}", 200] },
1980
- () => DeleteOutboundCrossClusterSearchConnectionRequest,
1981
- () => DeleteOutboundCrossClusterSearchConnectionResponse,
1988
+ () => DeleteOutboundCrossClusterSearchConnectionRequest$,
1989
+ () => DeleteOutboundCrossClusterSearchConnectionResponse$,
1982
1990
  ];
1983
- var DeletePackage = [
1991
+ var DeletePackage$ = [
1984
1992
  9,
1985
1993
  n0,
1986
1994
  _DP,
1987
1995
  { [_h]: ["DELETE", "/2015-01-01/packages/{PackageID}", 200] },
1988
- () => DeletePackageRequest,
1989
- () => DeletePackageResponse,
1996
+ () => DeletePackageRequest$,
1997
+ () => DeletePackageResponse$,
1990
1998
  ];
1991
- var DeleteVpcEndpoint = [
1999
+ var DeleteVpcEndpoint$ = [
1992
2000
  9,
1993
2001
  n0,
1994
2002
  _DVE,
1995
2003
  { [_h]: ["DELETE", "/2015-01-01/es/vpcEndpoints/{VpcEndpointId}", 200] },
1996
- () => DeleteVpcEndpointRequest,
1997
- () => DeleteVpcEndpointResponse,
2004
+ () => DeleteVpcEndpointRequest$,
2005
+ () => DeleteVpcEndpointResponse$,
1998
2006
  ];
1999
- var DescribeDomainAutoTunes = [
2007
+ var DescribeDomainAutoTunes$ = [
2000
2008
  9,
2001
2009
  n0,
2002
2010
  _DDAT,
2003
2011
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/autoTunes", 200] },
2004
- () => DescribeDomainAutoTunesRequest,
2005
- () => DescribeDomainAutoTunesResponse,
2012
+ () => DescribeDomainAutoTunesRequest$,
2013
+ () => DescribeDomainAutoTunesResponse$,
2006
2014
  ];
2007
- var DescribeDomainChangeProgress = [
2015
+ var DescribeDomainChangeProgress$ = [
2008
2016
  9,
2009
2017
  n0,
2010
2018
  _DDCP,
2011
2019
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/progress", 200] },
2012
- () => DescribeDomainChangeProgressRequest,
2013
- () => DescribeDomainChangeProgressResponse,
2020
+ () => DescribeDomainChangeProgressRequest$,
2021
+ () => DescribeDomainChangeProgressResponse$,
2014
2022
  ];
2015
- var DescribeElasticsearchDomain = [
2023
+ var DescribeElasticsearchDomain$ = [
2016
2024
  9,
2017
2025
  n0,
2018
2026
  _DEDe,
2019
2027
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}", 200] },
2020
- () => DescribeElasticsearchDomainRequest,
2021
- () => DescribeElasticsearchDomainResponse,
2028
+ () => DescribeElasticsearchDomainRequest$,
2029
+ () => DescribeElasticsearchDomainResponse$,
2022
2030
  ];
2023
- var DescribeElasticsearchDomainConfig = [
2031
+ var DescribeElasticsearchDomainConfig$ = [
2024
2032
  9,
2025
2033
  n0,
2026
2034
  _DEDC,
2027
2035
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/config", 200] },
2028
- () => DescribeElasticsearchDomainConfigRequest,
2029
- () => DescribeElasticsearchDomainConfigResponse,
2036
+ () => DescribeElasticsearchDomainConfigRequest$,
2037
+ () => DescribeElasticsearchDomainConfigResponse$,
2030
2038
  ];
2031
- var DescribeElasticsearchDomains = [
2039
+ var DescribeElasticsearchDomains$ = [
2032
2040
  9,
2033
2041
  n0,
2034
2042
  _DEDes,
2035
2043
  { [_h]: ["POST", "/2015-01-01/es/domain-info", 200] },
2036
- () => DescribeElasticsearchDomainsRequest,
2037
- () => DescribeElasticsearchDomainsResponse,
2044
+ () => DescribeElasticsearchDomainsRequest$,
2045
+ () => DescribeElasticsearchDomainsResponse$,
2038
2046
  ];
2039
- var DescribeElasticsearchInstanceTypeLimits = [
2047
+ var DescribeElasticsearchInstanceTypeLimits$ = [
2040
2048
  9,
2041
2049
  n0,
2042
2050
  _DEITL,
2043
2051
  { [_h]: ["GET", "/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}", 200] },
2044
- () => DescribeElasticsearchInstanceTypeLimitsRequest,
2045
- () => DescribeElasticsearchInstanceTypeLimitsResponse,
2052
+ () => DescribeElasticsearchInstanceTypeLimitsRequest$,
2053
+ () => DescribeElasticsearchInstanceTypeLimitsResponse$,
2046
2054
  ];
2047
- var DescribeInboundCrossClusterSearchConnections = [
2055
+ var DescribeInboundCrossClusterSearchConnections$ = [
2048
2056
  9,
2049
2057
  n0,
2050
2058
  _DICCSCe,
2051
2059
  { [_h]: ["POST", "/2015-01-01/es/ccs/inboundConnection/search", 200] },
2052
- () => DescribeInboundCrossClusterSearchConnectionsRequest,
2053
- () => DescribeInboundCrossClusterSearchConnectionsResponse,
2060
+ () => DescribeInboundCrossClusterSearchConnectionsRequest$,
2061
+ () => DescribeInboundCrossClusterSearchConnectionsResponse$,
2054
2062
  ];
2055
- var DescribeOutboundCrossClusterSearchConnections = [
2063
+ var DescribeOutboundCrossClusterSearchConnections$ = [
2056
2064
  9,
2057
2065
  n0,
2058
2066
  _DOCCSCe,
2059
2067
  { [_h]: ["POST", "/2015-01-01/es/ccs/outboundConnection/search", 200] },
2060
- () => DescribeOutboundCrossClusterSearchConnectionsRequest,
2061
- () => DescribeOutboundCrossClusterSearchConnectionsResponse,
2068
+ () => DescribeOutboundCrossClusterSearchConnectionsRequest$,
2069
+ () => DescribeOutboundCrossClusterSearchConnectionsResponse$,
2062
2070
  ];
2063
- var DescribePackages = [
2071
+ var DescribePackages$ = [
2064
2072
  9,
2065
2073
  n0,
2066
2074
  _DPe,
2067
2075
  { [_h]: ["POST", "/2015-01-01/packages/describe", 200] },
2068
- () => DescribePackagesRequest,
2069
- () => DescribePackagesResponse,
2076
+ () => DescribePackagesRequest$,
2077
+ () => DescribePackagesResponse$,
2070
2078
  ];
2071
- var DescribeReservedElasticsearchInstanceOfferings = [
2079
+ var DescribeReservedElasticsearchInstanceOfferings$ = [
2072
2080
  9,
2073
2081
  n0,
2074
2082
  _DREIO,
2075
2083
  { [_h]: ["GET", "/2015-01-01/es/reservedInstanceOfferings", 200] },
2076
- () => DescribeReservedElasticsearchInstanceOfferingsRequest,
2077
- () => DescribeReservedElasticsearchInstanceOfferingsResponse,
2084
+ () => DescribeReservedElasticsearchInstanceOfferingsRequest$,
2085
+ () => DescribeReservedElasticsearchInstanceOfferingsResponse$,
2078
2086
  ];
2079
- var DescribeReservedElasticsearchInstances = [
2087
+ var DescribeReservedElasticsearchInstances$ = [
2080
2088
  9,
2081
2089
  n0,
2082
2090
  _DREI,
2083
2091
  { [_h]: ["GET", "/2015-01-01/es/reservedInstances", 200] },
2084
- () => DescribeReservedElasticsearchInstancesRequest,
2085
- () => DescribeReservedElasticsearchInstancesResponse,
2092
+ () => DescribeReservedElasticsearchInstancesRequest$,
2093
+ () => DescribeReservedElasticsearchInstancesResponse$,
2086
2094
  ];
2087
- var DescribeVpcEndpoints = [
2095
+ var DescribeVpcEndpoints$ = [
2088
2096
  9,
2089
2097
  n0,
2090
2098
  _DVEe,
2091
2099
  { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints/describe", 200] },
2092
- () => DescribeVpcEndpointsRequest,
2093
- () => DescribeVpcEndpointsResponse,
2100
+ () => DescribeVpcEndpointsRequest$,
2101
+ () => DescribeVpcEndpointsResponse$,
2094
2102
  ];
2095
- var DissociatePackage = [
2103
+ var DissociatePackage$ = [
2096
2104
  9,
2097
2105
  n0,
2098
2106
  _DPi,
2099
2107
  { [_h]: ["POST", "/2015-01-01/packages/dissociate/{PackageID}/{DomainName}", 200] },
2100
- () => DissociatePackageRequest,
2101
- () => DissociatePackageResponse,
2108
+ () => DissociatePackageRequest$,
2109
+ () => DissociatePackageResponse$,
2102
2110
  ];
2103
- var GetCompatibleElasticsearchVersions = [
2111
+ var GetCompatibleElasticsearchVersions$ = [
2104
2112
  9,
2105
2113
  n0,
2106
2114
  _GCEV,
2107
2115
  { [_h]: ["GET", "/2015-01-01/es/compatibleVersions", 200] },
2108
- () => GetCompatibleElasticsearchVersionsRequest,
2109
- () => GetCompatibleElasticsearchVersionsResponse,
2116
+ () => GetCompatibleElasticsearchVersionsRequest$,
2117
+ () => GetCompatibleElasticsearchVersionsResponse$,
2110
2118
  ];
2111
- var GetPackageVersionHistory = [
2119
+ var GetPackageVersionHistory$ = [
2112
2120
  9,
2113
2121
  n0,
2114
2122
  _GPVH,
2115
2123
  { [_h]: ["GET", "/2015-01-01/packages/{PackageID}/history", 200] },
2116
- () => GetPackageVersionHistoryRequest,
2117
- () => GetPackageVersionHistoryResponse,
2124
+ () => GetPackageVersionHistoryRequest$,
2125
+ () => GetPackageVersionHistoryResponse$,
2118
2126
  ];
2119
- var GetUpgradeHistory = [
2127
+ var GetUpgradeHistory$ = [
2120
2128
  9,
2121
2129
  n0,
2122
2130
  _GUH,
2123
2131
  { [_h]: ["GET", "/2015-01-01/es/upgradeDomain/{DomainName}/history", 200] },
2124
- () => GetUpgradeHistoryRequest,
2125
- () => GetUpgradeHistoryResponse,
2132
+ () => GetUpgradeHistoryRequest$,
2133
+ () => GetUpgradeHistoryResponse$,
2126
2134
  ];
2127
- var GetUpgradeStatus = [
2135
+ var GetUpgradeStatus$ = [
2128
2136
  9,
2129
2137
  n0,
2130
2138
  _GUS,
2131
2139
  { [_h]: ["GET", "/2015-01-01/es/upgradeDomain/{DomainName}/status", 200] },
2132
- () => GetUpgradeStatusRequest,
2133
- () => GetUpgradeStatusResponse,
2140
+ () => GetUpgradeStatusRequest$,
2141
+ () => GetUpgradeStatusResponse$,
2134
2142
  ];
2135
- var ListDomainNames = [
2143
+ var ListDomainNames$ = [
2136
2144
  9,
2137
2145
  n0,
2138
2146
  _LDN,
2139
2147
  { [_h]: ["GET", "/2015-01-01/domain", 200] },
2140
- () => ListDomainNamesRequest,
2141
- () => ListDomainNamesResponse,
2148
+ () => ListDomainNamesRequest$,
2149
+ () => ListDomainNamesResponse$,
2142
2150
  ];
2143
- var ListDomainsForPackage = [
2151
+ var ListDomainsForPackage$ = [
2144
2152
  9,
2145
2153
  n0,
2146
2154
  _LDFP,
2147
2155
  { [_h]: ["GET", "/2015-01-01/packages/{PackageID}/domains", 200] },
2148
- () => ListDomainsForPackageRequest,
2149
- () => ListDomainsForPackageResponse,
2156
+ () => ListDomainsForPackageRequest$,
2157
+ () => ListDomainsForPackageResponse$,
2150
2158
  ];
2151
- var ListElasticsearchInstanceTypes = [
2159
+ var ListElasticsearchInstanceTypes$ = [
2152
2160
  9,
2153
2161
  n0,
2154
2162
  _LEIT,
2155
2163
  { [_h]: ["GET", "/2015-01-01/es/instanceTypes/{ElasticsearchVersion}", 200] },
2156
- () => ListElasticsearchInstanceTypesRequest,
2157
- () => ListElasticsearchInstanceTypesResponse,
2164
+ () => ListElasticsearchInstanceTypesRequest$,
2165
+ () => ListElasticsearchInstanceTypesResponse$,
2158
2166
  ];
2159
- var ListElasticsearchVersions = [
2167
+ var ListElasticsearchVersions$ = [
2160
2168
  9,
2161
2169
  n0,
2162
2170
  _LEV,
2163
2171
  { [_h]: ["GET", "/2015-01-01/es/versions", 200] },
2164
- () => ListElasticsearchVersionsRequest,
2165
- () => ListElasticsearchVersionsResponse,
2172
+ () => ListElasticsearchVersionsRequest$,
2173
+ () => ListElasticsearchVersionsResponse$,
2166
2174
  ];
2167
- var ListPackagesForDomain = [
2175
+ var ListPackagesForDomain$ = [
2168
2176
  9,
2169
2177
  n0,
2170
2178
  _LPFD,
2171
2179
  { [_h]: ["GET", "/2015-01-01/domain/{DomainName}/packages", 200] },
2172
- () => ListPackagesForDomainRequest,
2173
- () => ListPackagesForDomainResponse,
2180
+ () => ListPackagesForDomainRequest$,
2181
+ () => ListPackagesForDomainResponse$,
2174
2182
  ];
2175
- var ListTags = [
2183
+ var ListTags$ = [
2176
2184
  9,
2177
2185
  n0,
2178
2186
  _LT,
2179
2187
  { [_h]: ["GET", "/2015-01-01/tags", 200] },
2180
- () => ListTagsRequest,
2181
- () => ListTagsResponse,
2188
+ () => ListTagsRequest$,
2189
+ () => ListTagsResponse$,
2182
2190
  ];
2183
- var ListVpcEndpointAccess = [
2191
+ var ListVpcEndpointAccess$ = [
2184
2192
  9,
2185
2193
  n0,
2186
2194
  _LVEA,
2187
2195
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/listVpcEndpointAccess", 200] },
2188
- () => ListVpcEndpointAccessRequest,
2189
- () => ListVpcEndpointAccessResponse,
2196
+ () => ListVpcEndpointAccessRequest$,
2197
+ () => ListVpcEndpointAccessResponse$,
2190
2198
  ];
2191
- var ListVpcEndpoints = [
2199
+ var ListVpcEndpoints$ = [
2192
2200
  9,
2193
2201
  n0,
2194
2202
  _LVE,
2195
2203
  { [_h]: ["GET", "/2015-01-01/es/vpcEndpoints", 200] },
2196
- () => ListVpcEndpointsRequest,
2197
- () => ListVpcEndpointsResponse,
2204
+ () => ListVpcEndpointsRequest$,
2205
+ () => ListVpcEndpointsResponse$,
2198
2206
  ];
2199
- var ListVpcEndpointsForDomain = [
2207
+ var ListVpcEndpointsForDomain$ = [
2200
2208
  9,
2201
2209
  n0,
2202
2210
  _LVEFD,
2203
2211
  { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/vpcEndpoints", 200] },
2204
- () => ListVpcEndpointsForDomainRequest,
2205
- () => ListVpcEndpointsForDomainResponse,
2212
+ () => ListVpcEndpointsForDomainRequest$,
2213
+ () => ListVpcEndpointsForDomainResponse$,
2206
2214
  ];
2207
- var PurchaseReservedElasticsearchInstanceOffering = [
2215
+ var PurchaseReservedElasticsearchInstanceOffering$ = [
2208
2216
  9,
2209
2217
  n0,
2210
2218
  _PREIO,
2211
2219
  { [_h]: ["POST", "/2015-01-01/es/purchaseReservedInstanceOffering", 200] },
2212
- () => PurchaseReservedElasticsearchInstanceOfferingRequest,
2213
- () => PurchaseReservedElasticsearchInstanceOfferingResponse,
2220
+ () => PurchaseReservedElasticsearchInstanceOfferingRequest$,
2221
+ () => PurchaseReservedElasticsearchInstanceOfferingResponse$,
2214
2222
  ];
2215
- var RejectInboundCrossClusterSearchConnection = [
2223
+ var RejectInboundCrossClusterSearchConnection$ = [
2216
2224
  9,
2217
2225
  n0,
2218
2226
  _RICCSC,
2219
2227
  { [_h]: ["PUT", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}/reject", 200] },
2220
- () => RejectInboundCrossClusterSearchConnectionRequest,
2221
- () => RejectInboundCrossClusterSearchConnectionResponse,
2228
+ () => RejectInboundCrossClusterSearchConnectionRequest$,
2229
+ () => RejectInboundCrossClusterSearchConnectionResponse$,
2222
2230
  ];
2223
- var RemoveTags = [
2231
+ var RemoveTags$ = [
2224
2232
  9,
2225
2233
  n0,
2226
2234
  _RT,
2227
2235
  { [_h]: ["POST", "/2015-01-01/tags-removal", 200] },
2228
- () => RemoveTagsRequest,
2236
+ () => RemoveTagsRequest$,
2229
2237
  () => __Unit,
2230
2238
  ];
2231
- var RevokeVpcEndpointAccess = [
2239
+ var RevokeVpcEndpointAccess$ = [
2232
2240
  9,
2233
2241
  n0,
2234
2242
  _RVEA,
2235
2243
  { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/revokeVpcEndpointAccess", 200] },
2236
- () => RevokeVpcEndpointAccessRequest,
2237
- () => RevokeVpcEndpointAccessResponse,
2244
+ () => RevokeVpcEndpointAccessRequest$,
2245
+ () => RevokeVpcEndpointAccessResponse$,
2238
2246
  ];
2239
- var StartElasticsearchServiceSoftwareUpdate = [
2247
+ var StartElasticsearchServiceSoftwareUpdate$ = [
2240
2248
  9,
2241
2249
  n0,
2242
2250
  _SESSU,
2243
2251
  { [_h]: ["POST", "/2015-01-01/es/serviceSoftwareUpdate/start", 200] },
2244
- () => StartElasticsearchServiceSoftwareUpdateRequest,
2245
- () => StartElasticsearchServiceSoftwareUpdateResponse,
2252
+ () => StartElasticsearchServiceSoftwareUpdateRequest$,
2253
+ () => StartElasticsearchServiceSoftwareUpdateResponse$,
2246
2254
  ];
2247
- var UpdateElasticsearchDomainConfig = [
2255
+ var UpdateElasticsearchDomainConfig$ = [
2248
2256
  9,
2249
2257
  n0,
2250
2258
  _UEDC,
2251
2259
  { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/config", 200] },
2252
- () => UpdateElasticsearchDomainConfigRequest,
2253
- () => UpdateElasticsearchDomainConfigResponse,
2260
+ () => UpdateElasticsearchDomainConfigRequest$,
2261
+ () => UpdateElasticsearchDomainConfigResponse$,
2254
2262
  ];
2255
- var UpdatePackage = [
2263
+ var UpdatePackage$ = [
2256
2264
  9,
2257
2265
  n0,
2258
2266
  _UPp,
2259
2267
  { [_h]: ["POST", "/2015-01-01/packages/update", 200] },
2260
- () => UpdatePackageRequest,
2261
- () => UpdatePackageResponse,
2268
+ () => UpdatePackageRequest$,
2269
+ () => UpdatePackageResponse$,
2262
2270
  ];
2263
- var UpdateVpcEndpoint = [
2271
+ var UpdateVpcEndpoint$ = [
2264
2272
  9,
2265
2273
  n0,
2266
2274
  _UVE,
2267
2275
  { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints/update", 200] },
2268
- () => UpdateVpcEndpointRequest,
2269
- () => UpdateVpcEndpointResponse,
2276
+ () => UpdateVpcEndpointRequest$,
2277
+ () => UpdateVpcEndpointResponse$,
2270
2278
  ];
2271
- var UpgradeElasticsearchDomain = [
2279
+ var UpgradeElasticsearchDomain$ = [
2272
2280
  9,
2273
2281
  n0,
2274
2282
  _UED,
2275
2283
  { [_h]: ["POST", "/2015-01-01/es/upgradeDomain", 200] },
2276
- () => UpgradeElasticsearchDomainRequest,
2277
- () => UpgradeElasticsearchDomainResponse,
2284
+ () => UpgradeElasticsearchDomainRequest$,
2285
+ () => UpgradeElasticsearchDomainResponse$,
2278
2286
  ];
2279
2287
 
2280
2288
  class AcceptInboundCrossClusterSearchConnectionCommand extends smithyClient.Command
@@ -2285,7 +2293,7 @@ class AcceptInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
2285
2293
  })
2286
2294
  .s("AmazonElasticsearchService2015", "AcceptInboundCrossClusterSearchConnection", {})
2287
2295
  .n("ElasticsearchServiceClient", "AcceptInboundCrossClusterSearchConnectionCommand")
2288
- .sc(AcceptInboundCrossClusterSearchConnection)
2296
+ .sc(AcceptInboundCrossClusterSearchConnection$)
2289
2297
  .build() {
2290
2298
  }
2291
2299
 
@@ -2297,7 +2305,7 @@ class AddTagsCommand extends smithyClient.Command
2297
2305
  })
2298
2306
  .s("AmazonElasticsearchService2015", "AddTags", {})
2299
2307
  .n("ElasticsearchServiceClient", "AddTagsCommand")
2300
- .sc(AddTags)
2308
+ .sc(AddTags$)
2301
2309
  .build() {
2302
2310
  }
2303
2311
 
@@ -2309,7 +2317,7 @@ class AssociatePackageCommand extends smithyClient.Command
2309
2317
  })
2310
2318
  .s("AmazonElasticsearchService2015", "AssociatePackage", {})
2311
2319
  .n("ElasticsearchServiceClient", "AssociatePackageCommand")
2312
- .sc(AssociatePackage)
2320
+ .sc(AssociatePackage$)
2313
2321
  .build() {
2314
2322
  }
2315
2323
 
@@ -2321,7 +2329,7 @@ class AuthorizeVpcEndpointAccessCommand extends smithyClient.Command
2321
2329
  })
2322
2330
  .s("AmazonElasticsearchService2015", "AuthorizeVpcEndpointAccess", {})
2323
2331
  .n("ElasticsearchServiceClient", "AuthorizeVpcEndpointAccessCommand")
2324
- .sc(AuthorizeVpcEndpointAccess)
2332
+ .sc(AuthorizeVpcEndpointAccess$)
2325
2333
  .build() {
2326
2334
  }
2327
2335
 
@@ -2333,7 +2341,7 @@ class CancelDomainConfigChangeCommand extends smithyClient.Command
2333
2341
  })
2334
2342
  .s("AmazonElasticsearchService2015", "CancelDomainConfigChange", {})
2335
2343
  .n("ElasticsearchServiceClient", "CancelDomainConfigChangeCommand")
2336
- .sc(CancelDomainConfigChange)
2344
+ .sc(CancelDomainConfigChange$)
2337
2345
  .build() {
2338
2346
  }
2339
2347
 
@@ -2345,7 +2353,7 @@ class CancelElasticsearchServiceSoftwareUpdateCommand extends smithyClient.Comma
2345
2353
  })
2346
2354
  .s("AmazonElasticsearchService2015", "CancelElasticsearchServiceSoftwareUpdate", {})
2347
2355
  .n("ElasticsearchServiceClient", "CancelElasticsearchServiceSoftwareUpdateCommand")
2348
- .sc(CancelElasticsearchServiceSoftwareUpdate)
2356
+ .sc(CancelElasticsearchServiceSoftwareUpdate$)
2349
2357
  .build() {
2350
2358
  }
2351
2359
 
@@ -2357,7 +2365,7 @@ class CreateElasticsearchDomainCommand extends smithyClient.Command
2357
2365
  })
2358
2366
  .s("AmazonElasticsearchService2015", "CreateElasticsearchDomain", {})
2359
2367
  .n("ElasticsearchServiceClient", "CreateElasticsearchDomainCommand")
2360
- .sc(CreateElasticsearchDomain)
2368
+ .sc(CreateElasticsearchDomain$)
2361
2369
  .build() {
2362
2370
  }
2363
2371
 
@@ -2369,7 +2377,7 @@ class CreateOutboundCrossClusterSearchConnectionCommand extends smithyClient.Com
2369
2377
  })
2370
2378
  .s("AmazonElasticsearchService2015", "CreateOutboundCrossClusterSearchConnection", {})
2371
2379
  .n("ElasticsearchServiceClient", "CreateOutboundCrossClusterSearchConnectionCommand")
2372
- .sc(CreateOutboundCrossClusterSearchConnection)
2380
+ .sc(CreateOutboundCrossClusterSearchConnection$)
2373
2381
  .build() {
2374
2382
  }
2375
2383
 
@@ -2381,7 +2389,7 @@ class CreatePackageCommand extends smithyClient.Command
2381
2389
  })
2382
2390
  .s("AmazonElasticsearchService2015", "CreatePackage", {})
2383
2391
  .n("ElasticsearchServiceClient", "CreatePackageCommand")
2384
- .sc(CreatePackage)
2392
+ .sc(CreatePackage$)
2385
2393
  .build() {
2386
2394
  }
2387
2395
 
@@ -2393,7 +2401,7 @@ class CreateVpcEndpointCommand extends smithyClient.Command
2393
2401
  })
2394
2402
  .s("AmazonElasticsearchService2015", "CreateVpcEndpoint", {})
2395
2403
  .n("ElasticsearchServiceClient", "CreateVpcEndpointCommand")
2396
- .sc(CreateVpcEndpoint)
2404
+ .sc(CreateVpcEndpoint$)
2397
2405
  .build() {
2398
2406
  }
2399
2407
 
@@ -2405,7 +2413,7 @@ class DeleteElasticsearchDomainCommand extends smithyClient.Command
2405
2413
  })
2406
2414
  .s("AmazonElasticsearchService2015", "DeleteElasticsearchDomain", {})
2407
2415
  .n("ElasticsearchServiceClient", "DeleteElasticsearchDomainCommand")
2408
- .sc(DeleteElasticsearchDomain)
2416
+ .sc(DeleteElasticsearchDomain$)
2409
2417
  .build() {
2410
2418
  }
2411
2419
 
@@ -2417,7 +2425,7 @@ class DeleteElasticsearchServiceRoleCommand extends smithyClient.Command
2417
2425
  })
2418
2426
  .s("AmazonElasticsearchService2015", "DeleteElasticsearchServiceRole", {})
2419
2427
  .n("ElasticsearchServiceClient", "DeleteElasticsearchServiceRoleCommand")
2420
- .sc(DeleteElasticsearchServiceRole)
2428
+ .sc(DeleteElasticsearchServiceRole$)
2421
2429
  .build() {
2422
2430
  }
2423
2431
 
@@ -2429,7 +2437,7 @@ class DeleteInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
2429
2437
  })
2430
2438
  .s("AmazonElasticsearchService2015", "DeleteInboundCrossClusterSearchConnection", {})
2431
2439
  .n("ElasticsearchServiceClient", "DeleteInboundCrossClusterSearchConnectionCommand")
2432
- .sc(DeleteInboundCrossClusterSearchConnection)
2440
+ .sc(DeleteInboundCrossClusterSearchConnection$)
2433
2441
  .build() {
2434
2442
  }
2435
2443
 
@@ -2441,7 +2449,7 @@ class DeleteOutboundCrossClusterSearchConnectionCommand extends smithyClient.Com
2441
2449
  })
2442
2450
  .s("AmazonElasticsearchService2015", "DeleteOutboundCrossClusterSearchConnection", {})
2443
2451
  .n("ElasticsearchServiceClient", "DeleteOutboundCrossClusterSearchConnectionCommand")
2444
- .sc(DeleteOutboundCrossClusterSearchConnection)
2452
+ .sc(DeleteOutboundCrossClusterSearchConnection$)
2445
2453
  .build() {
2446
2454
  }
2447
2455
 
@@ -2453,7 +2461,7 @@ class DeletePackageCommand extends smithyClient.Command
2453
2461
  })
2454
2462
  .s("AmazonElasticsearchService2015", "DeletePackage", {})
2455
2463
  .n("ElasticsearchServiceClient", "DeletePackageCommand")
2456
- .sc(DeletePackage)
2464
+ .sc(DeletePackage$)
2457
2465
  .build() {
2458
2466
  }
2459
2467
 
@@ -2465,7 +2473,7 @@ class DeleteVpcEndpointCommand extends smithyClient.Command
2465
2473
  })
2466
2474
  .s("AmazonElasticsearchService2015", "DeleteVpcEndpoint", {})
2467
2475
  .n("ElasticsearchServiceClient", "DeleteVpcEndpointCommand")
2468
- .sc(DeleteVpcEndpoint)
2476
+ .sc(DeleteVpcEndpoint$)
2469
2477
  .build() {
2470
2478
  }
2471
2479
 
@@ -2477,7 +2485,7 @@ class DescribeDomainAutoTunesCommand extends smithyClient.Command
2477
2485
  })
2478
2486
  .s("AmazonElasticsearchService2015", "DescribeDomainAutoTunes", {})
2479
2487
  .n("ElasticsearchServiceClient", "DescribeDomainAutoTunesCommand")
2480
- .sc(DescribeDomainAutoTunes)
2488
+ .sc(DescribeDomainAutoTunes$)
2481
2489
  .build() {
2482
2490
  }
2483
2491
 
@@ -2489,7 +2497,7 @@ class DescribeDomainChangeProgressCommand extends smithyClient.Command
2489
2497
  })
2490
2498
  .s("AmazonElasticsearchService2015", "DescribeDomainChangeProgress", {})
2491
2499
  .n("ElasticsearchServiceClient", "DescribeDomainChangeProgressCommand")
2492
- .sc(DescribeDomainChangeProgress)
2500
+ .sc(DescribeDomainChangeProgress$)
2493
2501
  .build() {
2494
2502
  }
2495
2503
 
@@ -2501,7 +2509,7 @@ class DescribeElasticsearchDomainCommand extends smithyClient.Command
2501
2509
  })
2502
2510
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomain", {})
2503
2511
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainCommand")
2504
- .sc(DescribeElasticsearchDomain)
2512
+ .sc(DescribeElasticsearchDomain$)
2505
2513
  .build() {
2506
2514
  }
2507
2515
 
@@ -2513,7 +2521,7 @@ class DescribeElasticsearchDomainConfigCommand extends smithyClient.Command
2513
2521
  })
2514
2522
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomainConfig", {})
2515
2523
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainConfigCommand")
2516
- .sc(DescribeElasticsearchDomainConfig)
2524
+ .sc(DescribeElasticsearchDomainConfig$)
2517
2525
  .build() {
2518
2526
  }
2519
2527
 
@@ -2525,7 +2533,7 @@ class DescribeElasticsearchDomainsCommand extends smithyClient.Command
2525
2533
  })
2526
2534
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomains", {})
2527
2535
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainsCommand")
2528
- .sc(DescribeElasticsearchDomains)
2536
+ .sc(DescribeElasticsearchDomains$)
2529
2537
  .build() {
2530
2538
  }
2531
2539
 
@@ -2537,7 +2545,7 @@ class DescribeElasticsearchInstanceTypeLimitsCommand extends smithyClient.Comman
2537
2545
  })
2538
2546
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchInstanceTypeLimits", {})
2539
2547
  .n("ElasticsearchServiceClient", "DescribeElasticsearchInstanceTypeLimitsCommand")
2540
- .sc(DescribeElasticsearchInstanceTypeLimits)
2548
+ .sc(DescribeElasticsearchInstanceTypeLimits$)
2541
2549
  .build() {
2542
2550
  }
2543
2551
 
@@ -2549,7 +2557,7 @@ class DescribeInboundCrossClusterSearchConnectionsCommand extends smithyClient.C
2549
2557
  })
2550
2558
  .s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
2551
2559
  .n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
2552
- .sc(DescribeInboundCrossClusterSearchConnections)
2560
+ .sc(DescribeInboundCrossClusterSearchConnections$)
2553
2561
  .build() {
2554
2562
  }
2555
2563
 
@@ -2561,7 +2569,7 @@ class DescribeOutboundCrossClusterSearchConnectionsCommand extends smithyClient.
2561
2569
  })
2562
2570
  .s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
2563
2571
  .n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
2564
- .sc(DescribeOutboundCrossClusterSearchConnections)
2572
+ .sc(DescribeOutboundCrossClusterSearchConnections$)
2565
2573
  .build() {
2566
2574
  }
2567
2575
 
@@ -2573,7 +2581,7 @@ class DescribePackagesCommand extends smithyClient.Command
2573
2581
  })
2574
2582
  .s("AmazonElasticsearchService2015", "DescribePackages", {})
2575
2583
  .n("ElasticsearchServiceClient", "DescribePackagesCommand")
2576
- .sc(DescribePackages)
2584
+ .sc(DescribePackages$)
2577
2585
  .build() {
2578
2586
  }
2579
2587
 
@@ -2585,7 +2593,7 @@ class DescribeReservedElasticsearchInstanceOfferingsCommand extends smithyClient
2585
2593
  })
2586
2594
  .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
2587
2595
  .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
2588
- .sc(DescribeReservedElasticsearchInstanceOfferings)
2596
+ .sc(DescribeReservedElasticsearchInstanceOfferings$)
2589
2597
  .build() {
2590
2598
  }
2591
2599
 
@@ -2597,7 +2605,7 @@ class DescribeReservedElasticsearchInstancesCommand extends smithyClient.Command
2597
2605
  })
2598
2606
  .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
2599
2607
  .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
2600
- .sc(DescribeReservedElasticsearchInstances)
2608
+ .sc(DescribeReservedElasticsearchInstances$)
2601
2609
  .build() {
2602
2610
  }
2603
2611
 
@@ -2609,7 +2617,7 @@ class DescribeVpcEndpointsCommand extends smithyClient.Command
2609
2617
  })
2610
2618
  .s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
2611
2619
  .n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
2612
- .sc(DescribeVpcEndpoints)
2620
+ .sc(DescribeVpcEndpoints$)
2613
2621
  .build() {
2614
2622
  }
2615
2623
 
@@ -2621,7 +2629,7 @@ class DissociatePackageCommand extends smithyClient.Command
2621
2629
  })
2622
2630
  .s("AmazonElasticsearchService2015", "DissociatePackage", {})
2623
2631
  .n("ElasticsearchServiceClient", "DissociatePackageCommand")
2624
- .sc(DissociatePackage)
2632
+ .sc(DissociatePackage$)
2625
2633
  .build() {
2626
2634
  }
2627
2635
 
@@ -2633,7 +2641,7 @@ class GetCompatibleElasticsearchVersionsCommand extends smithyClient.Command
2633
2641
  })
2634
2642
  .s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
2635
2643
  .n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
2636
- .sc(GetCompatibleElasticsearchVersions)
2644
+ .sc(GetCompatibleElasticsearchVersions$)
2637
2645
  .build() {
2638
2646
  }
2639
2647
 
@@ -2645,7 +2653,7 @@ class GetPackageVersionHistoryCommand extends smithyClient.Command
2645
2653
  })
2646
2654
  .s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
2647
2655
  .n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
2648
- .sc(GetPackageVersionHistory)
2656
+ .sc(GetPackageVersionHistory$)
2649
2657
  .build() {
2650
2658
  }
2651
2659
 
@@ -2657,7 +2665,7 @@ class GetUpgradeHistoryCommand extends smithyClient.Command
2657
2665
  })
2658
2666
  .s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
2659
2667
  .n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
2660
- .sc(GetUpgradeHistory)
2668
+ .sc(GetUpgradeHistory$)
2661
2669
  .build() {
2662
2670
  }
2663
2671
 
@@ -2669,7 +2677,7 @@ class GetUpgradeStatusCommand extends smithyClient.Command
2669
2677
  })
2670
2678
  .s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
2671
2679
  .n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
2672
- .sc(GetUpgradeStatus)
2680
+ .sc(GetUpgradeStatus$)
2673
2681
  .build() {
2674
2682
  }
2675
2683
 
@@ -2681,7 +2689,7 @@ class ListDomainNamesCommand extends smithyClient.Command
2681
2689
  })
2682
2690
  .s("AmazonElasticsearchService2015", "ListDomainNames", {})
2683
2691
  .n("ElasticsearchServiceClient", "ListDomainNamesCommand")
2684
- .sc(ListDomainNames)
2692
+ .sc(ListDomainNames$)
2685
2693
  .build() {
2686
2694
  }
2687
2695
 
@@ -2693,7 +2701,7 @@ class ListDomainsForPackageCommand extends smithyClient.Command
2693
2701
  })
2694
2702
  .s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
2695
2703
  .n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
2696
- .sc(ListDomainsForPackage)
2704
+ .sc(ListDomainsForPackage$)
2697
2705
  .build() {
2698
2706
  }
2699
2707
 
@@ -2705,7 +2713,7 @@ class ListElasticsearchInstanceTypesCommand extends smithyClient.Command
2705
2713
  })
2706
2714
  .s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
2707
2715
  .n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
2708
- .sc(ListElasticsearchInstanceTypes)
2716
+ .sc(ListElasticsearchInstanceTypes$)
2709
2717
  .build() {
2710
2718
  }
2711
2719
 
@@ -2717,7 +2725,7 @@ class ListElasticsearchVersionsCommand extends smithyClient.Command
2717
2725
  })
2718
2726
  .s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
2719
2727
  .n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
2720
- .sc(ListElasticsearchVersions)
2728
+ .sc(ListElasticsearchVersions$)
2721
2729
  .build() {
2722
2730
  }
2723
2731
 
@@ -2729,7 +2737,7 @@ class ListPackagesForDomainCommand extends smithyClient.Command
2729
2737
  })
2730
2738
  .s("AmazonElasticsearchService2015", "ListPackagesForDomain", {})
2731
2739
  .n("ElasticsearchServiceClient", "ListPackagesForDomainCommand")
2732
- .sc(ListPackagesForDomain)
2740
+ .sc(ListPackagesForDomain$)
2733
2741
  .build() {
2734
2742
  }
2735
2743
 
@@ -2741,7 +2749,7 @@ class ListTagsCommand extends smithyClient.Command
2741
2749
  })
2742
2750
  .s("AmazonElasticsearchService2015", "ListTags", {})
2743
2751
  .n("ElasticsearchServiceClient", "ListTagsCommand")
2744
- .sc(ListTags)
2752
+ .sc(ListTags$)
2745
2753
  .build() {
2746
2754
  }
2747
2755
 
@@ -2753,7 +2761,7 @@ class ListVpcEndpointAccessCommand extends smithyClient.Command
2753
2761
  })
2754
2762
  .s("AmazonElasticsearchService2015", "ListVpcEndpointAccess", {})
2755
2763
  .n("ElasticsearchServiceClient", "ListVpcEndpointAccessCommand")
2756
- .sc(ListVpcEndpointAccess)
2764
+ .sc(ListVpcEndpointAccess$)
2757
2765
  .build() {
2758
2766
  }
2759
2767
 
@@ -2765,7 +2773,7 @@ class ListVpcEndpointsCommand extends smithyClient.Command
2765
2773
  })
2766
2774
  .s("AmazonElasticsearchService2015", "ListVpcEndpoints", {})
2767
2775
  .n("ElasticsearchServiceClient", "ListVpcEndpointsCommand")
2768
- .sc(ListVpcEndpoints)
2776
+ .sc(ListVpcEndpoints$)
2769
2777
  .build() {
2770
2778
  }
2771
2779
 
@@ -2777,7 +2785,7 @@ class ListVpcEndpointsForDomainCommand extends smithyClient.Command
2777
2785
  })
2778
2786
  .s("AmazonElasticsearchService2015", "ListVpcEndpointsForDomain", {})
2779
2787
  .n("ElasticsearchServiceClient", "ListVpcEndpointsForDomainCommand")
2780
- .sc(ListVpcEndpointsForDomain)
2788
+ .sc(ListVpcEndpointsForDomain$)
2781
2789
  .build() {
2782
2790
  }
2783
2791
 
@@ -2789,7 +2797,7 @@ class PurchaseReservedElasticsearchInstanceOfferingCommand extends smithyClient.
2789
2797
  })
2790
2798
  .s("AmazonElasticsearchService2015", "PurchaseReservedElasticsearchInstanceOffering", {})
2791
2799
  .n("ElasticsearchServiceClient", "PurchaseReservedElasticsearchInstanceOfferingCommand")
2792
- .sc(PurchaseReservedElasticsearchInstanceOffering)
2800
+ .sc(PurchaseReservedElasticsearchInstanceOffering$)
2793
2801
  .build() {
2794
2802
  }
2795
2803
 
@@ -2801,7 +2809,7 @@ class RejectInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
2801
2809
  })
2802
2810
  .s("AmazonElasticsearchService2015", "RejectInboundCrossClusterSearchConnection", {})
2803
2811
  .n("ElasticsearchServiceClient", "RejectInboundCrossClusterSearchConnectionCommand")
2804
- .sc(RejectInboundCrossClusterSearchConnection)
2812
+ .sc(RejectInboundCrossClusterSearchConnection$)
2805
2813
  .build() {
2806
2814
  }
2807
2815
 
@@ -2813,7 +2821,7 @@ class RemoveTagsCommand extends smithyClient.Command
2813
2821
  })
2814
2822
  .s("AmazonElasticsearchService2015", "RemoveTags", {})
2815
2823
  .n("ElasticsearchServiceClient", "RemoveTagsCommand")
2816
- .sc(RemoveTags)
2824
+ .sc(RemoveTags$)
2817
2825
  .build() {
2818
2826
  }
2819
2827
 
@@ -2825,7 +2833,7 @@ class RevokeVpcEndpointAccessCommand extends smithyClient.Command
2825
2833
  })
2826
2834
  .s("AmazonElasticsearchService2015", "RevokeVpcEndpointAccess", {})
2827
2835
  .n("ElasticsearchServiceClient", "RevokeVpcEndpointAccessCommand")
2828
- .sc(RevokeVpcEndpointAccess)
2836
+ .sc(RevokeVpcEndpointAccess$)
2829
2837
  .build() {
2830
2838
  }
2831
2839
 
@@ -2837,7 +2845,7 @@ class StartElasticsearchServiceSoftwareUpdateCommand extends smithyClient.Comman
2837
2845
  })
2838
2846
  .s("AmazonElasticsearchService2015", "StartElasticsearchServiceSoftwareUpdate", {})
2839
2847
  .n("ElasticsearchServiceClient", "StartElasticsearchServiceSoftwareUpdateCommand")
2840
- .sc(StartElasticsearchServiceSoftwareUpdate)
2848
+ .sc(StartElasticsearchServiceSoftwareUpdate$)
2841
2849
  .build() {
2842
2850
  }
2843
2851
 
@@ -2849,7 +2857,7 @@ class UpdateElasticsearchDomainConfigCommand extends smithyClient.Command
2849
2857
  })
2850
2858
  .s("AmazonElasticsearchService2015", "UpdateElasticsearchDomainConfig", {})
2851
2859
  .n("ElasticsearchServiceClient", "UpdateElasticsearchDomainConfigCommand")
2852
- .sc(UpdateElasticsearchDomainConfig)
2860
+ .sc(UpdateElasticsearchDomainConfig$)
2853
2861
  .build() {
2854
2862
  }
2855
2863
 
@@ -2861,7 +2869,7 @@ class UpdatePackageCommand extends smithyClient.Command
2861
2869
  })
2862
2870
  .s("AmazonElasticsearchService2015", "UpdatePackage", {})
2863
2871
  .n("ElasticsearchServiceClient", "UpdatePackageCommand")
2864
- .sc(UpdatePackage)
2872
+ .sc(UpdatePackage$)
2865
2873
  .build() {
2866
2874
  }
2867
2875
 
@@ -2873,7 +2881,7 @@ class UpdateVpcEndpointCommand extends smithyClient.Command
2873
2881
  })
2874
2882
  .s("AmazonElasticsearchService2015", "UpdateVpcEndpoint", {})
2875
2883
  .n("ElasticsearchServiceClient", "UpdateVpcEndpointCommand")
2876
- .sc(UpdateVpcEndpoint)
2884
+ .sc(UpdateVpcEndpoint$)
2877
2885
  .build() {
2878
2886
  }
2879
2887
 
@@ -2885,7 +2893,7 @@ class UpgradeElasticsearchDomainCommand extends smithyClient.Command
2885
2893
  })
2886
2894
  .s("AmazonElasticsearchService2015", "UpgradeElasticsearchDomain", {})
2887
2895
  .n("ElasticsearchServiceClient", "UpgradeElasticsearchDomainCommand")
2888
- .sc(UpgradeElasticsearchDomain)
2896
+ .sc(UpgradeElasticsearchDomain$)
2889
2897
  .build() {
2890
2898
  }
2891
2899
 
@@ -3219,103 +3227,345 @@ Object.defineProperty(exports, "__Client", {
3219
3227
  enumerable: true,
3220
3228
  get: function () { return smithyClient.Client; }
3221
3229
  });
3230
+ exports.AcceptInboundCrossClusterSearchConnection$ = AcceptInboundCrossClusterSearchConnection$;
3222
3231
  exports.AcceptInboundCrossClusterSearchConnectionCommand = AcceptInboundCrossClusterSearchConnectionCommand;
3223
- exports.AccessDeniedException = AccessDeniedException$1;
3232
+ exports.AcceptInboundCrossClusterSearchConnectionRequest$ = AcceptInboundCrossClusterSearchConnectionRequest$;
3233
+ exports.AcceptInboundCrossClusterSearchConnectionResponse$ = AcceptInboundCrossClusterSearchConnectionResponse$;
3234
+ exports.AccessDeniedException = AccessDeniedException;
3235
+ exports.AccessDeniedException$ = AccessDeniedException$;
3236
+ exports.AccessPoliciesStatus$ = AccessPoliciesStatus$;
3237
+ exports.AddTags$ = AddTags$;
3224
3238
  exports.AddTagsCommand = AddTagsCommand;
3239
+ exports.AddTagsRequest$ = AddTagsRequest$;
3240
+ exports.AdditionalLimit$ = AdditionalLimit$;
3241
+ exports.AdvancedOptionsStatus$ = AdvancedOptionsStatus$;
3242
+ exports.AdvancedSecurityOptions$ = AdvancedSecurityOptions$;
3243
+ exports.AdvancedSecurityOptionsInput$ = AdvancedSecurityOptionsInput$;
3244
+ exports.AdvancedSecurityOptionsStatus$ = AdvancedSecurityOptionsStatus$;
3245
+ exports.AssociatePackage$ = AssociatePackage$;
3225
3246
  exports.AssociatePackageCommand = AssociatePackageCommand;
3247
+ exports.AssociatePackageRequest$ = AssociatePackageRequest$;
3248
+ exports.AssociatePackageResponse$ = AssociatePackageResponse$;
3249
+ exports.AuthorizeVpcEndpointAccess$ = AuthorizeVpcEndpointAccess$;
3226
3250
  exports.AuthorizeVpcEndpointAccessCommand = AuthorizeVpcEndpointAccessCommand;
3251
+ exports.AuthorizeVpcEndpointAccessRequest$ = AuthorizeVpcEndpointAccessRequest$;
3252
+ exports.AuthorizeVpcEndpointAccessResponse$ = AuthorizeVpcEndpointAccessResponse$;
3253
+ exports.AuthorizedPrincipal$ = AuthorizedPrincipal$;
3254
+ exports.AutoTune$ = AutoTune$;
3227
3255
  exports.AutoTuneDesiredState = AutoTuneDesiredState;
3256
+ exports.AutoTuneDetails$ = AutoTuneDetails$;
3257
+ exports.AutoTuneMaintenanceSchedule$ = AutoTuneMaintenanceSchedule$;
3258
+ exports.AutoTuneOptions$ = AutoTuneOptions$;
3259
+ exports.AutoTuneOptionsInput$ = AutoTuneOptionsInput$;
3260
+ exports.AutoTuneOptionsOutput$ = AutoTuneOptionsOutput$;
3261
+ exports.AutoTuneOptionsStatus$ = AutoTuneOptionsStatus$;
3228
3262
  exports.AutoTuneState = AutoTuneState;
3263
+ exports.AutoTuneStatus$ = AutoTuneStatus$;
3229
3264
  exports.AutoTuneType = AutoTuneType;
3230
- exports.BaseException = BaseException$1;
3265
+ exports.BaseException = BaseException;
3266
+ exports.BaseException$ = BaseException$;
3267
+ exports.CancelDomainConfigChange$ = CancelDomainConfigChange$;
3231
3268
  exports.CancelDomainConfigChangeCommand = CancelDomainConfigChangeCommand;
3269
+ exports.CancelDomainConfigChangeRequest$ = CancelDomainConfigChangeRequest$;
3270
+ exports.CancelDomainConfigChangeResponse$ = CancelDomainConfigChangeResponse$;
3271
+ exports.CancelElasticsearchServiceSoftwareUpdate$ = CancelElasticsearchServiceSoftwareUpdate$;
3232
3272
  exports.CancelElasticsearchServiceSoftwareUpdateCommand = CancelElasticsearchServiceSoftwareUpdateCommand;
3273
+ exports.CancelElasticsearchServiceSoftwareUpdateRequest$ = CancelElasticsearchServiceSoftwareUpdateRequest$;
3274
+ exports.CancelElasticsearchServiceSoftwareUpdateResponse$ = CancelElasticsearchServiceSoftwareUpdateResponse$;
3275
+ exports.CancelledChangeProperty$ = CancelledChangeProperty$;
3276
+ exports.ChangeProgressDetails$ = ChangeProgressDetails$;
3277
+ exports.ChangeProgressStage$ = ChangeProgressStage$;
3278
+ exports.ChangeProgressStatusDetails$ = ChangeProgressStatusDetails$;
3279
+ exports.CognitoOptions$ = CognitoOptions$;
3280
+ exports.CognitoOptionsStatus$ = CognitoOptionsStatus$;
3281
+ exports.ColdStorageOptions$ = ColdStorageOptions$;
3282
+ exports.CompatibleVersionsMap$ = CompatibleVersionsMap$;
3233
3283
  exports.ConfigChangeStatus = ConfigChangeStatus;
3234
- exports.ConflictException = ConflictException$1;
3284
+ exports.ConflictException = ConflictException;
3285
+ exports.ConflictException$ = ConflictException$;
3286
+ exports.CreateElasticsearchDomain$ = CreateElasticsearchDomain$;
3235
3287
  exports.CreateElasticsearchDomainCommand = CreateElasticsearchDomainCommand;
3288
+ exports.CreateElasticsearchDomainRequest$ = CreateElasticsearchDomainRequest$;
3289
+ exports.CreateElasticsearchDomainResponse$ = CreateElasticsearchDomainResponse$;
3290
+ exports.CreateOutboundCrossClusterSearchConnection$ = CreateOutboundCrossClusterSearchConnection$;
3236
3291
  exports.CreateOutboundCrossClusterSearchConnectionCommand = CreateOutboundCrossClusterSearchConnectionCommand;
3292
+ exports.CreateOutboundCrossClusterSearchConnectionRequest$ = CreateOutboundCrossClusterSearchConnectionRequest$;
3293
+ exports.CreateOutboundCrossClusterSearchConnectionResponse$ = CreateOutboundCrossClusterSearchConnectionResponse$;
3294
+ exports.CreatePackage$ = CreatePackage$;
3237
3295
  exports.CreatePackageCommand = CreatePackageCommand;
3296
+ exports.CreatePackageRequest$ = CreatePackageRequest$;
3297
+ exports.CreatePackageResponse$ = CreatePackageResponse$;
3298
+ exports.CreateVpcEndpoint$ = CreateVpcEndpoint$;
3238
3299
  exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
3300
+ exports.CreateVpcEndpointRequest$ = CreateVpcEndpointRequest$;
3301
+ exports.CreateVpcEndpointResponse$ = CreateVpcEndpointResponse$;
3302
+ exports.DeleteElasticsearchDomain$ = DeleteElasticsearchDomain$;
3239
3303
  exports.DeleteElasticsearchDomainCommand = DeleteElasticsearchDomainCommand;
3304
+ exports.DeleteElasticsearchDomainRequest$ = DeleteElasticsearchDomainRequest$;
3305
+ exports.DeleteElasticsearchDomainResponse$ = DeleteElasticsearchDomainResponse$;
3306
+ exports.DeleteElasticsearchServiceRole$ = DeleteElasticsearchServiceRole$;
3240
3307
  exports.DeleteElasticsearchServiceRoleCommand = DeleteElasticsearchServiceRoleCommand;
3308
+ exports.DeleteInboundCrossClusterSearchConnection$ = DeleteInboundCrossClusterSearchConnection$;
3241
3309
  exports.DeleteInboundCrossClusterSearchConnectionCommand = DeleteInboundCrossClusterSearchConnectionCommand;
3310
+ exports.DeleteInboundCrossClusterSearchConnectionRequest$ = DeleteInboundCrossClusterSearchConnectionRequest$;
3311
+ exports.DeleteInboundCrossClusterSearchConnectionResponse$ = DeleteInboundCrossClusterSearchConnectionResponse$;
3312
+ exports.DeleteOutboundCrossClusterSearchConnection$ = DeleteOutboundCrossClusterSearchConnection$;
3242
3313
  exports.DeleteOutboundCrossClusterSearchConnectionCommand = DeleteOutboundCrossClusterSearchConnectionCommand;
3314
+ exports.DeleteOutboundCrossClusterSearchConnectionRequest$ = DeleteOutboundCrossClusterSearchConnectionRequest$;
3315
+ exports.DeleteOutboundCrossClusterSearchConnectionResponse$ = DeleteOutboundCrossClusterSearchConnectionResponse$;
3316
+ exports.DeletePackage$ = DeletePackage$;
3243
3317
  exports.DeletePackageCommand = DeletePackageCommand;
3318
+ exports.DeletePackageRequest$ = DeletePackageRequest$;
3319
+ exports.DeletePackageResponse$ = DeletePackageResponse$;
3320
+ exports.DeleteVpcEndpoint$ = DeleteVpcEndpoint$;
3244
3321
  exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
3322
+ exports.DeleteVpcEndpointRequest$ = DeleteVpcEndpointRequest$;
3323
+ exports.DeleteVpcEndpointResponse$ = DeleteVpcEndpointResponse$;
3245
3324
  exports.DeploymentStatus = DeploymentStatus;
3325
+ exports.DescribeDomainAutoTunes$ = DescribeDomainAutoTunes$;
3246
3326
  exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
3327
+ exports.DescribeDomainAutoTunesRequest$ = DescribeDomainAutoTunesRequest$;
3328
+ exports.DescribeDomainAutoTunesResponse$ = DescribeDomainAutoTunesResponse$;
3329
+ exports.DescribeDomainChangeProgress$ = DescribeDomainChangeProgress$;
3247
3330
  exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
3331
+ exports.DescribeDomainChangeProgressRequest$ = DescribeDomainChangeProgressRequest$;
3332
+ exports.DescribeDomainChangeProgressResponse$ = DescribeDomainChangeProgressResponse$;
3333
+ exports.DescribeElasticsearchDomain$ = DescribeElasticsearchDomain$;
3248
3334
  exports.DescribeElasticsearchDomainCommand = DescribeElasticsearchDomainCommand;
3335
+ exports.DescribeElasticsearchDomainConfig$ = DescribeElasticsearchDomainConfig$;
3249
3336
  exports.DescribeElasticsearchDomainConfigCommand = DescribeElasticsearchDomainConfigCommand;
3337
+ exports.DescribeElasticsearchDomainConfigRequest$ = DescribeElasticsearchDomainConfigRequest$;
3338
+ exports.DescribeElasticsearchDomainConfigResponse$ = DescribeElasticsearchDomainConfigResponse$;
3339
+ exports.DescribeElasticsearchDomainRequest$ = DescribeElasticsearchDomainRequest$;
3340
+ exports.DescribeElasticsearchDomainResponse$ = DescribeElasticsearchDomainResponse$;
3341
+ exports.DescribeElasticsearchDomains$ = DescribeElasticsearchDomains$;
3250
3342
  exports.DescribeElasticsearchDomainsCommand = DescribeElasticsearchDomainsCommand;
3343
+ exports.DescribeElasticsearchDomainsRequest$ = DescribeElasticsearchDomainsRequest$;
3344
+ exports.DescribeElasticsearchDomainsResponse$ = DescribeElasticsearchDomainsResponse$;
3345
+ exports.DescribeElasticsearchInstanceTypeLimits$ = DescribeElasticsearchInstanceTypeLimits$;
3251
3346
  exports.DescribeElasticsearchInstanceTypeLimitsCommand = DescribeElasticsearchInstanceTypeLimitsCommand;
3347
+ exports.DescribeElasticsearchInstanceTypeLimitsRequest$ = DescribeElasticsearchInstanceTypeLimitsRequest$;
3348
+ exports.DescribeElasticsearchInstanceTypeLimitsResponse$ = DescribeElasticsearchInstanceTypeLimitsResponse$;
3349
+ exports.DescribeInboundCrossClusterSearchConnections$ = DescribeInboundCrossClusterSearchConnections$;
3252
3350
  exports.DescribeInboundCrossClusterSearchConnectionsCommand = DescribeInboundCrossClusterSearchConnectionsCommand;
3351
+ exports.DescribeInboundCrossClusterSearchConnectionsRequest$ = DescribeInboundCrossClusterSearchConnectionsRequest$;
3352
+ exports.DescribeInboundCrossClusterSearchConnectionsResponse$ = DescribeInboundCrossClusterSearchConnectionsResponse$;
3353
+ exports.DescribeOutboundCrossClusterSearchConnections$ = DescribeOutboundCrossClusterSearchConnections$;
3253
3354
  exports.DescribeOutboundCrossClusterSearchConnectionsCommand = DescribeOutboundCrossClusterSearchConnectionsCommand;
3355
+ exports.DescribeOutboundCrossClusterSearchConnectionsRequest$ = DescribeOutboundCrossClusterSearchConnectionsRequest$;
3356
+ exports.DescribeOutboundCrossClusterSearchConnectionsResponse$ = DescribeOutboundCrossClusterSearchConnectionsResponse$;
3357
+ exports.DescribePackages$ = DescribePackages$;
3254
3358
  exports.DescribePackagesCommand = DescribePackagesCommand;
3359
+ exports.DescribePackagesFilter$ = DescribePackagesFilter$;
3255
3360
  exports.DescribePackagesFilterName = DescribePackagesFilterName;
3361
+ exports.DescribePackagesRequest$ = DescribePackagesRequest$;
3362
+ exports.DescribePackagesResponse$ = DescribePackagesResponse$;
3363
+ exports.DescribeReservedElasticsearchInstanceOfferings$ = DescribeReservedElasticsearchInstanceOfferings$;
3256
3364
  exports.DescribeReservedElasticsearchInstanceOfferingsCommand = DescribeReservedElasticsearchInstanceOfferingsCommand;
3365
+ exports.DescribeReservedElasticsearchInstanceOfferingsRequest$ = DescribeReservedElasticsearchInstanceOfferingsRequest$;
3366
+ exports.DescribeReservedElasticsearchInstanceOfferingsResponse$ = DescribeReservedElasticsearchInstanceOfferingsResponse$;
3367
+ exports.DescribeReservedElasticsearchInstances$ = DescribeReservedElasticsearchInstances$;
3257
3368
  exports.DescribeReservedElasticsearchInstancesCommand = DescribeReservedElasticsearchInstancesCommand;
3369
+ exports.DescribeReservedElasticsearchInstancesRequest$ = DescribeReservedElasticsearchInstancesRequest$;
3370
+ exports.DescribeReservedElasticsearchInstancesResponse$ = DescribeReservedElasticsearchInstancesResponse$;
3371
+ exports.DescribeVpcEndpoints$ = DescribeVpcEndpoints$;
3258
3372
  exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
3259
- exports.DisabledOperationException = DisabledOperationException$1;
3373
+ exports.DescribeVpcEndpointsRequest$ = DescribeVpcEndpointsRequest$;
3374
+ exports.DescribeVpcEndpointsResponse$ = DescribeVpcEndpointsResponse$;
3375
+ exports.DisabledOperationException = DisabledOperationException;
3376
+ exports.DisabledOperationException$ = DisabledOperationException$;
3377
+ exports.DissociatePackage$ = DissociatePackage$;
3260
3378
  exports.DissociatePackageCommand = DissociatePackageCommand;
3379
+ exports.DissociatePackageRequest$ = DissociatePackageRequest$;
3380
+ exports.DissociatePackageResponse$ = DissociatePackageResponse$;
3381
+ exports.DomainEndpointOptions$ = DomainEndpointOptions$;
3382
+ exports.DomainEndpointOptionsStatus$ = DomainEndpointOptionsStatus$;
3383
+ exports.DomainInfo$ = DomainInfo$;
3384
+ exports.DomainInformation$ = DomainInformation$;
3385
+ exports.DomainPackageDetails$ = DomainPackageDetails$;
3261
3386
  exports.DomainPackageStatus = DomainPackageStatus;
3262
3387
  exports.DomainProcessingStatusType = DomainProcessingStatusType;
3388
+ exports.DryRunResults$ = DryRunResults$;
3389
+ exports.Duration$ = Duration$;
3390
+ exports.EBSOptions$ = EBSOptions$;
3391
+ exports.EBSOptionsStatus$ = EBSOptionsStatus$;
3263
3392
  exports.ESPartitionInstanceType = ESPartitionInstanceType;
3264
3393
  exports.ESWarmPartitionInstanceType = ESWarmPartitionInstanceType;
3394
+ exports.ElasticsearchClusterConfig$ = ElasticsearchClusterConfig$;
3395
+ exports.ElasticsearchClusterConfigStatus$ = ElasticsearchClusterConfigStatus$;
3396
+ exports.ElasticsearchDomainConfig$ = ElasticsearchDomainConfig$;
3397
+ exports.ElasticsearchDomainStatus$ = ElasticsearchDomainStatus$;
3265
3398
  exports.ElasticsearchService = ElasticsearchService;
3266
3399
  exports.ElasticsearchServiceClient = ElasticsearchServiceClient;
3267
- exports.ElasticsearchServiceServiceException = ElasticsearchServiceServiceException$1;
3400
+ exports.ElasticsearchServiceServiceException = ElasticsearchServiceServiceException;
3401
+ exports.ElasticsearchServiceServiceException$ = ElasticsearchServiceServiceException$;
3402
+ exports.ElasticsearchVersionStatus$ = ElasticsearchVersionStatus$;
3403
+ exports.EncryptionAtRestOptions$ = EncryptionAtRestOptions$;
3404
+ exports.EncryptionAtRestOptionsStatus$ = EncryptionAtRestOptionsStatus$;
3268
3405
  exports.EngineType = EngineType;
3406
+ exports.ErrorDetails$ = ErrorDetails$;
3407
+ exports.Filter$ = Filter$;
3408
+ exports.GetCompatibleElasticsearchVersions$ = GetCompatibleElasticsearchVersions$;
3269
3409
  exports.GetCompatibleElasticsearchVersionsCommand = GetCompatibleElasticsearchVersionsCommand;
3410
+ exports.GetCompatibleElasticsearchVersionsRequest$ = GetCompatibleElasticsearchVersionsRequest$;
3411
+ exports.GetCompatibleElasticsearchVersionsResponse$ = GetCompatibleElasticsearchVersionsResponse$;
3412
+ exports.GetPackageVersionHistory$ = GetPackageVersionHistory$;
3270
3413
  exports.GetPackageVersionHistoryCommand = GetPackageVersionHistoryCommand;
3414
+ exports.GetPackageVersionHistoryRequest$ = GetPackageVersionHistoryRequest$;
3415
+ exports.GetPackageVersionHistoryResponse$ = GetPackageVersionHistoryResponse$;
3416
+ exports.GetUpgradeHistory$ = GetUpgradeHistory$;
3271
3417
  exports.GetUpgradeHistoryCommand = GetUpgradeHistoryCommand;
3418
+ exports.GetUpgradeHistoryRequest$ = GetUpgradeHistoryRequest$;
3419
+ exports.GetUpgradeHistoryResponse$ = GetUpgradeHistoryResponse$;
3420
+ exports.GetUpgradeStatus$ = GetUpgradeStatus$;
3272
3421
  exports.GetUpgradeStatusCommand = GetUpgradeStatusCommand;
3422
+ exports.GetUpgradeStatusRequest$ = GetUpgradeStatusRequest$;
3423
+ exports.GetUpgradeStatusResponse$ = GetUpgradeStatusResponse$;
3424
+ exports.InboundCrossClusterSearchConnection$ = InboundCrossClusterSearchConnection$;
3425
+ exports.InboundCrossClusterSearchConnectionStatus$ = InboundCrossClusterSearchConnectionStatus$;
3273
3426
  exports.InboundCrossClusterSearchConnectionStatusCode = InboundCrossClusterSearchConnectionStatusCode;
3274
3427
  exports.InitiatedBy = InitiatedBy;
3275
- exports.InternalException = InternalException$1;
3276
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException$1;
3277
- exports.InvalidTypeException = InvalidTypeException$1;
3278
- exports.LimitExceededException = LimitExceededException$1;
3428
+ exports.InstanceCountLimits$ = InstanceCountLimits$;
3429
+ exports.InstanceLimits$ = InstanceLimits$;
3430
+ exports.InternalException = InternalException;
3431
+ exports.InternalException$ = InternalException$;
3432
+ exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
3433
+ exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
3434
+ exports.InvalidTypeException = InvalidTypeException;
3435
+ exports.InvalidTypeException$ = InvalidTypeException$;
3436
+ exports.LimitExceededException = LimitExceededException;
3437
+ exports.LimitExceededException$ = LimitExceededException$;
3438
+ exports.Limits$ = Limits$;
3439
+ exports.ListDomainNames$ = ListDomainNames$;
3279
3440
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
3441
+ exports.ListDomainNamesRequest$ = ListDomainNamesRequest$;
3442
+ exports.ListDomainNamesResponse$ = ListDomainNamesResponse$;
3443
+ exports.ListDomainsForPackage$ = ListDomainsForPackage$;
3280
3444
  exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
3445
+ exports.ListDomainsForPackageRequest$ = ListDomainsForPackageRequest$;
3446
+ exports.ListDomainsForPackageResponse$ = ListDomainsForPackageResponse$;
3447
+ exports.ListElasticsearchInstanceTypes$ = ListElasticsearchInstanceTypes$;
3281
3448
  exports.ListElasticsearchInstanceTypesCommand = ListElasticsearchInstanceTypesCommand;
3449
+ exports.ListElasticsearchInstanceTypesRequest$ = ListElasticsearchInstanceTypesRequest$;
3450
+ exports.ListElasticsearchInstanceTypesResponse$ = ListElasticsearchInstanceTypesResponse$;
3451
+ exports.ListElasticsearchVersions$ = ListElasticsearchVersions$;
3282
3452
  exports.ListElasticsearchVersionsCommand = ListElasticsearchVersionsCommand;
3453
+ exports.ListElasticsearchVersionsRequest$ = ListElasticsearchVersionsRequest$;
3454
+ exports.ListElasticsearchVersionsResponse$ = ListElasticsearchVersionsResponse$;
3455
+ exports.ListPackagesForDomain$ = ListPackagesForDomain$;
3283
3456
  exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
3457
+ exports.ListPackagesForDomainRequest$ = ListPackagesForDomainRequest$;
3458
+ exports.ListPackagesForDomainResponse$ = ListPackagesForDomainResponse$;
3459
+ exports.ListTags$ = ListTags$;
3284
3460
  exports.ListTagsCommand = ListTagsCommand;
3461
+ exports.ListTagsRequest$ = ListTagsRequest$;
3462
+ exports.ListTagsResponse$ = ListTagsResponse$;
3463
+ exports.ListVpcEndpointAccess$ = ListVpcEndpointAccess$;
3285
3464
  exports.ListVpcEndpointAccessCommand = ListVpcEndpointAccessCommand;
3465
+ exports.ListVpcEndpointAccessRequest$ = ListVpcEndpointAccessRequest$;
3466
+ exports.ListVpcEndpointAccessResponse$ = ListVpcEndpointAccessResponse$;
3467
+ exports.ListVpcEndpoints$ = ListVpcEndpoints$;
3286
3468
  exports.ListVpcEndpointsCommand = ListVpcEndpointsCommand;
3469
+ exports.ListVpcEndpointsForDomain$ = ListVpcEndpointsForDomain$;
3287
3470
  exports.ListVpcEndpointsForDomainCommand = ListVpcEndpointsForDomainCommand;
3471
+ exports.ListVpcEndpointsForDomainRequest$ = ListVpcEndpointsForDomainRequest$;
3472
+ exports.ListVpcEndpointsForDomainResponse$ = ListVpcEndpointsForDomainResponse$;
3473
+ exports.ListVpcEndpointsRequest$ = ListVpcEndpointsRequest$;
3474
+ exports.ListVpcEndpointsResponse$ = ListVpcEndpointsResponse$;
3475
+ exports.LogPublishingOption$ = LogPublishingOption$;
3476
+ exports.LogPublishingOptionsStatus$ = LogPublishingOptionsStatus$;
3288
3477
  exports.LogType = LogType;
3478
+ exports.MasterUserOptions$ = MasterUserOptions$;
3479
+ exports.ModifyingProperties$ = ModifyingProperties$;
3480
+ exports.NodeToNodeEncryptionOptions$ = NodeToNodeEncryptionOptions$;
3481
+ exports.NodeToNodeEncryptionOptionsStatus$ = NodeToNodeEncryptionOptionsStatus$;
3289
3482
  exports.OptionState = OptionState;
3483
+ exports.OptionStatus$ = OptionStatus$;
3484
+ exports.OutboundCrossClusterSearchConnection$ = OutboundCrossClusterSearchConnection$;
3485
+ exports.OutboundCrossClusterSearchConnectionStatus$ = OutboundCrossClusterSearchConnectionStatus$;
3290
3486
  exports.OutboundCrossClusterSearchConnectionStatusCode = OutboundCrossClusterSearchConnectionStatusCode;
3291
3487
  exports.OverallChangeStatus = OverallChangeStatus;
3488
+ exports.PackageDetails$ = PackageDetails$;
3489
+ exports.PackageSource$ = PackageSource$;
3292
3490
  exports.PackageStatus = PackageStatus;
3293
3491
  exports.PackageType = PackageType;
3492
+ exports.PackageVersionHistory$ = PackageVersionHistory$;
3294
3493
  exports.PrincipalType = PrincipalType;
3295
3494
  exports.PropertyValueType = PropertyValueType;
3495
+ exports.PurchaseReservedElasticsearchInstanceOffering$ = PurchaseReservedElasticsearchInstanceOffering$;
3296
3496
  exports.PurchaseReservedElasticsearchInstanceOfferingCommand = PurchaseReservedElasticsearchInstanceOfferingCommand;
3497
+ exports.PurchaseReservedElasticsearchInstanceOfferingRequest$ = PurchaseReservedElasticsearchInstanceOfferingRequest$;
3498
+ exports.PurchaseReservedElasticsearchInstanceOfferingResponse$ = PurchaseReservedElasticsearchInstanceOfferingResponse$;
3499
+ exports.RecurringCharge$ = RecurringCharge$;
3500
+ exports.RejectInboundCrossClusterSearchConnection$ = RejectInboundCrossClusterSearchConnection$;
3297
3501
  exports.RejectInboundCrossClusterSearchConnectionCommand = RejectInboundCrossClusterSearchConnectionCommand;
3502
+ exports.RejectInboundCrossClusterSearchConnectionRequest$ = RejectInboundCrossClusterSearchConnectionRequest$;
3503
+ exports.RejectInboundCrossClusterSearchConnectionResponse$ = RejectInboundCrossClusterSearchConnectionResponse$;
3504
+ exports.RemoveTags$ = RemoveTags$;
3298
3505
  exports.RemoveTagsCommand = RemoveTagsCommand;
3506
+ exports.RemoveTagsRequest$ = RemoveTagsRequest$;
3507
+ exports.ReservedElasticsearchInstance$ = ReservedElasticsearchInstance$;
3508
+ exports.ReservedElasticsearchInstanceOffering$ = ReservedElasticsearchInstanceOffering$;
3299
3509
  exports.ReservedElasticsearchInstancePaymentOption = ReservedElasticsearchInstancePaymentOption;
3300
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException$1;
3301
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
3510
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3511
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
3512
+ exports.ResourceNotFoundException = ResourceNotFoundException;
3513
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3514
+ exports.RevokeVpcEndpointAccess$ = RevokeVpcEndpointAccess$;
3302
3515
  exports.RevokeVpcEndpointAccessCommand = RevokeVpcEndpointAccessCommand;
3516
+ exports.RevokeVpcEndpointAccessRequest$ = RevokeVpcEndpointAccessRequest$;
3517
+ exports.RevokeVpcEndpointAccessResponse$ = RevokeVpcEndpointAccessResponse$;
3303
3518
  exports.RollbackOnDisable = RollbackOnDisable;
3519
+ exports.SAMLIdp$ = SAMLIdp$;
3520
+ exports.SAMLOptionsInput$ = SAMLOptionsInput$;
3521
+ exports.SAMLOptionsOutput$ = SAMLOptionsOutput$;
3304
3522
  exports.ScheduledAutoTuneActionType = ScheduledAutoTuneActionType;
3523
+ exports.ScheduledAutoTuneDetails$ = ScheduledAutoTuneDetails$;
3305
3524
  exports.ScheduledAutoTuneSeverityType = ScheduledAutoTuneSeverityType;
3525
+ exports.ServiceSoftwareOptions$ = ServiceSoftwareOptions$;
3526
+ exports.SnapshotOptions$ = SnapshotOptions$;
3527
+ exports.SnapshotOptionsStatus$ = SnapshotOptionsStatus$;
3528
+ exports.StartElasticsearchServiceSoftwareUpdate$ = StartElasticsearchServiceSoftwareUpdate$;
3306
3529
  exports.StartElasticsearchServiceSoftwareUpdateCommand = StartElasticsearchServiceSoftwareUpdateCommand;
3530
+ exports.StartElasticsearchServiceSoftwareUpdateRequest$ = StartElasticsearchServiceSoftwareUpdateRequest$;
3531
+ exports.StartElasticsearchServiceSoftwareUpdateResponse$ = StartElasticsearchServiceSoftwareUpdateResponse$;
3532
+ exports.StorageType$ = StorageType$;
3533
+ exports.StorageTypeLimit$ = StorageTypeLimit$;
3307
3534
  exports.TLSSecurityPolicy = TLSSecurityPolicy;
3535
+ exports.Tag$ = Tag$;
3308
3536
  exports.TimeUnit = TimeUnit;
3537
+ exports.UpdateElasticsearchDomainConfig$ = UpdateElasticsearchDomainConfig$;
3309
3538
  exports.UpdateElasticsearchDomainConfigCommand = UpdateElasticsearchDomainConfigCommand;
3539
+ exports.UpdateElasticsearchDomainConfigRequest$ = UpdateElasticsearchDomainConfigRequest$;
3540
+ exports.UpdateElasticsearchDomainConfigResponse$ = UpdateElasticsearchDomainConfigResponse$;
3541
+ exports.UpdatePackage$ = UpdatePackage$;
3310
3542
  exports.UpdatePackageCommand = UpdatePackageCommand;
3543
+ exports.UpdatePackageRequest$ = UpdatePackageRequest$;
3544
+ exports.UpdatePackageResponse$ = UpdatePackageResponse$;
3545
+ exports.UpdateVpcEndpoint$ = UpdateVpcEndpoint$;
3311
3546
  exports.UpdateVpcEndpointCommand = UpdateVpcEndpointCommand;
3547
+ exports.UpdateVpcEndpointRequest$ = UpdateVpcEndpointRequest$;
3548
+ exports.UpdateVpcEndpointResponse$ = UpdateVpcEndpointResponse$;
3549
+ exports.UpgradeElasticsearchDomain$ = UpgradeElasticsearchDomain$;
3312
3550
  exports.UpgradeElasticsearchDomainCommand = UpgradeElasticsearchDomainCommand;
3551
+ exports.UpgradeElasticsearchDomainRequest$ = UpgradeElasticsearchDomainRequest$;
3552
+ exports.UpgradeElasticsearchDomainResponse$ = UpgradeElasticsearchDomainResponse$;
3553
+ exports.UpgradeHistory$ = UpgradeHistory$;
3313
3554
  exports.UpgradeStatus = UpgradeStatus;
3314
3555
  exports.UpgradeStep = UpgradeStep;
3315
- exports.ValidationException = ValidationException$1;
3556
+ exports.UpgradeStepItem$ = UpgradeStepItem$;
3557
+ exports.VPCDerivedInfo$ = VPCDerivedInfo$;
3558
+ exports.VPCDerivedInfoStatus$ = VPCDerivedInfoStatus$;
3559
+ exports.VPCOptions$ = VPCOptions$;
3560
+ exports.ValidationException = ValidationException;
3561
+ exports.ValidationException$ = ValidationException$;
3316
3562
  exports.VolumeType = VolumeType;
3563
+ exports.VpcEndpoint$ = VpcEndpoint$;
3564
+ exports.VpcEndpointError$ = VpcEndpointError$;
3317
3565
  exports.VpcEndpointErrorCode = VpcEndpointErrorCode;
3318
3566
  exports.VpcEndpointStatus = VpcEndpointStatus;
3567
+ exports.VpcEndpointSummary$ = VpcEndpointSummary$;
3568
+ exports.ZoneAwarenessConfig$ = ZoneAwarenessConfig$;
3319
3569
  exports.paginateDescribeDomainAutoTunes = paginateDescribeDomainAutoTunes;
3320
3570
  exports.paginateDescribeInboundCrossClusterSearchConnections = paginateDescribeInboundCrossClusterSearchConnections;
3321
3571
  exports.paginateDescribeOutboundCrossClusterSearchConnections = paginateDescribeOutboundCrossClusterSearchConnections;