@aws-sdk/client-redshift 3.928.0 → 3.930.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 (176) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +7485 -14838
  3. package/dist-cjs/runtimeConfig.shared.js +7 -0
  4. package/dist-es/Redshift.js +2 -0
  5. package/dist-es/RedshiftClient.js +2 -0
  6. package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +3 -9
  7. package/dist-es/commands/AddPartnerCommand.js +3 -9
  8. package/dist-es/commands/AssociateDataShareConsumerCommand.js +3 -9
  9. package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +3 -9
  10. package/dist-es/commands/AuthorizeDataShareCommand.js +3 -9
  11. package/dist-es/commands/AuthorizeEndpointAccessCommand.js +3 -9
  12. package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +3 -9
  13. package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +3 -9
  14. package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +3 -9
  15. package/dist-es/commands/CancelResizeCommand.js +3 -9
  16. package/dist-es/commands/CopyClusterSnapshotCommand.js +3 -9
  17. package/dist-es/commands/CreateAuthenticationProfileCommand.js +3 -9
  18. package/dist-es/commands/CreateClusterCommand.js +3 -10
  19. package/dist-es/commands/CreateClusterParameterGroupCommand.js +3 -9
  20. package/dist-es/commands/CreateClusterSecurityGroupCommand.js +3 -9
  21. package/dist-es/commands/CreateClusterSnapshotCommand.js +3 -9
  22. package/dist-es/commands/CreateClusterSubnetGroupCommand.js +3 -9
  23. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
  24. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
  25. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  26. package/dist-es/commands/CreateHsmClientCertificateCommand.js +3 -9
  27. package/dist-es/commands/CreateHsmConfigurationCommand.js +3 -9
  28. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  29. package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +3 -9
  30. package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
  31. package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +3 -9
  32. package/dist-es/commands/CreateSnapshotScheduleCommand.js +3 -9
  33. package/dist-es/commands/CreateTagsCommand.js +3 -9
  34. package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
  35. package/dist-es/commands/DeauthorizeDataShareCommand.js +3 -9
  36. package/dist-es/commands/DeleteAuthenticationProfileCommand.js +3 -9
  37. package/dist-es/commands/DeleteClusterCommand.js +3 -10
  38. package/dist-es/commands/DeleteClusterParameterGroupCommand.js +3 -9
  39. package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +3 -9
  40. package/dist-es/commands/DeleteClusterSnapshotCommand.js +3 -9
  41. package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +3 -9
  42. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
  43. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
  44. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  45. package/dist-es/commands/DeleteHsmClientCertificateCommand.js +3 -9
  46. package/dist-es/commands/DeleteHsmConfigurationCommand.js +3 -9
  47. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  48. package/dist-es/commands/DeletePartnerCommand.js +3 -9
  49. package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +3 -9
  50. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  51. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  52. package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +3 -9
  53. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +3 -9
  54. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  55. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
  56. package/dist-es/commands/DeregisterNamespaceCommand.js +3 -9
  57. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -9
  58. package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +3 -9
  59. package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +3 -9
  60. package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +3 -9
  61. package/dist-es/commands/DescribeClusterParametersCommand.js +3 -9
  62. package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +3 -9
  63. package/dist-es/commands/DescribeClusterSnapshotsCommand.js +3 -9
  64. package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +3 -9
  65. package/dist-es/commands/DescribeClusterTracksCommand.js +3 -9
  66. package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
  67. package/dist-es/commands/DescribeClustersCommand.js +3 -10
  68. package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +3 -9
  69. package/dist-es/commands/DescribeDataSharesCommand.js +3 -9
  70. package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +3 -9
  71. package/dist-es/commands/DescribeDataSharesForProducerCommand.js +3 -9
  72. package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +3 -9
  73. package/dist-es/commands/DescribeEndpointAccessCommand.js +3 -9
  74. package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +3 -9
  75. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  76. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  77. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  78. package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +3 -9
  79. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +3 -9
  80. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +3 -9
  81. package/dist-es/commands/DescribeIntegrationsCommand.js +3 -9
  82. package/dist-es/commands/DescribeLoggingStatusCommand.js +3 -9
  83. package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +3 -9
  84. package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +3 -9
  85. package/dist-es/commands/DescribePartnersCommand.js +3 -9
  86. package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +3 -9
  87. package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +3 -9
  88. package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +3 -9
  89. package/dist-es/commands/DescribeReservedNodesCommand.js +3 -9
  90. package/dist-es/commands/DescribeResizeCommand.js +3 -9
  91. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  92. package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +3 -9
  93. package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +3 -9
  94. package/dist-es/commands/DescribeStorageCommand.js +3 -9
  95. package/dist-es/commands/DescribeTableRestoreStatusCommand.js +3 -9
  96. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  97. package/dist-es/commands/DescribeUsageLimitsCommand.js +3 -9
  98. package/dist-es/commands/DisableLoggingCommand.js +3 -9
  99. package/dist-es/commands/DisableSnapshotCopyCommand.js +3 -10
  100. package/dist-es/commands/DisassociateDataShareConsumerCommand.js +3 -9
  101. package/dist-es/commands/EnableLoggingCommand.js +3 -9
  102. package/dist-es/commands/EnableSnapshotCopyCommand.js +3 -10
  103. package/dist-es/commands/FailoverPrimaryComputeCommand.js +3 -10
  104. package/dist-es/commands/GetClusterCredentialsCommand.js +3 -10
  105. package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +3 -10
  106. package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +16 -0
  107. package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +3 -9
  108. package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +3 -9
  109. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  110. package/dist-es/commands/ListRecommendationsCommand.js +3 -9
  111. package/dist-es/commands/ModifyAquaConfigurationCommand.js +3 -9
  112. package/dist-es/commands/ModifyAuthenticationProfileCommand.js +3 -9
  113. package/dist-es/commands/ModifyClusterCommand.js +3 -10
  114. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +3 -10
  115. package/dist-es/commands/ModifyClusterIamRolesCommand.js +3 -10
  116. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +3 -10
  117. package/dist-es/commands/ModifyClusterParameterGroupCommand.js +3 -9
  118. package/dist-es/commands/ModifyClusterSnapshotCommand.js +3 -9
  119. package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +3 -9
  120. package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +3 -9
  121. package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +3 -9
  122. package/dist-es/commands/ModifyEndpointAccessCommand.js +3 -9
  123. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  124. package/dist-es/commands/ModifyIntegrationCommand.js +3 -9
  125. package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +3 -9
  126. package/dist-es/commands/ModifyScheduledActionCommand.js +3 -9
  127. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +3 -10
  128. package/dist-es/commands/ModifySnapshotScheduleCommand.js +3 -9
  129. package/dist-es/commands/ModifyUsageLimitCommand.js +3 -9
  130. package/dist-es/commands/PauseClusterCommand.js +3 -10
  131. package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +3 -9
  132. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  133. package/dist-es/commands/RebootClusterCommand.js +3 -10
  134. package/dist-es/commands/RegisterNamespaceCommand.js +3 -9
  135. package/dist-es/commands/RejectDataShareCommand.js +3 -9
  136. package/dist-es/commands/ResetClusterParameterGroupCommand.js +3 -9
  137. package/dist-es/commands/ResizeClusterCommand.js +3 -10
  138. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +3 -10
  139. package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +3 -9
  140. package/dist-es/commands/ResumeClusterCommand.js +3 -10
  141. package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +3 -9
  142. package/dist-es/commands/RevokeEndpointAccessCommand.js +3 -9
  143. package/dist-es/commands/RevokeSnapshotAccessCommand.js +3 -9
  144. package/dist-es/commands/RotateEncryptionKeyCommand.js +3 -10
  145. package/dist-es/commands/UpdatePartnerStatusCommand.js +3 -9
  146. package/dist-es/commands/index.js +1 -0
  147. package/dist-es/models/models_0.js +0 -71
  148. package/dist-es/models/models_1.js +12 -62
  149. package/dist-es/runtimeConfig.shared.js +7 -0
  150. package/dist-es/schemas/schemas_0.js +7184 -0
  151. package/dist-types/Redshift.d.ts +7 -0
  152. package/dist-types/RedshiftClient.d.ts +13 -3
  153. package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +102 -0
  154. package/dist-types/commands/index.d.ts +1 -0
  155. package/dist-types/models/models_0.d.ts +16 -36
  156. package/dist-types/models/models_1.d.ts +77 -60
  157. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  158. package/dist-types/runtimeConfig.d.ts +1 -0
  159. package/dist-types/runtimeConfig.native.d.ts +1 -0
  160. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  161. package/dist-types/schemas/schemas_0.d.ts +719 -0
  162. package/dist-types/ts3.4/Redshift.d.ts +17 -0
  163. package/dist-types/ts3.4/RedshiftClient.d.ts +10 -0
  164. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  166. package/dist-types/ts3.4/models/models_0.d.ts +0 -26
  167. package/dist-types/ts3.4/models/models_1.d.ts +14 -45
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  171. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  172. package/dist-types/ts3.4/schemas/schemas_0.d.ts +725 -0
  173. package/package.json +34 -34
  174. package/dist-es/protocols/Aws_query.js +0 -13715
  175. package/dist-types/protocols/Aws_query.d.ts +0 -1253
  176. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1673
@@ -1,1673 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptReservedNodeExchangeCommandInput,
8
- AcceptReservedNodeExchangeCommandOutput,
9
- } from "../commands/AcceptReservedNodeExchangeCommand";
10
- import {
11
- AddPartnerCommandInput,
12
- AddPartnerCommandOutput,
13
- } from "../commands/AddPartnerCommand";
14
- import {
15
- AssociateDataShareConsumerCommandInput,
16
- AssociateDataShareConsumerCommandOutput,
17
- } from "../commands/AssociateDataShareConsumerCommand";
18
- import {
19
- AuthorizeClusterSecurityGroupIngressCommandInput,
20
- AuthorizeClusterSecurityGroupIngressCommandOutput,
21
- } from "../commands/AuthorizeClusterSecurityGroupIngressCommand";
22
- import {
23
- AuthorizeDataShareCommandInput,
24
- AuthorizeDataShareCommandOutput,
25
- } from "../commands/AuthorizeDataShareCommand";
26
- import {
27
- AuthorizeEndpointAccessCommandInput,
28
- AuthorizeEndpointAccessCommandOutput,
29
- } from "../commands/AuthorizeEndpointAccessCommand";
30
- import {
31
- AuthorizeSnapshotAccessCommandInput,
32
- AuthorizeSnapshotAccessCommandOutput,
33
- } from "../commands/AuthorizeSnapshotAccessCommand";
34
- import {
35
- BatchDeleteClusterSnapshotsCommandInput,
36
- BatchDeleteClusterSnapshotsCommandOutput,
37
- } from "../commands/BatchDeleteClusterSnapshotsCommand";
38
- import {
39
- BatchModifyClusterSnapshotsCommandInput,
40
- BatchModifyClusterSnapshotsCommandOutput,
41
- } from "../commands/BatchModifyClusterSnapshotsCommand";
42
- import {
43
- CancelResizeCommandInput,
44
- CancelResizeCommandOutput,
45
- } from "../commands/CancelResizeCommand";
46
- import {
47
- CopyClusterSnapshotCommandInput,
48
- CopyClusterSnapshotCommandOutput,
49
- } from "../commands/CopyClusterSnapshotCommand";
50
- import {
51
- CreateAuthenticationProfileCommandInput,
52
- CreateAuthenticationProfileCommandOutput,
53
- } from "../commands/CreateAuthenticationProfileCommand";
54
- import {
55
- CreateClusterCommandInput,
56
- CreateClusterCommandOutput,
57
- } from "../commands/CreateClusterCommand";
58
- import {
59
- CreateClusterParameterGroupCommandInput,
60
- CreateClusterParameterGroupCommandOutput,
61
- } from "../commands/CreateClusterParameterGroupCommand";
62
- import {
63
- CreateClusterSecurityGroupCommandInput,
64
- CreateClusterSecurityGroupCommandOutput,
65
- } from "../commands/CreateClusterSecurityGroupCommand";
66
- import {
67
- CreateClusterSnapshotCommandInput,
68
- CreateClusterSnapshotCommandOutput,
69
- } from "../commands/CreateClusterSnapshotCommand";
70
- import {
71
- CreateClusterSubnetGroupCommandInput,
72
- CreateClusterSubnetGroupCommandOutput,
73
- } from "../commands/CreateClusterSubnetGroupCommand";
74
- import {
75
- CreateCustomDomainAssociationCommandInput,
76
- CreateCustomDomainAssociationCommandOutput,
77
- } from "../commands/CreateCustomDomainAssociationCommand";
78
- import {
79
- CreateEndpointAccessCommandInput,
80
- CreateEndpointAccessCommandOutput,
81
- } from "../commands/CreateEndpointAccessCommand";
82
- import {
83
- CreateEventSubscriptionCommandInput,
84
- CreateEventSubscriptionCommandOutput,
85
- } from "../commands/CreateEventSubscriptionCommand";
86
- import {
87
- CreateHsmClientCertificateCommandInput,
88
- CreateHsmClientCertificateCommandOutput,
89
- } from "../commands/CreateHsmClientCertificateCommand";
90
- import {
91
- CreateHsmConfigurationCommandInput,
92
- CreateHsmConfigurationCommandOutput,
93
- } from "../commands/CreateHsmConfigurationCommand";
94
- import {
95
- CreateIntegrationCommandInput,
96
- CreateIntegrationCommandOutput,
97
- } from "../commands/CreateIntegrationCommand";
98
- import {
99
- CreateRedshiftIdcApplicationCommandInput,
100
- CreateRedshiftIdcApplicationCommandOutput,
101
- } from "../commands/CreateRedshiftIdcApplicationCommand";
102
- import {
103
- CreateScheduledActionCommandInput,
104
- CreateScheduledActionCommandOutput,
105
- } from "../commands/CreateScheduledActionCommand";
106
- import {
107
- CreateSnapshotCopyGrantCommandInput,
108
- CreateSnapshotCopyGrantCommandOutput,
109
- } from "../commands/CreateSnapshotCopyGrantCommand";
110
- import {
111
- CreateSnapshotScheduleCommandInput,
112
- CreateSnapshotScheduleCommandOutput,
113
- } from "../commands/CreateSnapshotScheduleCommand";
114
- import {
115
- CreateTagsCommandInput,
116
- CreateTagsCommandOutput,
117
- } from "../commands/CreateTagsCommand";
118
- import {
119
- CreateUsageLimitCommandInput,
120
- CreateUsageLimitCommandOutput,
121
- } from "../commands/CreateUsageLimitCommand";
122
- import {
123
- DeauthorizeDataShareCommandInput,
124
- DeauthorizeDataShareCommandOutput,
125
- } from "../commands/DeauthorizeDataShareCommand";
126
- import {
127
- DeleteAuthenticationProfileCommandInput,
128
- DeleteAuthenticationProfileCommandOutput,
129
- } from "../commands/DeleteAuthenticationProfileCommand";
130
- import {
131
- DeleteClusterCommandInput,
132
- DeleteClusterCommandOutput,
133
- } from "../commands/DeleteClusterCommand";
134
- import {
135
- DeleteClusterParameterGroupCommandInput,
136
- DeleteClusterParameterGroupCommandOutput,
137
- } from "../commands/DeleteClusterParameterGroupCommand";
138
- import {
139
- DeleteClusterSecurityGroupCommandInput,
140
- DeleteClusterSecurityGroupCommandOutput,
141
- } from "../commands/DeleteClusterSecurityGroupCommand";
142
- import {
143
- DeleteClusterSnapshotCommandInput,
144
- DeleteClusterSnapshotCommandOutput,
145
- } from "../commands/DeleteClusterSnapshotCommand";
146
- import {
147
- DeleteClusterSubnetGroupCommandInput,
148
- DeleteClusterSubnetGroupCommandOutput,
149
- } from "../commands/DeleteClusterSubnetGroupCommand";
150
- import {
151
- DeleteCustomDomainAssociationCommandInput,
152
- DeleteCustomDomainAssociationCommandOutput,
153
- } from "../commands/DeleteCustomDomainAssociationCommand";
154
- import {
155
- DeleteEndpointAccessCommandInput,
156
- DeleteEndpointAccessCommandOutput,
157
- } from "../commands/DeleteEndpointAccessCommand";
158
- import {
159
- DeleteEventSubscriptionCommandInput,
160
- DeleteEventSubscriptionCommandOutput,
161
- } from "../commands/DeleteEventSubscriptionCommand";
162
- import {
163
- DeleteHsmClientCertificateCommandInput,
164
- DeleteHsmClientCertificateCommandOutput,
165
- } from "../commands/DeleteHsmClientCertificateCommand";
166
- import {
167
- DeleteHsmConfigurationCommandInput,
168
- DeleteHsmConfigurationCommandOutput,
169
- } from "../commands/DeleteHsmConfigurationCommand";
170
- import {
171
- DeleteIntegrationCommandInput,
172
- DeleteIntegrationCommandOutput,
173
- } from "../commands/DeleteIntegrationCommand";
174
- import {
175
- DeletePartnerCommandInput,
176
- DeletePartnerCommandOutput,
177
- } from "../commands/DeletePartnerCommand";
178
- import {
179
- DeleteRedshiftIdcApplicationCommandInput,
180
- DeleteRedshiftIdcApplicationCommandOutput,
181
- } from "../commands/DeleteRedshiftIdcApplicationCommand";
182
- import {
183
- DeleteResourcePolicyCommandInput,
184
- DeleteResourcePolicyCommandOutput,
185
- } from "../commands/DeleteResourcePolicyCommand";
186
- import {
187
- DeleteScheduledActionCommandInput,
188
- DeleteScheduledActionCommandOutput,
189
- } from "../commands/DeleteScheduledActionCommand";
190
- import {
191
- DeleteSnapshotCopyGrantCommandInput,
192
- DeleteSnapshotCopyGrantCommandOutput,
193
- } from "../commands/DeleteSnapshotCopyGrantCommand";
194
- import {
195
- DeleteSnapshotScheduleCommandInput,
196
- DeleteSnapshotScheduleCommandOutput,
197
- } from "../commands/DeleteSnapshotScheduleCommand";
198
- import {
199
- DeleteTagsCommandInput,
200
- DeleteTagsCommandOutput,
201
- } from "../commands/DeleteTagsCommand";
202
- import {
203
- DeleteUsageLimitCommandInput,
204
- DeleteUsageLimitCommandOutput,
205
- } from "../commands/DeleteUsageLimitCommand";
206
- import {
207
- DeregisterNamespaceCommandInput,
208
- DeregisterNamespaceCommandOutput,
209
- } from "../commands/DeregisterNamespaceCommand";
210
- import {
211
- DescribeAccountAttributesCommandInput,
212
- DescribeAccountAttributesCommandOutput,
213
- } from "../commands/DescribeAccountAttributesCommand";
214
- import {
215
- DescribeAuthenticationProfilesCommandInput,
216
- DescribeAuthenticationProfilesCommandOutput,
217
- } from "../commands/DescribeAuthenticationProfilesCommand";
218
- import {
219
- DescribeClusterDbRevisionsCommandInput,
220
- DescribeClusterDbRevisionsCommandOutput,
221
- } from "../commands/DescribeClusterDbRevisionsCommand";
222
- import {
223
- DescribeClusterParameterGroupsCommandInput,
224
- DescribeClusterParameterGroupsCommandOutput,
225
- } from "../commands/DescribeClusterParameterGroupsCommand";
226
- import {
227
- DescribeClusterParametersCommandInput,
228
- DescribeClusterParametersCommandOutput,
229
- } from "../commands/DescribeClusterParametersCommand";
230
- import {
231
- DescribeClustersCommandInput,
232
- DescribeClustersCommandOutput,
233
- } from "../commands/DescribeClustersCommand";
234
- import {
235
- DescribeClusterSecurityGroupsCommandInput,
236
- DescribeClusterSecurityGroupsCommandOutput,
237
- } from "../commands/DescribeClusterSecurityGroupsCommand";
238
- import {
239
- DescribeClusterSnapshotsCommandInput,
240
- DescribeClusterSnapshotsCommandOutput,
241
- } from "../commands/DescribeClusterSnapshotsCommand";
242
- import {
243
- DescribeClusterSubnetGroupsCommandInput,
244
- DescribeClusterSubnetGroupsCommandOutput,
245
- } from "../commands/DescribeClusterSubnetGroupsCommand";
246
- import {
247
- DescribeClusterTracksCommandInput,
248
- DescribeClusterTracksCommandOutput,
249
- } from "../commands/DescribeClusterTracksCommand";
250
- import {
251
- DescribeClusterVersionsCommandInput,
252
- DescribeClusterVersionsCommandOutput,
253
- } from "../commands/DescribeClusterVersionsCommand";
254
- import {
255
- DescribeCustomDomainAssociationsCommandInput,
256
- DescribeCustomDomainAssociationsCommandOutput,
257
- } from "../commands/DescribeCustomDomainAssociationsCommand";
258
- import {
259
- DescribeDataSharesCommandInput,
260
- DescribeDataSharesCommandOutput,
261
- } from "../commands/DescribeDataSharesCommand";
262
- import {
263
- DescribeDataSharesForConsumerCommandInput,
264
- DescribeDataSharesForConsumerCommandOutput,
265
- } from "../commands/DescribeDataSharesForConsumerCommand";
266
- import {
267
- DescribeDataSharesForProducerCommandInput,
268
- DescribeDataSharesForProducerCommandOutput,
269
- } from "../commands/DescribeDataSharesForProducerCommand";
270
- import {
271
- DescribeDefaultClusterParametersCommandInput,
272
- DescribeDefaultClusterParametersCommandOutput,
273
- } from "../commands/DescribeDefaultClusterParametersCommand";
274
- import {
275
- DescribeEndpointAccessCommandInput,
276
- DescribeEndpointAccessCommandOutput,
277
- } from "../commands/DescribeEndpointAccessCommand";
278
- import {
279
- DescribeEndpointAuthorizationCommandInput,
280
- DescribeEndpointAuthorizationCommandOutput,
281
- } from "../commands/DescribeEndpointAuthorizationCommand";
282
- import {
283
- DescribeEventCategoriesCommandInput,
284
- DescribeEventCategoriesCommandOutput,
285
- } from "../commands/DescribeEventCategoriesCommand";
286
- import {
287
- DescribeEventsCommandInput,
288
- DescribeEventsCommandOutput,
289
- } from "../commands/DescribeEventsCommand";
290
- import {
291
- DescribeEventSubscriptionsCommandInput,
292
- DescribeEventSubscriptionsCommandOutput,
293
- } from "../commands/DescribeEventSubscriptionsCommand";
294
- import {
295
- DescribeHsmClientCertificatesCommandInput,
296
- DescribeHsmClientCertificatesCommandOutput,
297
- } from "../commands/DescribeHsmClientCertificatesCommand";
298
- import {
299
- DescribeHsmConfigurationsCommandInput,
300
- DescribeHsmConfigurationsCommandOutput,
301
- } from "../commands/DescribeHsmConfigurationsCommand";
302
- import {
303
- DescribeInboundIntegrationsCommandInput,
304
- DescribeInboundIntegrationsCommandOutput,
305
- } from "../commands/DescribeInboundIntegrationsCommand";
306
- import {
307
- DescribeIntegrationsCommandInput,
308
- DescribeIntegrationsCommandOutput,
309
- } from "../commands/DescribeIntegrationsCommand";
310
- import {
311
- DescribeLoggingStatusCommandInput,
312
- DescribeLoggingStatusCommandOutput,
313
- } from "../commands/DescribeLoggingStatusCommand";
314
- import {
315
- DescribeNodeConfigurationOptionsCommandInput,
316
- DescribeNodeConfigurationOptionsCommandOutput,
317
- } from "../commands/DescribeNodeConfigurationOptionsCommand";
318
- import {
319
- DescribeOrderableClusterOptionsCommandInput,
320
- DescribeOrderableClusterOptionsCommandOutput,
321
- } from "../commands/DescribeOrderableClusterOptionsCommand";
322
- import {
323
- DescribePartnersCommandInput,
324
- DescribePartnersCommandOutput,
325
- } from "../commands/DescribePartnersCommand";
326
- import {
327
- DescribeRedshiftIdcApplicationsCommandInput,
328
- DescribeRedshiftIdcApplicationsCommandOutput,
329
- } from "../commands/DescribeRedshiftIdcApplicationsCommand";
330
- import {
331
- DescribeReservedNodeExchangeStatusCommandInput,
332
- DescribeReservedNodeExchangeStatusCommandOutput,
333
- } from "../commands/DescribeReservedNodeExchangeStatusCommand";
334
- import {
335
- DescribeReservedNodeOfferingsCommandInput,
336
- DescribeReservedNodeOfferingsCommandOutput,
337
- } from "../commands/DescribeReservedNodeOfferingsCommand";
338
- import {
339
- DescribeReservedNodesCommandInput,
340
- DescribeReservedNodesCommandOutput,
341
- } from "../commands/DescribeReservedNodesCommand";
342
- import {
343
- DescribeResizeCommandInput,
344
- DescribeResizeCommandOutput,
345
- } from "../commands/DescribeResizeCommand";
346
- import {
347
- DescribeScheduledActionsCommandInput,
348
- DescribeScheduledActionsCommandOutput,
349
- } from "../commands/DescribeScheduledActionsCommand";
350
- import {
351
- DescribeSnapshotCopyGrantsCommandInput,
352
- DescribeSnapshotCopyGrantsCommandOutput,
353
- } from "../commands/DescribeSnapshotCopyGrantsCommand";
354
- import {
355
- DescribeSnapshotSchedulesCommandInput,
356
- DescribeSnapshotSchedulesCommandOutput,
357
- } from "../commands/DescribeSnapshotSchedulesCommand";
358
- import {
359
- DescribeStorageCommandInput,
360
- DescribeStorageCommandOutput,
361
- } from "../commands/DescribeStorageCommand";
362
- import {
363
- DescribeTableRestoreStatusCommandInput,
364
- DescribeTableRestoreStatusCommandOutput,
365
- } from "../commands/DescribeTableRestoreStatusCommand";
366
- import {
367
- DescribeTagsCommandInput,
368
- DescribeTagsCommandOutput,
369
- } from "../commands/DescribeTagsCommand";
370
- import {
371
- DescribeUsageLimitsCommandInput,
372
- DescribeUsageLimitsCommandOutput,
373
- } from "../commands/DescribeUsageLimitsCommand";
374
- import {
375
- DisableLoggingCommandInput,
376
- DisableLoggingCommandOutput,
377
- } from "../commands/DisableLoggingCommand";
378
- import {
379
- DisableSnapshotCopyCommandInput,
380
- DisableSnapshotCopyCommandOutput,
381
- } from "../commands/DisableSnapshotCopyCommand";
382
- import {
383
- DisassociateDataShareConsumerCommandInput,
384
- DisassociateDataShareConsumerCommandOutput,
385
- } from "../commands/DisassociateDataShareConsumerCommand";
386
- import {
387
- EnableLoggingCommandInput,
388
- EnableLoggingCommandOutput,
389
- } from "../commands/EnableLoggingCommand";
390
- import {
391
- EnableSnapshotCopyCommandInput,
392
- EnableSnapshotCopyCommandOutput,
393
- } from "../commands/EnableSnapshotCopyCommand";
394
- import {
395
- FailoverPrimaryComputeCommandInput,
396
- FailoverPrimaryComputeCommandOutput,
397
- } from "../commands/FailoverPrimaryComputeCommand";
398
- import {
399
- GetClusterCredentialsCommandInput,
400
- GetClusterCredentialsCommandOutput,
401
- } from "../commands/GetClusterCredentialsCommand";
402
- import {
403
- GetClusterCredentialsWithIAMCommandInput,
404
- GetClusterCredentialsWithIAMCommandOutput,
405
- } from "../commands/GetClusterCredentialsWithIAMCommand";
406
- import {
407
- GetReservedNodeExchangeConfigurationOptionsCommandInput,
408
- GetReservedNodeExchangeConfigurationOptionsCommandOutput,
409
- } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
410
- import {
411
- GetReservedNodeExchangeOfferingsCommandInput,
412
- GetReservedNodeExchangeOfferingsCommandOutput,
413
- } from "../commands/GetReservedNodeExchangeOfferingsCommand";
414
- import {
415
- GetResourcePolicyCommandInput,
416
- GetResourcePolicyCommandOutput,
417
- } from "../commands/GetResourcePolicyCommand";
418
- import {
419
- ListRecommendationsCommandInput,
420
- ListRecommendationsCommandOutput,
421
- } from "../commands/ListRecommendationsCommand";
422
- import {
423
- ModifyAquaConfigurationCommandInput,
424
- ModifyAquaConfigurationCommandOutput,
425
- } from "../commands/ModifyAquaConfigurationCommand";
426
- import {
427
- ModifyAuthenticationProfileCommandInput,
428
- ModifyAuthenticationProfileCommandOutput,
429
- } from "../commands/ModifyAuthenticationProfileCommand";
430
- import {
431
- ModifyClusterCommandInput,
432
- ModifyClusterCommandOutput,
433
- } from "../commands/ModifyClusterCommand";
434
- import {
435
- ModifyClusterDbRevisionCommandInput,
436
- ModifyClusterDbRevisionCommandOutput,
437
- } from "../commands/ModifyClusterDbRevisionCommand";
438
- import {
439
- ModifyClusterIamRolesCommandInput,
440
- ModifyClusterIamRolesCommandOutput,
441
- } from "../commands/ModifyClusterIamRolesCommand";
442
- import {
443
- ModifyClusterMaintenanceCommandInput,
444
- ModifyClusterMaintenanceCommandOutput,
445
- } from "../commands/ModifyClusterMaintenanceCommand";
446
- import {
447
- ModifyClusterParameterGroupCommandInput,
448
- ModifyClusterParameterGroupCommandOutput,
449
- } from "../commands/ModifyClusterParameterGroupCommand";
450
- import {
451
- ModifyClusterSnapshotCommandInput,
452
- ModifyClusterSnapshotCommandOutput,
453
- } from "../commands/ModifyClusterSnapshotCommand";
454
- import {
455
- ModifyClusterSnapshotScheduleCommandInput,
456
- ModifyClusterSnapshotScheduleCommandOutput,
457
- } from "../commands/ModifyClusterSnapshotScheduleCommand";
458
- import {
459
- ModifyClusterSubnetGroupCommandInput,
460
- ModifyClusterSubnetGroupCommandOutput,
461
- } from "../commands/ModifyClusterSubnetGroupCommand";
462
- import {
463
- ModifyCustomDomainAssociationCommandInput,
464
- ModifyCustomDomainAssociationCommandOutput,
465
- } from "../commands/ModifyCustomDomainAssociationCommand";
466
- import {
467
- ModifyEndpointAccessCommandInput,
468
- ModifyEndpointAccessCommandOutput,
469
- } from "../commands/ModifyEndpointAccessCommand";
470
- import {
471
- ModifyEventSubscriptionCommandInput,
472
- ModifyEventSubscriptionCommandOutput,
473
- } from "../commands/ModifyEventSubscriptionCommand";
474
- import {
475
- ModifyIntegrationCommandInput,
476
- ModifyIntegrationCommandOutput,
477
- } from "../commands/ModifyIntegrationCommand";
478
- import {
479
- ModifyRedshiftIdcApplicationCommandInput,
480
- ModifyRedshiftIdcApplicationCommandOutput,
481
- } from "../commands/ModifyRedshiftIdcApplicationCommand";
482
- import {
483
- ModifyScheduledActionCommandInput,
484
- ModifyScheduledActionCommandOutput,
485
- } from "../commands/ModifyScheduledActionCommand";
486
- import {
487
- ModifySnapshotCopyRetentionPeriodCommandInput,
488
- ModifySnapshotCopyRetentionPeriodCommandOutput,
489
- } from "../commands/ModifySnapshotCopyRetentionPeriodCommand";
490
- import {
491
- ModifySnapshotScheduleCommandInput,
492
- ModifySnapshotScheduleCommandOutput,
493
- } from "../commands/ModifySnapshotScheduleCommand";
494
- import {
495
- ModifyUsageLimitCommandInput,
496
- ModifyUsageLimitCommandOutput,
497
- } from "../commands/ModifyUsageLimitCommand";
498
- import {
499
- PauseClusterCommandInput,
500
- PauseClusterCommandOutput,
501
- } from "../commands/PauseClusterCommand";
502
- import {
503
- PurchaseReservedNodeOfferingCommandInput,
504
- PurchaseReservedNodeOfferingCommandOutput,
505
- } from "../commands/PurchaseReservedNodeOfferingCommand";
506
- import {
507
- PutResourcePolicyCommandInput,
508
- PutResourcePolicyCommandOutput,
509
- } from "../commands/PutResourcePolicyCommand";
510
- import {
511
- RebootClusterCommandInput,
512
- RebootClusterCommandOutput,
513
- } from "../commands/RebootClusterCommand";
514
- import {
515
- RegisterNamespaceCommandInput,
516
- RegisterNamespaceCommandOutput,
517
- } from "../commands/RegisterNamespaceCommand";
518
- import {
519
- RejectDataShareCommandInput,
520
- RejectDataShareCommandOutput,
521
- } from "../commands/RejectDataShareCommand";
522
- import {
523
- ResetClusterParameterGroupCommandInput,
524
- ResetClusterParameterGroupCommandOutput,
525
- } from "../commands/ResetClusterParameterGroupCommand";
526
- import {
527
- ResizeClusterCommandInput,
528
- ResizeClusterCommandOutput,
529
- } from "../commands/ResizeClusterCommand";
530
- import {
531
- RestoreFromClusterSnapshotCommandInput,
532
- RestoreFromClusterSnapshotCommandOutput,
533
- } from "../commands/RestoreFromClusterSnapshotCommand";
534
- import {
535
- RestoreTableFromClusterSnapshotCommandInput,
536
- RestoreTableFromClusterSnapshotCommandOutput,
537
- } from "../commands/RestoreTableFromClusterSnapshotCommand";
538
- import {
539
- ResumeClusterCommandInput,
540
- ResumeClusterCommandOutput,
541
- } from "../commands/ResumeClusterCommand";
542
- import {
543
- RevokeClusterSecurityGroupIngressCommandInput,
544
- RevokeClusterSecurityGroupIngressCommandOutput,
545
- } from "../commands/RevokeClusterSecurityGroupIngressCommand";
546
- import {
547
- RevokeEndpointAccessCommandInput,
548
- RevokeEndpointAccessCommandOutput,
549
- } from "../commands/RevokeEndpointAccessCommand";
550
- import {
551
- RevokeSnapshotAccessCommandInput,
552
- RevokeSnapshotAccessCommandOutput,
553
- } from "../commands/RevokeSnapshotAccessCommand";
554
- import {
555
- RotateEncryptionKeyCommandInput,
556
- RotateEncryptionKeyCommandOutput,
557
- } from "../commands/RotateEncryptionKeyCommand";
558
- import {
559
- UpdatePartnerStatusCommandInput,
560
- UpdatePartnerStatusCommandOutput,
561
- } from "../commands/UpdatePartnerStatusCommand";
562
- export declare const se_AcceptReservedNodeExchangeCommand: (
563
- input: AcceptReservedNodeExchangeCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_AddPartnerCommand: (
567
- input: AddPartnerCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_AssociateDataShareConsumerCommand: (
571
- input: AssociateDataShareConsumerCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_AuthorizeClusterSecurityGroupIngressCommand: (
575
- input: AuthorizeClusterSecurityGroupIngressCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_AuthorizeDataShareCommand: (
579
- input: AuthorizeDataShareCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_AuthorizeEndpointAccessCommand: (
583
- input: AuthorizeEndpointAccessCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_AuthorizeSnapshotAccessCommand: (
587
- input: AuthorizeSnapshotAccessCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_BatchDeleteClusterSnapshotsCommand: (
591
- input: BatchDeleteClusterSnapshotsCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_BatchModifyClusterSnapshotsCommand: (
595
- input: BatchModifyClusterSnapshotsCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_CancelResizeCommand: (
599
- input: CancelResizeCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_CopyClusterSnapshotCommand: (
603
- input: CopyClusterSnapshotCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_CreateAuthenticationProfileCommand: (
607
- input: CreateAuthenticationProfileCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_CreateClusterCommand: (
611
- input: CreateClusterCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_CreateClusterParameterGroupCommand: (
615
- input: CreateClusterParameterGroupCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_CreateClusterSecurityGroupCommand: (
619
- input: CreateClusterSecurityGroupCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_CreateClusterSnapshotCommand: (
623
- input: CreateClusterSnapshotCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_CreateClusterSubnetGroupCommand: (
627
- input: CreateClusterSubnetGroupCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_CreateCustomDomainAssociationCommand: (
631
- input: CreateCustomDomainAssociationCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_CreateEndpointAccessCommand: (
635
- input: CreateEndpointAccessCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_CreateEventSubscriptionCommand: (
639
- input: CreateEventSubscriptionCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_CreateHsmClientCertificateCommand: (
643
- input: CreateHsmClientCertificateCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_CreateHsmConfigurationCommand: (
647
- input: CreateHsmConfigurationCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_CreateIntegrationCommand: (
651
- input: CreateIntegrationCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_CreateRedshiftIdcApplicationCommand: (
655
- input: CreateRedshiftIdcApplicationCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_CreateScheduledActionCommand: (
659
- input: CreateScheduledActionCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_CreateSnapshotCopyGrantCommand: (
663
- input: CreateSnapshotCopyGrantCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_CreateSnapshotScheduleCommand: (
667
- input: CreateSnapshotScheduleCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_CreateTagsCommand: (
671
- input: CreateTagsCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_CreateUsageLimitCommand: (
675
- input: CreateUsageLimitCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_DeauthorizeDataShareCommand: (
679
- input: DeauthorizeDataShareCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_DeleteAuthenticationProfileCommand: (
683
- input: DeleteAuthenticationProfileCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_DeleteClusterCommand: (
687
- input: DeleteClusterCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_DeleteClusterParameterGroupCommand: (
691
- input: DeleteClusterParameterGroupCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_DeleteClusterSecurityGroupCommand: (
695
- input: DeleteClusterSecurityGroupCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_DeleteClusterSnapshotCommand: (
699
- input: DeleteClusterSnapshotCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_DeleteClusterSubnetGroupCommand: (
703
- input: DeleteClusterSubnetGroupCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_DeleteCustomDomainAssociationCommand: (
707
- input: DeleteCustomDomainAssociationCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_DeleteEndpointAccessCommand: (
711
- input: DeleteEndpointAccessCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_DeleteEventSubscriptionCommand: (
715
- input: DeleteEventSubscriptionCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_DeleteHsmClientCertificateCommand: (
719
- input: DeleteHsmClientCertificateCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_DeleteHsmConfigurationCommand: (
723
- input: DeleteHsmConfigurationCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_DeleteIntegrationCommand: (
727
- input: DeleteIntegrationCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_DeletePartnerCommand: (
731
- input: DeletePartnerCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_DeleteRedshiftIdcApplicationCommand: (
735
- input: DeleteRedshiftIdcApplicationCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_DeleteResourcePolicyCommand: (
739
- input: DeleteResourcePolicyCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const se_DeleteScheduledActionCommand: (
743
- input: DeleteScheduledActionCommandInput,
744
- context: __SerdeContext
745
- ) => Promise<__HttpRequest>;
746
- export declare const se_DeleteSnapshotCopyGrantCommand: (
747
- input: DeleteSnapshotCopyGrantCommandInput,
748
- context: __SerdeContext
749
- ) => Promise<__HttpRequest>;
750
- export declare const se_DeleteSnapshotScheduleCommand: (
751
- input: DeleteSnapshotScheduleCommandInput,
752
- context: __SerdeContext
753
- ) => Promise<__HttpRequest>;
754
- export declare const se_DeleteTagsCommand: (
755
- input: DeleteTagsCommandInput,
756
- context: __SerdeContext
757
- ) => Promise<__HttpRequest>;
758
- export declare const se_DeleteUsageLimitCommand: (
759
- input: DeleteUsageLimitCommandInput,
760
- context: __SerdeContext
761
- ) => Promise<__HttpRequest>;
762
- export declare const se_DeregisterNamespaceCommand: (
763
- input: DeregisterNamespaceCommandInput,
764
- context: __SerdeContext
765
- ) => Promise<__HttpRequest>;
766
- export declare const se_DescribeAccountAttributesCommand: (
767
- input: DescribeAccountAttributesCommandInput,
768
- context: __SerdeContext
769
- ) => Promise<__HttpRequest>;
770
- export declare const se_DescribeAuthenticationProfilesCommand: (
771
- input: DescribeAuthenticationProfilesCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_DescribeClusterDbRevisionsCommand: (
775
- input: DescribeClusterDbRevisionsCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
- export declare const se_DescribeClusterParameterGroupsCommand: (
779
- input: DescribeClusterParameterGroupsCommandInput,
780
- context: __SerdeContext
781
- ) => Promise<__HttpRequest>;
782
- export declare const se_DescribeClusterParametersCommand: (
783
- input: DescribeClusterParametersCommandInput,
784
- context: __SerdeContext
785
- ) => Promise<__HttpRequest>;
786
- export declare const se_DescribeClustersCommand: (
787
- input: DescribeClustersCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_DescribeClusterSecurityGroupsCommand: (
791
- input: DescribeClusterSecurityGroupsCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
- export declare const se_DescribeClusterSnapshotsCommand: (
795
- input: DescribeClusterSnapshotsCommandInput,
796
- context: __SerdeContext
797
- ) => Promise<__HttpRequest>;
798
- export declare const se_DescribeClusterSubnetGroupsCommand: (
799
- input: DescribeClusterSubnetGroupsCommandInput,
800
- context: __SerdeContext
801
- ) => Promise<__HttpRequest>;
802
- export declare const se_DescribeClusterTracksCommand: (
803
- input: DescribeClusterTracksCommandInput,
804
- context: __SerdeContext
805
- ) => Promise<__HttpRequest>;
806
- export declare const se_DescribeClusterVersionsCommand: (
807
- input: DescribeClusterVersionsCommandInput,
808
- context: __SerdeContext
809
- ) => Promise<__HttpRequest>;
810
- export declare const se_DescribeCustomDomainAssociationsCommand: (
811
- input: DescribeCustomDomainAssociationsCommandInput,
812
- context: __SerdeContext
813
- ) => Promise<__HttpRequest>;
814
- export declare const se_DescribeDataSharesCommand: (
815
- input: DescribeDataSharesCommandInput,
816
- context: __SerdeContext
817
- ) => Promise<__HttpRequest>;
818
- export declare const se_DescribeDataSharesForConsumerCommand: (
819
- input: DescribeDataSharesForConsumerCommandInput,
820
- context: __SerdeContext
821
- ) => Promise<__HttpRequest>;
822
- export declare const se_DescribeDataSharesForProducerCommand: (
823
- input: DescribeDataSharesForProducerCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_DescribeDefaultClusterParametersCommand: (
827
- input: DescribeDefaultClusterParametersCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_DescribeEndpointAccessCommand: (
831
- input: DescribeEndpointAccessCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_DescribeEndpointAuthorizationCommand: (
835
- input: DescribeEndpointAuthorizationCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
- export declare const se_DescribeEventCategoriesCommand: (
839
- input: DescribeEventCategoriesCommandInput,
840
- context: __SerdeContext
841
- ) => Promise<__HttpRequest>;
842
- export declare const se_DescribeEventsCommand: (
843
- input: DescribeEventsCommandInput,
844
- context: __SerdeContext
845
- ) => Promise<__HttpRequest>;
846
- export declare const se_DescribeEventSubscriptionsCommand: (
847
- input: DescribeEventSubscriptionsCommandInput,
848
- context: __SerdeContext
849
- ) => Promise<__HttpRequest>;
850
- export declare const se_DescribeHsmClientCertificatesCommand: (
851
- input: DescribeHsmClientCertificatesCommandInput,
852
- context: __SerdeContext
853
- ) => Promise<__HttpRequest>;
854
- export declare const se_DescribeHsmConfigurationsCommand: (
855
- input: DescribeHsmConfigurationsCommandInput,
856
- context: __SerdeContext
857
- ) => Promise<__HttpRequest>;
858
- export declare const se_DescribeInboundIntegrationsCommand: (
859
- input: DescribeInboundIntegrationsCommandInput,
860
- context: __SerdeContext
861
- ) => Promise<__HttpRequest>;
862
- export declare const se_DescribeIntegrationsCommand: (
863
- input: DescribeIntegrationsCommandInput,
864
- context: __SerdeContext
865
- ) => Promise<__HttpRequest>;
866
- export declare const se_DescribeLoggingStatusCommand: (
867
- input: DescribeLoggingStatusCommandInput,
868
- context: __SerdeContext
869
- ) => Promise<__HttpRequest>;
870
- export declare const se_DescribeNodeConfigurationOptionsCommand: (
871
- input: DescribeNodeConfigurationOptionsCommandInput,
872
- context: __SerdeContext
873
- ) => Promise<__HttpRequest>;
874
- export declare const se_DescribeOrderableClusterOptionsCommand: (
875
- input: DescribeOrderableClusterOptionsCommandInput,
876
- context: __SerdeContext
877
- ) => Promise<__HttpRequest>;
878
- export declare const se_DescribePartnersCommand: (
879
- input: DescribePartnersCommandInput,
880
- context: __SerdeContext
881
- ) => Promise<__HttpRequest>;
882
- export declare const se_DescribeRedshiftIdcApplicationsCommand: (
883
- input: DescribeRedshiftIdcApplicationsCommandInput,
884
- context: __SerdeContext
885
- ) => Promise<__HttpRequest>;
886
- export declare const se_DescribeReservedNodeExchangeStatusCommand: (
887
- input: DescribeReservedNodeExchangeStatusCommandInput,
888
- context: __SerdeContext
889
- ) => Promise<__HttpRequest>;
890
- export declare const se_DescribeReservedNodeOfferingsCommand: (
891
- input: DescribeReservedNodeOfferingsCommandInput,
892
- context: __SerdeContext
893
- ) => Promise<__HttpRequest>;
894
- export declare const se_DescribeReservedNodesCommand: (
895
- input: DescribeReservedNodesCommandInput,
896
- context: __SerdeContext
897
- ) => Promise<__HttpRequest>;
898
- export declare const se_DescribeResizeCommand: (
899
- input: DescribeResizeCommandInput,
900
- context: __SerdeContext
901
- ) => Promise<__HttpRequest>;
902
- export declare const se_DescribeScheduledActionsCommand: (
903
- input: DescribeScheduledActionsCommandInput,
904
- context: __SerdeContext
905
- ) => Promise<__HttpRequest>;
906
- export declare const se_DescribeSnapshotCopyGrantsCommand: (
907
- input: DescribeSnapshotCopyGrantsCommandInput,
908
- context: __SerdeContext
909
- ) => Promise<__HttpRequest>;
910
- export declare const se_DescribeSnapshotSchedulesCommand: (
911
- input: DescribeSnapshotSchedulesCommandInput,
912
- context: __SerdeContext
913
- ) => Promise<__HttpRequest>;
914
- export declare const se_DescribeStorageCommand: (
915
- input: DescribeStorageCommandInput,
916
- context: __SerdeContext
917
- ) => Promise<__HttpRequest>;
918
- export declare const se_DescribeTableRestoreStatusCommand: (
919
- input: DescribeTableRestoreStatusCommandInput,
920
- context: __SerdeContext
921
- ) => Promise<__HttpRequest>;
922
- export declare const se_DescribeTagsCommand: (
923
- input: DescribeTagsCommandInput,
924
- context: __SerdeContext
925
- ) => Promise<__HttpRequest>;
926
- export declare const se_DescribeUsageLimitsCommand: (
927
- input: DescribeUsageLimitsCommandInput,
928
- context: __SerdeContext
929
- ) => Promise<__HttpRequest>;
930
- export declare const se_DisableLoggingCommand: (
931
- input: DisableLoggingCommandInput,
932
- context: __SerdeContext
933
- ) => Promise<__HttpRequest>;
934
- export declare const se_DisableSnapshotCopyCommand: (
935
- input: DisableSnapshotCopyCommandInput,
936
- context: __SerdeContext
937
- ) => Promise<__HttpRequest>;
938
- export declare const se_DisassociateDataShareConsumerCommand: (
939
- input: DisassociateDataShareConsumerCommandInput,
940
- context: __SerdeContext
941
- ) => Promise<__HttpRequest>;
942
- export declare const se_EnableLoggingCommand: (
943
- input: EnableLoggingCommandInput,
944
- context: __SerdeContext
945
- ) => Promise<__HttpRequest>;
946
- export declare const se_EnableSnapshotCopyCommand: (
947
- input: EnableSnapshotCopyCommandInput,
948
- context: __SerdeContext
949
- ) => Promise<__HttpRequest>;
950
- export declare const se_FailoverPrimaryComputeCommand: (
951
- input: FailoverPrimaryComputeCommandInput,
952
- context: __SerdeContext
953
- ) => Promise<__HttpRequest>;
954
- export declare const se_GetClusterCredentialsCommand: (
955
- input: GetClusterCredentialsCommandInput,
956
- context: __SerdeContext
957
- ) => Promise<__HttpRequest>;
958
- export declare const se_GetClusterCredentialsWithIAMCommand: (
959
- input: GetClusterCredentialsWithIAMCommandInput,
960
- context: __SerdeContext
961
- ) => Promise<__HttpRequest>;
962
- export declare const se_GetReservedNodeExchangeConfigurationOptionsCommand: (
963
- input: GetReservedNodeExchangeConfigurationOptionsCommandInput,
964
- context: __SerdeContext
965
- ) => Promise<__HttpRequest>;
966
- export declare const se_GetReservedNodeExchangeOfferingsCommand: (
967
- input: GetReservedNodeExchangeOfferingsCommandInput,
968
- context: __SerdeContext
969
- ) => Promise<__HttpRequest>;
970
- export declare const se_GetResourcePolicyCommand: (
971
- input: GetResourcePolicyCommandInput,
972
- context: __SerdeContext
973
- ) => Promise<__HttpRequest>;
974
- export declare const se_ListRecommendationsCommand: (
975
- input: ListRecommendationsCommandInput,
976
- context: __SerdeContext
977
- ) => Promise<__HttpRequest>;
978
- export declare const se_ModifyAquaConfigurationCommand: (
979
- input: ModifyAquaConfigurationCommandInput,
980
- context: __SerdeContext
981
- ) => Promise<__HttpRequest>;
982
- export declare const se_ModifyAuthenticationProfileCommand: (
983
- input: ModifyAuthenticationProfileCommandInput,
984
- context: __SerdeContext
985
- ) => Promise<__HttpRequest>;
986
- export declare const se_ModifyClusterCommand: (
987
- input: ModifyClusterCommandInput,
988
- context: __SerdeContext
989
- ) => Promise<__HttpRequest>;
990
- export declare const se_ModifyClusterDbRevisionCommand: (
991
- input: ModifyClusterDbRevisionCommandInput,
992
- context: __SerdeContext
993
- ) => Promise<__HttpRequest>;
994
- export declare const se_ModifyClusterIamRolesCommand: (
995
- input: ModifyClusterIamRolesCommandInput,
996
- context: __SerdeContext
997
- ) => Promise<__HttpRequest>;
998
- export declare const se_ModifyClusterMaintenanceCommand: (
999
- input: ModifyClusterMaintenanceCommandInput,
1000
- context: __SerdeContext
1001
- ) => Promise<__HttpRequest>;
1002
- export declare const se_ModifyClusterParameterGroupCommand: (
1003
- input: ModifyClusterParameterGroupCommandInput,
1004
- context: __SerdeContext
1005
- ) => Promise<__HttpRequest>;
1006
- export declare const se_ModifyClusterSnapshotCommand: (
1007
- input: ModifyClusterSnapshotCommandInput,
1008
- context: __SerdeContext
1009
- ) => Promise<__HttpRequest>;
1010
- export declare const se_ModifyClusterSnapshotScheduleCommand: (
1011
- input: ModifyClusterSnapshotScheduleCommandInput,
1012
- context: __SerdeContext
1013
- ) => Promise<__HttpRequest>;
1014
- export declare const se_ModifyClusterSubnetGroupCommand: (
1015
- input: ModifyClusterSubnetGroupCommandInput,
1016
- context: __SerdeContext
1017
- ) => Promise<__HttpRequest>;
1018
- export declare const se_ModifyCustomDomainAssociationCommand: (
1019
- input: ModifyCustomDomainAssociationCommandInput,
1020
- context: __SerdeContext
1021
- ) => Promise<__HttpRequest>;
1022
- export declare const se_ModifyEndpointAccessCommand: (
1023
- input: ModifyEndpointAccessCommandInput,
1024
- context: __SerdeContext
1025
- ) => Promise<__HttpRequest>;
1026
- export declare const se_ModifyEventSubscriptionCommand: (
1027
- input: ModifyEventSubscriptionCommandInput,
1028
- context: __SerdeContext
1029
- ) => Promise<__HttpRequest>;
1030
- export declare const se_ModifyIntegrationCommand: (
1031
- input: ModifyIntegrationCommandInput,
1032
- context: __SerdeContext
1033
- ) => Promise<__HttpRequest>;
1034
- export declare const se_ModifyRedshiftIdcApplicationCommand: (
1035
- input: ModifyRedshiftIdcApplicationCommandInput,
1036
- context: __SerdeContext
1037
- ) => Promise<__HttpRequest>;
1038
- export declare const se_ModifyScheduledActionCommand: (
1039
- input: ModifyScheduledActionCommandInput,
1040
- context: __SerdeContext
1041
- ) => Promise<__HttpRequest>;
1042
- export declare const se_ModifySnapshotCopyRetentionPeriodCommand: (
1043
- input: ModifySnapshotCopyRetentionPeriodCommandInput,
1044
- context: __SerdeContext
1045
- ) => Promise<__HttpRequest>;
1046
- export declare const se_ModifySnapshotScheduleCommand: (
1047
- input: ModifySnapshotScheduleCommandInput,
1048
- context: __SerdeContext
1049
- ) => Promise<__HttpRequest>;
1050
- export declare const se_ModifyUsageLimitCommand: (
1051
- input: ModifyUsageLimitCommandInput,
1052
- context: __SerdeContext
1053
- ) => Promise<__HttpRequest>;
1054
- export declare const se_PauseClusterCommand: (
1055
- input: PauseClusterCommandInput,
1056
- context: __SerdeContext
1057
- ) => Promise<__HttpRequest>;
1058
- export declare const se_PurchaseReservedNodeOfferingCommand: (
1059
- input: PurchaseReservedNodeOfferingCommandInput,
1060
- context: __SerdeContext
1061
- ) => Promise<__HttpRequest>;
1062
- export declare const se_PutResourcePolicyCommand: (
1063
- input: PutResourcePolicyCommandInput,
1064
- context: __SerdeContext
1065
- ) => Promise<__HttpRequest>;
1066
- export declare const se_RebootClusterCommand: (
1067
- input: RebootClusterCommandInput,
1068
- context: __SerdeContext
1069
- ) => Promise<__HttpRequest>;
1070
- export declare const se_RegisterNamespaceCommand: (
1071
- input: RegisterNamespaceCommandInput,
1072
- context: __SerdeContext
1073
- ) => Promise<__HttpRequest>;
1074
- export declare const se_RejectDataShareCommand: (
1075
- input: RejectDataShareCommandInput,
1076
- context: __SerdeContext
1077
- ) => Promise<__HttpRequest>;
1078
- export declare const se_ResetClusterParameterGroupCommand: (
1079
- input: ResetClusterParameterGroupCommandInput,
1080
- context: __SerdeContext
1081
- ) => Promise<__HttpRequest>;
1082
- export declare const se_ResizeClusterCommand: (
1083
- input: ResizeClusterCommandInput,
1084
- context: __SerdeContext
1085
- ) => Promise<__HttpRequest>;
1086
- export declare const se_RestoreFromClusterSnapshotCommand: (
1087
- input: RestoreFromClusterSnapshotCommandInput,
1088
- context: __SerdeContext
1089
- ) => Promise<__HttpRequest>;
1090
- export declare const se_RestoreTableFromClusterSnapshotCommand: (
1091
- input: RestoreTableFromClusterSnapshotCommandInput,
1092
- context: __SerdeContext
1093
- ) => Promise<__HttpRequest>;
1094
- export declare const se_ResumeClusterCommand: (
1095
- input: ResumeClusterCommandInput,
1096
- context: __SerdeContext
1097
- ) => Promise<__HttpRequest>;
1098
- export declare const se_RevokeClusterSecurityGroupIngressCommand: (
1099
- input: RevokeClusterSecurityGroupIngressCommandInput,
1100
- context: __SerdeContext
1101
- ) => Promise<__HttpRequest>;
1102
- export declare const se_RevokeEndpointAccessCommand: (
1103
- input: RevokeEndpointAccessCommandInput,
1104
- context: __SerdeContext
1105
- ) => Promise<__HttpRequest>;
1106
- export declare const se_RevokeSnapshotAccessCommand: (
1107
- input: RevokeSnapshotAccessCommandInput,
1108
- context: __SerdeContext
1109
- ) => Promise<__HttpRequest>;
1110
- export declare const se_RotateEncryptionKeyCommand: (
1111
- input: RotateEncryptionKeyCommandInput,
1112
- context: __SerdeContext
1113
- ) => Promise<__HttpRequest>;
1114
- export declare const se_UpdatePartnerStatusCommand: (
1115
- input: UpdatePartnerStatusCommandInput,
1116
- context: __SerdeContext
1117
- ) => Promise<__HttpRequest>;
1118
- export declare const de_AcceptReservedNodeExchangeCommand: (
1119
- output: __HttpResponse,
1120
- context: __SerdeContext
1121
- ) => Promise<AcceptReservedNodeExchangeCommandOutput>;
1122
- export declare const de_AddPartnerCommand: (
1123
- output: __HttpResponse,
1124
- context: __SerdeContext
1125
- ) => Promise<AddPartnerCommandOutput>;
1126
- export declare const de_AssociateDataShareConsumerCommand: (
1127
- output: __HttpResponse,
1128
- context: __SerdeContext
1129
- ) => Promise<AssociateDataShareConsumerCommandOutput>;
1130
- export declare const de_AuthorizeClusterSecurityGroupIngressCommand: (
1131
- output: __HttpResponse,
1132
- context: __SerdeContext
1133
- ) => Promise<AuthorizeClusterSecurityGroupIngressCommandOutput>;
1134
- export declare const de_AuthorizeDataShareCommand: (
1135
- output: __HttpResponse,
1136
- context: __SerdeContext
1137
- ) => Promise<AuthorizeDataShareCommandOutput>;
1138
- export declare const de_AuthorizeEndpointAccessCommand: (
1139
- output: __HttpResponse,
1140
- context: __SerdeContext
1141
- ) => Promise<AuthorizeEndpointAccessCommandOutput>;
1142
- export declare const de_AuthorizeSnapshotAccessCommand: (
1143
- output: __HttpResponse,
1144
- context: __SerdeContext
1145
- ) => Promise<AuthorizeSnapshotAccessCommandOutput>;
1146
- export declare const de_BatchDeleteClusterSnapshotsCommand: (
1147
- output: __HttpResponse,
1148
- context: __SerdeContext
1149
- ) => Promise<BatchDeleteClusterSnapshotsCommandOutput>;
1150
- export declare const de_BatchModifyClusterSnapshotsCommand: (
1151
- output: __HttpResponse,
1152
- context: __SerdeContext
1153
- ) => Promise<BatchModifyClusterSnapshotsCommandOutput>;
1154
- export declare const de_CancelResizeCommand: (
1155
- output: __HttpResponse,
1156
- context: __SerdeContext
1157
- ) => Promise<CancelResizeCommandOutput>;
1158
- export declare const de_CopyClusterSnapshotCommand: (
1159
- output: __HttpResponse,
1160
- context: __SerdeContext
1161
- ) => Promise<CopyClusterSnapshotCommandOutput>;
1162
- export declare const de_CreateAuthenticationProfileCommand: (
1163
- output: __HttpResponse,
1164
- context: __SerdeContext
1165
- ) => Promise<CreateAuthenticationProfileCommandOutput>;
1166
- export declare const de_CreateClusterCommand: (
1167
- output: __HttpResponse,
1168
- context: __SerdeContext
1169
- ) => Promise<CreateClusterCommandOutput>;
1170
- export declare const de_CreateClusterParameterGroupCommand: (
1171
- output: __HttpResponse,
1172
- context: __SerdeContext
1173
- ) => Promise<CreateClusterParameterGroupCommandOutput>;
1174
- export declare const de_CreateClusterSecurityGroupCommand: (
1175
- output: __HttpResponse,
1176
- context: __SerdeContext
1177
- ) => Promise<CreateClusterSecurityGroupCommandOutput>;
1178
- export declare const de_CreateClusterSnapshotCommand: (
1179
- output: __HttpResponse,
1180
- context: __SerdeContext
1181
- ) => Promise<CreateClusterSnapshotCommandOutput>;
1182
- export declare const de_CreateClusterSubnetGroupCommand: (
1183
- output: __HttpResponse,
1184
- context: __SerdeContext
1185
- ) => Promise<CreateClusterSubnetGroupCommandOutput>;
1186
- export declare const de_CreateCustomDomainAssociationCommand: (
1187
- output: __HttpResponse,
1188
- context: __SerdeContext
1189
- ) => Promise<CreateCustomDomainAssociationCommandOutput>;
1190
- export declare const de_CreateEndpointAccessCommand: (
1191
- output: __HttpResponse,
1192
- context: __SerdeContext
1193
- ) => Promise<CreateEndpointAccessCommandOutput>;
1194
- export declare const de_CreateEventSubscriptionCommand: (
1195
- output: __HttpResponse,
1196
- context: __SerdeContext
1197
- ) => Promise<CreateEventSubscriptionCommandOutput>;
1198
- export declare const de_CreateHsmClientCertificateCommand: (
1199
- output: __HttpResponse,
1200
- context: __SerdeContext
1201
- ) => Promise<CreateHsmClientCertificateCommandOutput>;
1202
- export declare const de_CreateHsmConfigurationCommand: (
1203
- output: __HttpResponse,
1204
- context: __SerdeContext
1205
- ) => Promise<CreateHsmConfigurationCommandOutput>;
1206
- export declare const de_CreateIntegrationCommand: (
1207
- output: __HttpResponse,
1208
- context: __SerdeContext
1209
- ) => Promise<CreateIntegrationCommandOutput>;
1210
- export declare const de_CreateRedshiftIdcApplicationCommand: (
1211
- output: __HttpResponse,
1212
- context: __SerdeContext
1213
- ) => Promise<CreateRedshiftIdcApplicationCommandOutput>;
1214
- export declare const de_CreateScheduledActionCommand: (
1215
- output: __HttpResponse,
1216
- context: __SerdeContext
1217
- ) => Promise<CreateScheduledActionCommandOutput>;
1218
- export declare const de_CreateSnapshotCopyGrantCommand: (
1219
- output: __HttpResponse,
1220
- context: __SerdeContext
1221
- ) => Promise<CreateSnapshotCopyGrantCommandOutput>;
1222
- export declare const de_CreateSnapshotScheduleCommand: (
1223
- output: __HttpResponse,
1224
- context: __SerdeContext
1225
- ) => Promise<CreateSnapshotScheduleCommandOutput>;
1226
- export declare const de_CreateTagsCommand: (
1227
- output: __HttpResponse,
1228
- context: __SerdeContext
1229
- ) => Promise<CreateTagsCommandOutput>;
1230
- export declare const de_CreateUsageLimitCommand: (
1231
- output: __HttpResponse,
1232
- context: __SerdeContext
1233
- ) => Promise<CreateUsageLimitCommandOutput>;
1234
- export declare const de_DeauthorizeDataShareCommand: (
1235
- output: __HttpResponse,
1236
- context: __SerdeContext
1237
- ) => Promise<DeauthorizeDataShareCommandOutput>;
1238
- export declare const de_DeleteAuthenticationProfileCommand: (
1239
- output: __HttpResponse,
1240
- context: __SerdeContext
1241
- ) => Promise<DeleteAuthenticationProfileCommandOutput>;
1242
- export declare const de_DeleteClusterCommand: (
1243
- output: __HttpResponse,
1244
- context: __SerdeContext
1245
- ) => Promise<DeleteClusterCommandOutput>;
1246
- export declare const de_DeleteClusterParameterGroupCommand: (
1247
- output: __HttpResponse,
1248
- context: __SerdeContext
1249
- ) => Promise<DeleteClusterParameterGroupCommandOutput>;
1250
- export declare const de_DeleteClusterSecurityGroupCommand: (
1251
- output: __HttpResponse,
1252
- context: __SerdeContext
1253
- ) => Promise<DeleteClusterSecurityGroupCommandOutput>;
1254
- export declare const de_DeleteClusterSnapshotCommand: (
1255
- output: __HttpResponse,
1256
- context: __SerdeContext
1257
- ) => Promise<DeleteClusterSnapshotCommandOutput>;
1258
- export declare const de_DeleteClusterSubnetGroupCommand: (
1259
- output: __HttpResponse,
1260
- context: __SerdeContext
1261
- ) => Promise<DeleteClusterSubnetGroupCommandOutput>;
1262
- export declare const de_DeleteCustomDomainAssociationCommand: (
1263
- output: __HttpResponse,
1264
- context: __SerdeContext
1265
- ) => Promise<DeleteCustomDomainAssociationCommandOutput>;
1266
- export declare const de_DeleteEndpointAccessCommand: (
1267
- output: __HttpResponse,
1268
- context: __SerdeContext
1269
- ) => Promise<DeleteEndpointAccessCommandOutput>;
1270
- export declare const de_DeleteEventSubscriptionCommand: (
1271
- output: __HttpResponse,
1272
- context: __SerdeContext
1273
- ) => Promise<DeleteEventSubscriptionCommandOutput>;
1274
- export declare const de_DeleteHsmClientCertificateCommand: (
1275
- output: __HttpResponse,
1276
- context: __SerdeContext
1277
- ) => Promise<DeleteHsmClientCertificateCommandOutput>;
1278
- export declare const de_DeleteHsmConfigurationCommand: (
1279
- output: __HttpResponse,
1280
- context: __SerdeContext
1281
- ) => Promise<DeleteHsmConfigurationCommandOutput>;
1282
- export declare const de_DeleteIntegrationCommand: (
1283
- output: __HttpResponse,
1284
- context: __SerdeContext
1285
- ) => Promise<DeleteIntegrationCommandOutput>;
1286
- export declare const de_DeletePartnerCommand: (
1287
- output: __HttpResponse,
1288
- context: __SerdeContext
1289
- ) => Promise<DeletePartnerCommandOutput>;
1290
- export declare const de_DeleteRedshiftIdcApplicationCommand: (
1291
- output: __HttpResponse,
1292
- context: __SerdeContext
1293
- ) => Promise<DeleteRedshiftIdcApplicationCommandOutput>;
1294
- export declare const de_DeleteResourcePolicyCommand: (
1295
- output: __HttpResponse,
1296
- context: __SerdeContext
1297
- ) => Promise<DeleteResourcePolicyCommandOutput>;
1298
- export declare const de_DeleteScheduledActionCommand: (
1299
- output: __HttpResponse,
1300
- context: __SerdeContext
1301
- ) => Promise<DeleteScheduledActionCommandOutput>;
1302
- export declare const de_DeleteSnapshotCopyGrantCommand: (
1303
- output: __HttpResponse,
1304
- context: __SerdeContext
1305
- ) => Promise<DeleteSnapshotCopyGrantCommandOutput>;
1306
- export declare const de_DeleteSnapshotScheduleCommand: (
1307
- output: __HttpResponse,
1308
- context: __SerdeContext
1309
- ) => Promise<DeleteSnapshotScheduleCommandOutput>;
1310
- export declare const de_DeleteTagsCommand: (
1311
- output: __HttpResponse,
1312
- context: __SerdeContext
1313
- ) => Promise<DeleteTagsCommandOutput>;
1314
- export declare const de_DeleteUsageLimitCommand: (
1315
- output: __HttpResponse,
1316
- context: __SerdeContext
1317
- ) => Promise<DeleteUsageLimitCommandOutput>;
1318
- export declare const de_DeregisterNamespaceCommand: (
1319
- output: __HttpResponse,
1320
- context: __SerdeContext
1321
- ) => Promise<DeregisterNamespaceCommandOutput>;
1322
- export declare const de_DescribeAccountAttributesCommand: (
1323
- output: __HttpResponse,
1324
- context: __SerdeContext
1325
- ) => Promise<DescribeAccountAttributesCommandOutput>;
1326
- export declare const de_DescribeAuthenticationProfilesCommand: (
1327
- output: __HttpResponse,
1328
- context: __SerdeContext
1329
- ) => Promise<DescribeAuthenticationProfilesCommandOutput>;
1330
- export declare const de_DescribeClusterDbRevisionsCommand: (
1331
- output: __HttpResponse,
1332
- context: __SerdeContext
1333
- ) => Promise<DescribeClusterDbRevisionsCommandOutput>;
1334
- export declare const de_DescribeClusterParameterGroupsCommand: (
1335
- output: __HttpResponse,
1336
- context: __SerdeContext
1337
- ) => Promise<DescribeClusterParameterGroupsCommandOutput>;
1338
- export declare const de_DescribeClusterParametersCommand: (
1339
- output: __HttpResponse,
1340
- context: __SerdeContext
1341
- ) => Promise<DescribeClusterParametersCommandOutput>;
1342
- export declare const de_DescribeClustersCommand: (
1343
- output: __HttpResponse,
1344
- context: __SerdeContext
1345
- ) => Promise<DescribeClustersCommandOutput>;
1346
- export declare const de_DescribeClusterSecurityGroupsCommand: (
1347
- output: __HttpResponse,
1348
- context: __SerdeContext
1349
- ) => Promise<DescribeClusterSecurityGroupsCommandOutput>;
1350
- export declare const de_DescribeClusterSnapshotsCommand: (
1351
- output: __HttpResponse,
1352
- context: __SerdeContext
1353
- ) => Promise<DescribeClusterSnapshotsCommandOutput>;
1354
- export declare const de_DescribeClusterSubnetGroupsCommand: (
1355
- output: __HttpResponse,
1356
- context: __SerdeContext
1357
- ) => Promise<DescribeClusterSubnetGroupsCommandOutput>;
1358
- export declare const de_DescribeClusterTracksCommand: (
1359
- output: __HttpResponse,
1360
- context: __SerdeContext
1361
- ) => Promise<DescribeClusterTracksCommandOutput>;
1362
- export declare const de_DescribeClusterVersionsCommand: (
1363
- output: __HttpResponse,
1364
- context: __SerdeContext
1365
- ) => Promise<DescribeClusterVersionsCommandOutput>;
1366
- export declare const de_DescribeCustomDomainAssociationsCommand: (
1367
- output: __HttpResponse,
1368
- context: __SerdeContext
1369
- ) => Promise<DescribeCustomDomainAssociationsCommandOutput>;
1370
- export declare const de_DescribeDataSharesCommand: (
1371
- output: __HttpResponse,
1372
- context: __SerdeContext
1373
- ) => Promise<DescribeDataSharesCommandOutput>;
1374
- export declare const de_DescribeDataSharesForConsumerCommand: (
1375
- output: __HttpResponse,
1376
- context: __SerdeContext
1377
- ) => Promise<DescribeDataSharesForConsumerCommandOutput>;
1378
- export declare const de_DescribeDataSharesForProducerCommand: (
1379
- output: __HttpResponse,
1380
- context: __SerdeContext
1381
- ) => Promise<DescribeDataSharesForProducerCommandOutput>;
1382
- export declare const de_DescribeDefaultClusterParametersCommand: (
1383
- output: __HttpResponse,
1384
- context: __SerdeContext
1385
- ) => Promise<DescribeDefaultClusterParametersCommandOutput>;
1386
- export declare const de_DescribeEndpointAccessCommand: (
1387
- output: __HttpResponse,
1388
- context: __SerdeContext
1389
- ) => Promise<DescribeEndpointAccessCommandOutput>;
1390
- export declare const de_DescribeEndpointAuthorizationCommand: (
1391
- output: __HttpResponse,
1392
- context: __SerdeContext
1393
- ) => Promise<DescribeEndpointAuthorizationCommandOutput>;
1394
- export declare const de_DescribeEventCategoriesCommand: (
1395
- output: __HttpResponse,
1396
- context: __SerdeContext
1397
- ) => Promise<DescribeEventCategoriesCommandOutput>;
1398
- export declare const de_DescribeEventsCommand: (
1399
- output: __HttpResponse,
1400
- context: __SerdeContext
1401
- ) => Promise<DescribeEventsCommandOutput>;
1402
- export declare const de_DescribeEventSubscriptionsCommand: (
1403
- output: __HttpResponse,
1404
- context: __SerdeContext
1405
- ) => Promise<DescribeEventSubscriptionsCommandOutput>;
1406
- export declare const de_DescribeHsmClientCertificatesCommand: (
1407
- output: __HttpResponse,
1408
- context: __SerdeContext
1409
- ) => Promise<DescribeHsmClientCertificatesCommandOutput>;
1410
- export declare const de_DescribeHsmConfigurationsCommand: (
1411
- output: __HttpResponse,
1412
- context: __SerdeContext
1413
- ) => Promise<DescribeHsmConfigurationsCommandOutput>;
1414
- export declare const de_DescribeInboundIntegrationsCommand: (
1415
- output: __HttpResponse,
1416
- context: __SerdeContext
1417
- ) => Promise<DescribeInboundIntegrationsCommandOutput>;
1418
- export declare const de_DescribeIntegrationsCommand: (
1419
- output: __HttpResponse,
1420
- context: __SerdeContext
1421
- ) => Promise<DescribeIntegrationsCommandOutput>;
1422
- export declare const de_DescribeLoggingStatusCommand: (
1423
- output: __HttpResponse,
1424
- context: __SerdeContext
1425
- ) => Promise<DescribeLoggingStatusCommandOutput>;
1426
- export declare const de_DescribeNodeConfigurationOptionsCommand: (
1427
- output: __HttpResponse,
1428
- context: __SerdeContext
1429
- ) => Promise<DescribeNodeConfigurationOptionsCommandOutput>;
1430
- export declare const de_DescribeOrderableClusterOptionsCommand: (
1431
- output: __HttpResponse,
1432
- context: __SerdeContext
1433
- ) => Promise<DescribeOrderableClusterOptionsCommandOutput>;
1434
- export declare const de_DescribePartnersCommand: (
1435
- output: __HttpResponse,
1436
- context: __SerdeContext
1437
- ) => Promise<DescribePartnersCommandOutput>;
1438
- export declare const de_DescribeRedshiftIdcApplicationsCommand: (
1439
- output: __HttpResponse,
1440
- context: __SerdeContext
1441
- ) => Promise<DescribeRedshiftIdcApplicationsCommandOutput>;
1442
- export declare const de_DescribeReservedNodeExchangeStatusCommand: (
1443
- output: __HttpResponse,
1444
- context: __SerdeContext
1445
- ) => Promise<DescribeReservedNodeExchangeStatusCommandOutput>;
1446
- export declare const de_DescribeReservedNodeOfferingsCommand: (
1447
- output: __HttpResponse,
1448
- context: __SerdeContext
1449
- ) => Promise<DescribeReservedNodeOfferingsCommandOutput>;
1450
- export declare const de_DescribeReservedNodesCommand: (
1451
- output: __HttpResponse,
1452
- context: __SerdeContext
1453
- ) => Promise<DescribeReservedNodesCommandOutput>;
1454
- export declare const de_DescribeResizeCommand: (
1455
- output: __HttpResponse,
1456
- context: __SerdeContext
1457
- ) => Promise<DescribeResizeCommandOutput>;
1458
- export declare const de_DescribeScheduledActionsCommand: (
1459
- output: __HttpResponse,
1460
- context: __SerdeContext
1461
- ) => Promise<DescribeScheduledActionsCommandOutput>;
1462
- export declare const de_DescribeSnapshotCopyGrantsCommand: (
1463
- output: __HttpResponse,
1464
- context: __SerdeContext
1465
- ) => Promise<DescribeSnapshotCopyGrantsCommandOutput>;
1466
- export declare const de_DescribeSnapshotSchedulesCommand: (
1467
- output: __HttpResponse,
1468
- context: __SerdeContext
1469
- ) => Promise<DescribeSnapshotSchedulesCommandOutput>;
1470
- export declare const de_DescribeStorageCommand: (
1471
- output: __HttpResponse,
1472
- context: __SerdeContext
1473
- ) => Promise<DescribeStorageCommandOutput>;
1474
- export declare const de_DescribeTableRestoreStatusCommand: (
1475
- output: __HttpResponse,
1476
- context: __SerdeContext
1477
- ) => Promise<DescribeTableRestoreStatusCommandOutput>;
1478
- export declare const de_DescribeTagsCommand: (
1479
- output: __HttpResponse,
1480
- context: __SerdeContext
1481
- ) => Promise<DescribeTagsCommandOutput>;
1482
- export declare const de_DescribeUsageLimitsCommand: (
1483
- output: __HttpResponse,
1484
- context: __SerdeContext
1485
- ) => Promise<DescribeUsageLimitsCommandOutput>;
1486
- export declare const de_DisableLoggingCommand: (
1487
- output: __HttpResponse,
1488
- context: __SerdeContext
1489
- ) => Promise<DisableLoggingCommandOutput>;
1490
- export declare const de_DisableSnapshotCopyCommand: (
1491
- output: __HttpResponse,
1492
- context: __SerdeContext
1493
- ) => Promise<DisableSnapshotCopyCommandOutput>;
1494
- export declare const de_DisassociateDataShareConsumerCommand: (
1495
- output: __HttpResponse,
1496
- context: __SerdeContext
1497
- ) => Promise<DisassociateDataShareConsumerCommandOutput>;
1498
- export declare const de_EnableLoggingCommand: (
1499
- output: __HttpResponse,
1500
- context: __SerdeContext
1501
- ) => Promise<EnableLoggingCommandOutput>;
1502
- export declare const de_EnableSnapshotCopyCommand: (
1503
- output: __HttpResponse,
1504
- context: __SerdeContext
1505
- ) => Promise<EnableSnapshotCopyCommandOutput>;
1506
- export declare const de_FailoverPrimaryComputeCommand: (
1507
- output: __HttpResponse,
1508
- context: __SerdeContext
1509
- ) => Promise<FailoverPrimaryComputeCommandOutput>;
1510
- export declare const de_GetClusterCredentialsCommand: (
1511
- output: __HttpResponse,
1512
- context: __SerdeContext
1513
- ) => Promise<GetClusterCredentialsCommandOutput>;
1514
- export declare const de_GetClusterCredentialsWithIAMCommand: (
1515
- output: __HttpResponse,
1516
- context: __SerdeContext
1517
- ) => Promise<GetClusterCredentialsWithIAMCommandOutput>;
1518
- export declare const de_GetReservedNodeExchangeConfigurationOptionsCommand: (
1519
- output: __HttpResponse,
1520
- context: __SerdeContext
1521
- ) => Promise<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
1522
- export declare const de_GetReservedNodeExchangeOfferingsCommand: (
1523
- output: __HttpResponse,
1524
- context: __SerdeContext
1525
- ) => Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
1526
- export declare const de_GetResourcePolicyCommand: (
1527
- output: __HttpResponse,
1528
- context: __SerdeContext
1529
- ) => Promise<GetResourcePolicyCommandOutput>;
1530
- export declare const de_ListRecommendationsCommand: (
1531
- output: __HttpResponse,
1532
- context: __SerdeContext
1533
- ) => Promise<ListRecommendationsCommandOutput>;
1534
- export declare const de_ModifyAquaConfigurationCommand: (
1535
- output: __HttpResponse,
1536
- context: __SerdeContext
1537
- ) => Promise<ModifyAquaConfigurationCommandOutput>;
1538
- export declare const de_ModifyAuthenticationProfileCommand: (
1539
- output: __HttpResponse,
1540
- context: __SerdeContext
1541
- ) => Promise<ModifyAuthenticationProfileCommandOutput>;
1542
- export declare const de_ModifyClusterCommand: (
1543
- output: __HttpResponse,
1544
- context: __SerdeContext
1545
- ) => Promise<ModifyClusterCommandOutput>;
1546
- export declare const de_ModifyClusterDbRevisionCommand: (
1547
- output: __HttpResponse,
1548
- context: __SerdeContext
1549
- ) => Promise<ModifyClusterDbRevisionCommandOutput>;
1550
- export declare const de_ModifyClusterIamRolesCommand: (
1551
- output: __HttpResponse,
1552
- context: __SerdeContext
1553
- ) => Promise<ModifyClusterIamRolesCommandOutput>;
1554
- export declare const de_ModifyClusterMaintenanceCommand: (
1555
- output: __HttpResponse,
1556
- context: __SerdeContext
1557
- ) => Promise<ModifyClusterMaintenanceCommandOutput>;
1558
- export declare const de_ModifyClusterParameterGroupCommand: (
1559
- output: __HttpResponse,
1560
- context: __SerdeContext
1561
- ) => Promise<ModifyClusterParameterGroupCommandOutput>;
1562
- export declare const de_ModifyClusterSnapshotCommand: (
1563
- output: __HttpResponse,
1564
- context: __SerdeContext
1565
- ) => Promise<ModifyClusterSnapshotCommandOutput>;
1566
- export declare const de_ModifyClusterSnapshotScheduleCommand: (
1567
- output: __HttpResponse,
1568
- context: __SerdeContext
1569
- ) => Promise<ModifyClusterSnapshotScheduleCommandOutput>;
1570
- export declare const de_ModifyClusterSubnetGroupCommand: (
1571
- output: __HttpResponse,
1572
- context: __SerdeContext
1573
- ) => Promise<ModifyClusterSubnetGroupCommandOutput>;
1574
- export declare const de_ModifyCustomDomainAssociationCommand: (
1575
- output: __HttpResponse,
1576
- context: __SerdeContext
1577
- ) => Promise<ModifyCustomDomainAssociationCommandOutput>;
1578
- export declare const de_ModifyEndpointAccessCommand: (
1579
- output: __HttpResponse,
1580
- context: __SerdeContext
1581
- ) => Promise<ModifyEndpointAccessCommandOutput>;
1582
- export declare const de_ModifyEventSubscriptionCommand: (
1583
- output: __HttpResponse,
1584
- context: __SerdeContext
1585
- ) => Promise<ModifyEventSubscriptionCommandOutput>;
1586
- export declare const de_ModifyIntegrationCommand: (
1587
- output: __HttpResponse,
1588
- context: __SerdeContext
1589
- ) => Promise<ModifyIntegrationCommandOutput>;
1590
- export declare const de_ModifyRedshiftIdcApplicationCommand: (
1591
- output: __HttpResponse,
1592
- context: __SerdeContext
1593
- ) => Promise<ModifyRedshiftIdcApplicationCommandOutput>;
1594
- export declare const de_ModifyScheduledActionCommand: (
1595
- output: __HttpResponse,
1596
- context: __SerdeContext
1597
- ) => Promise<ModifyScheduledActionCommandOutput>;
1598
- export declare const de_ModifySnapshotCopyRetentionPeriodCommand: (
1599
- output: __HttpResponse,
1600
- context: __SerdeContext
1601
- ) => Promise<ModifySnapshotCopyRetentionPeriodCommandOutput>;
1602
- export declare const de_ModifySnapshotScheduleCommand: (
1603
- output: __HttpResponse,
1604
- context: __SerdeContext
1605
- ) => Promise<ModifySnapshotScheduleCommandOutput>;
1606
- export declare const de_ModifyUsageLimitCommand: (
1607
- output: __HttpResponse,
1608
- context: __SerdeContext
1609
- ) => Promise<ModifyUsageLimitCommandOutput>;
1610
- export declare const de_PauseClusterCommand: (
1611
- output: __HttpResponse,
1612
- context: __SerdeContext
1613
- ) => Promise<PauseClusterCommandOutput>;
1614
- export declare const de_PurchaseReservedNodeOfferingCommand: (
1615
- output: __HttpResponse,
1616
- context: __SerdeContext
1617
- ) => Promise<PurchaseReservedNodeOfferingCommandOutput>;
1618
- export declare const de_PutResourcePolicyCommand: (
1619
- output: __HttpResponse,
1620
- context: __SerdeContext
1621
- ) => Promise<PutResourcePolicyCommandOutput>;
1622
- export declare const de_RebootClusterCommand: (
1623
- output: __HttpResponse,
1624
- context: __SerdeContext
1625
- ) => Promise<RebootClusterCommandOutput>;
1626
- export declare const de_RegisterNamespaceCommand: (
1627
- output: __HttpResponse,
1628
- context: __SerdeContext
1629
- ) => Promise<RegisterNamespaceCommandOutput>;
1630
- export declare const de_RejectDataShareCommand: (
1631
- output: __HttpResponse,
1632
- context: __SerdeContext
1633
- ) => Promise<RejectDataShareCommandOutput>;
1634
- export declare const de_ResetClusterParameterGroupCommand: (
1635
- output: __HttpResponse,
1636
- context: __SerdeContext
1637
- ) => Promise<ResetClusterParameterGroupCommandOutput>;
1638
- export declare const de_ResizeClusterCommand: (
1639
- output: __HttpResponse,
1640
- context: __SerdeContext
1641
- ) => Promise<ResizeClusterCommandOutput>;
1642
- export declare const de_RestoreFromClusterSnapshotCommand: (
1643
- output: __HttpResponse,
1644
- context: __SerdeContext
1645
- ) => Promise<RestoreFromClusterSnapshotCommandOutput>;
1646
- export declare const de_RestoreTableFromClusterSnapshotCommand: (
1647
- output: __HttpResponse,
1648
- context: __SerdeContext
1649
- ) => Promise<RestoreTableFromClusterSnapshotCommandOutput>;
1650
- export declare const de_ResumeClusterCommand: (
1651
- output: __HttpResponse,
1652
- context: __SerdeContext
1653
- ) => Promise<ResumeClusterCommandOutput>;
1654
- export declare const de_RevokeClusterSecurityGroupIngressCommand: (
1655
- output: __HttpResponse,
1656
- context: __SerdeContext
1657
- ) => Promise<RevokeClusterSecurityGroupIngressCommandOutput>;
1658
- export declare const de_RevokeEndpointAccessCommand: (
1659
- output: __HttpResponse,
1660
- context: __SerdeContext
1661
- ) => Promise<RevokeEndpointAccessCommandOutput>;
1662
- export declare const de_RevokeSnapshotAccessCommand: (
1663
- output: __HttpResponse,
1664
- context: __SerdeContext
1665
- ) => Promise<RevokeSnapshotAccessCommandOutput>;
1666
- export declare const de_RotateEncryptionKeyCommand: (
1667
- output: __HttpResponse,
1668
- context: __SerdeContext
1669
- ) => Promise<RotateEncryptionKeyCommandOutput>;
1670
- export declare const de_UpdatePartnerStatusCommand: (
1671
- output: __HttpResponse,
1672
- context: __SerdeContext
1673
- ) => Promise<UpdatePartnerStatusCommandOutput>;