@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,1253 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput } from "../commands/AcceptReservedNodeExchangeCommand";
4
- import { AddPartnerCommandInput, AddPartnerCommandOutput } from "../commands/AddPartnerCommand";
5
- import { AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput } from "../commands/AssociateDataShareConsumerCommand";
6
- import { AuthorizeClusterSecurityGroupIngressCommandInput, AuthorizeClusterSecurityGroupIngressCommandOutput } from "../commands/AuthorizeClusterSecurityGroupIngressCommand";
7
- import { AuthorizeDataShareCommandInput, AuthorizeDataShareCommandOutput } from "../commands/AuthorizeDataShareCommand";
8
- import { AuthorizeEndpointAccessCommandInput, AuthorizeEndpointAccessCommandOutput } from "../commands/AuthorizeEndpointAccessCommand";
9
- import { AuthorizeSnapshotAccessCommandInput, AuthorizeSnapshotAccessCommandOutput } from "../commands/AuthorizeSnapshotAccessCommand";
10
- import { BatchDeleteClusterSnapshotsCommandInput, BatchDeleteClusterSnapshotsCommandOutput } from "../commands/BatchDeleteClusterSnapshotsCommand";
11
- import { BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput } from "../commands/BatchModifyClusterSnapshotsCommand";
12
- import { CancelResizeCommandInput, CancelResizeCommandOutput } from "../commands/CancelResizeCommand";
13
- import { CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput } from "../commands/CopyClusterSnapshotCommand";
14
- import { CreateAuthenticationProfileCommandInput, CreateAuthenticationProfileCommandOutput } from "../commands/CreateAuthenticationProfileCommand";
15
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
16
- import { CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCommandOutput } from "../commands/CreateClusterParameterGroupCommand";
17
- import { CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput } from "../commands/CreateClusterSecurityGroupCommand";
18
- import { CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput } from "../commands/CreateClusterSnapshotCommand";
19
- import { CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput } from "../commands/CreateClusterSubnetGroupCommand";
20
- import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "../commands/CreateCustomDomainAssociationCommand";
21
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "../commands/CreateEndpointAccessCommand";
22
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
23
- import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "../commands/CreateHsmClientCertificateCommand";
24
- import { CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput } from "../commands/CreateHsmConfigurationCommand";
25
- import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
26
- import { CreateRedshiftIdcApplicationCommandInput, CreateRedshiftIdcApplicationCommandOutput } from "../commands/CreateRedshiftIdcApplicationCommand";
27
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "../commands/CreateScheduledActionCommand";
28
- import { CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput } from "../commands/CreateSnapshotCopyGrantCommand";
29
- import { CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput } from "../commands/CreateSnapshotScheduleCommand";
30
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
31
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "../commands/CreateUsageLimitCommand";
32
- import { DeauthorizeDataShareCommandInput, DeauthorizeDataShareCommandOutput } from "../commands/DeauthorizeDataShareCommand";
33
- import { DeleteAuthenticationProfileCommandInput, DeleteAuthenticationProfileCommandOutput } from "../commands/DeleteAuthenticationProfileCommand";
34
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
35
- import { DeleteClusterParameterGroupCommandInput, DeleteClusterParameterGroupCommandOutput } from "../commands/DeleteClusterParameterGroupCommand";
36
- import { DeleteClusterSecurityGroupCommandInput, DeleteClusterSecurityGroupCommandOutput } from "../commands/DeleteClusterSecurityGroupCommand";
37
- import { DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput } from "../commands/DeleteClusterSnapshotCommand";
38
- import { DeleteClusterSubnetGroupCommandInput, DeleteClusterSubnetGroupCommandOutput } from "../commands/DeleteClusterSubnetGroupCommand";
39
- import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "../commands/DeleteCustomDomainAssociationCommand";
40
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "../commands/DeleteEndpointAccessCommand";
41
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
42
- import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "../commands/DeleteHsmClientCertificateCommand";
43
- import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "../commands/DeleteHsmConfigurationCommand";
44
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
45
- import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "../commands/DeletePartnerCommand";
46
- import { DeleteRedshiftIdcApplicationCommandInput, DeleteRedshiftIdcApplicationCommandOutput } from "../commands/DeleteRedshiftIdcApplicationCommand";
47
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
48
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
49
- import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "../commands/DeleteSnapshotCopyGrantCommand";
50
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "../commands/DeleteSnapshotScheduleCommand";
51
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
52
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "../commands/DeleteUsageLimitCommand";
53
- import { DeregisterNamespaceCommandInput, DeregisterNamespaceCommandOutput } from "../commands/DeregisterNamespaceCommand";
54
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
55
- import { DescribeAuthenticationProfilesCommandInput, DescribeAuthenticationProfilesCommandOutput } from "../commands/DescribeAuthenticationProfilesCommand";
56
- import { DescribeClusterDbRevisionsCommandInput, DescribeClusterDbRevisionsCommandOutput } from "../commands/DescribeClusterDbRevisionsCommand";
57
- import { DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput } from "../commands/DescribeClusterParameterGroupsCommand";
58
- import { DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput } from "../commands/DescribeClusterParametersCommand";
59
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "../commands/DescribeClustersCommand";
60
- import { DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput } from "../commands/DescribeClusterSecurityGroupsCommand";
61
- import { DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput } from "../commands/DescribeClusterSnapshotsCommand";
62
- import { DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput } from "../commands/DescribeClusterSubnetGroupsCommand";
63
- import { DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput } from "../commands/DescribeClusterTracksCommand";
64
- import { DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput } from "../commands/DescribeClusterVersionsCommand";
65
- import { DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput } from "../commands/DescribeCustomDomainAssociationsCommand";
66
- import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "../commands/DescribeDataSharesCommand";
67
- import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "../commands/DescribeDataSharesForConsumerCommand";
68
- import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "../commands/DescribeDataSharesForProducerCommand";
69
- import { DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput } from "../commands/DescribeDefaultClusterParametersCommand";
70
- import { DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput } from "../commands/DescribeEndpointAccessCommand";
71
- import { DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput } from "../commands/DescribeEndpointAuthorizationCommand";
72
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
73
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
74
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
75
- import { DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput } from "../commands/DescribeHsmClientCertificatesCommand";
76
- import { DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput } from "../commands/DescribeHsmConfigurationsCommand";
77
- import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "../commands/DescribeInboundIntegrationsCommand";
78
- import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
79
- import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput } from "../commands/DescribeLoggingStatusCommand";
80
- import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "../commands/DescribeNodeConfigurationOptionsCommand";
81
- import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "../commands/DescribeOrderableClusterOptionsCommand";
82
- import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "../commands/DescribePartnersCommand";
83
- import { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "../commands/DescribeRedshiftIdcApplicationsCommand";
84
- import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
85
- import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "../commands/DescribeReservedNodeOfferingsCommand";
86
- import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "../commands/DescribeReservedNodesCommand";
87
- import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "../commands/DescribeResizeCommand";
88
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
89
- import { DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput } from "../commands/DescribeSnapshotCopyGrantsCommand";
90
- import { DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput } from "../commands/DescribeSnapshotSchedulesCommand";
91
- import { DescribeStorageCommandInput, DescribeStorageCommandOutput } from "../commands/DescribeStorageCommand";
92
- import { DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput } from "../commands/DescribeTableRestoreStatusCommand";
93
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
94
- import { DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput } from "../commands/DescribeUsageLimitsCommand";
95
- import { DisableLoggingCommandInput, DisableLoggingCommandOutput } from "../commands/DisableLoggingCommand";
96
- import { DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput } from "../commands/DisableSnapshotCopyCommand";
97
- import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput } from "../commands/DisassociateDataShareConsumerCommand";
98
- import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "../commands/EnableLoggingCommand";
99
- import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "../commands/EnableSnapshotCopyCommand";
100
- import { FailoverPrimaryComputeCommandInput, FailoverPrimaryComputeCommandOutput } from "../commands/FailoverPrimaryComputeCommand";
101
- import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "../commands/GetClusterCredentialsCommand";
102
- import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "../commands/GetClusterCredentialsWithIAMCommand";
103
- import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
104
- import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "../commands/GetReservedNodeExchangeOfferingsCommand";
105
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
106
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
107
- import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "../commands/ModifyAquaConfigurationCommand";
108
- import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "../commands/ModifyAuthenticationProfileCommand";
109
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "../commands/ModifyClusterCommand";
110
- import { ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput } from "../commands/ModifyClusterDbRevisionCommand";
111
- import { ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput } from "../commands/ModifyClusterIamRolesCommand";
112
- import { ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput } from "../commands/ModifyClusterMaintenanceCommand";
113
- import { ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput } from "../commands/ModifyClusterParameterGroupCommand";
114
- import { ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput } from "../commands/ModifyClusterSnapshotCommand";
115
- import { ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput } from "../commands/ModifyClusterSnapshotScheduleCommand";
116
- import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput } from "../commands/ModifyClusterSubnetGroupCommand";
117
- import { ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput } from "../commands/ModifyCustomDomainAssociationCommand";
118
- import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "../commands/ModifyEndpointAccessCommand";
119
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
120
- import { ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput } from "../commands/ModifyIntegrationCommand";
121
- import { ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput } from "../commands/ModifyRedshiftIdcApplicationCommand";
122
- import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "../commands/ModifyScheduledActionCommand";
123
- import { ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput } from "../commands/ModifySnapshotCopyRetentionPeriodCommand";
124
- import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput } from "../commands/ModifySnapshotScheduleCommand";
125
- import { ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput } from "../commands/ModifyUsageLimitCommand";
126
- import { PauseClusterCommandInput, PauseClusterCommandOutput } from "../commands/PauseClusterCommand";
127
- import { PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput } from "../commands/PurchaseReservedNodeOfferingCommand";
128
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
129
- import { RebootClusterCommandInput, RebootClusterCommandOutput } from "../commands/RebootClusterCommand";
130
- import { RegisterNamespaceCommandInput, RegisterNamespaceCommandOutput } from "../commands/RegisterNamespaceCommand";
131
- import { RejectDataShareCommandInput, RejectDataShareCommandOutput } from "../commands/RejectDataShareCommand";
132
- import { ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput } from "../commands/ResetClusterParameterGroupCommand";
133
- import { ResizeClusterCommandInput, ResizeClusterCommandOutput } from "../commands/ResizeClusterCommand";
134
- import { RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput } from "../commands/RestoreFromClusterSnapshotCommand";
135
- import { RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput } from "../commands/RestoreTableFromClusterSnapshotCommand";
136
- import { ResumeClusterCommandInput, ResumeClusterCommandOutput } from "../commands/ResumeClusterCommand";
137
- import { RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput } from "../commands/RevokeClusterSecurityGroupIngressCommand";
138
- import { RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput } from "../commands/RevokeEndpointAccessCommand";
139
- import { RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput } from "../commands/RevokeSnapshotAccessCommand";
140
- import { RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput } from "../commands/RotateEncryptionKeyCommand";
141
- import { UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput } from "../commands/UpdatePartnerStatusCommand";
142
- /**
143
- * serializeAws_queryAcceptReservedNodeExchangeCommand
144
- */
145
- export declare const se_AcceptReservedNodeExchangeCommand: (input: AcceptReservedNodeExchangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryAddPartnerCommand
148
- */
149
- export declare const se_AddPartnerCommand: (input: AddPartnerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryAssociateDataShareConsumerCommand
152
- */
153
- export declare const se_AssociateDataShareConsumerCommand: (input: AssociateDataShareConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryAuthorizeClusterSecurityGroupIngressCommand
156
- */
157
- export declare const se_AuthorizeClusterSecurityGroupIngressCommand: (input: AuthorizeClusterSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryAuthorizeDataShareCommand
160
- */
161
- export declare const se_AuthorizeDataShareCommand: (input: AuthorizeDataShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryAuthorizeEndpointAccessCommand
164
- */
165
- export declare const se_AuthorizeEndpointAccessCommand: (input: AuthorizeEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryAuthorizeSnapshotAccessCommand
168
- */
169
- export declare const se_AuthorizeSnapshotAccessCommand: (input: AuthorizeSnapshotAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryBatchDeleteClusterSnapshotsCommand
172
- */
173
- export declare const se_BatchDeleteClusterSnapshotsCommand: (input: BatchDeleteClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryBatchModifyClusterSnapshotsCommand
176
- */
177
- export declare const se_BatchModifyClusterSnapshotsCommand: (input: BatchModifyClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_queryCancelResizeCommand
180
- */
181
- export declare const se_CancelResizeCommand: (input: CancelResizeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryCopyClusterSnapshotCommand
184
- */
185
- export declare const se_CopyClusterSnapshotCommand: (input: CopyClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryCreateAuthenticationProfileCommand
188
- */
189
- export declare const se_CreateAuthenticationProfileCommand: (input: CreateAuthenticationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryCreateClusterCommand
192
- */
193
- export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryCreateClusterParameterGroupCommand
196
- */
197
- export declare const se_CreateClusterParameterGroupCommand: (input: CreateClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_queryCreateClusterSecurityGroupCommand
200
- */
201
- export declare const se_CreateClusterSecurityGroupCommand: (input: CreateClusterSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_queryCreateClusterSnapshotCommand
204
- */
205
- export declare const se_CreateClusterSnapshotCommand: (input: CreateClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_queryCreateClusterSubnetGroupCommand
208
- */
209
- export declare const se_CreateClusterSubnetGroupCommand: (input: CreateClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_queryCreateCustomDomainAssociationCommand
212
- */
213
- export declare const se_CreateCustomDomainAssociationCommand: (input: CreateCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_queryCreateEndpointAccessCommand
216
- */
217
- export declare const se_CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_queryCreateEventSubscriptionCommand
220
- */
221
- export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_queryCreateHsmClientCertificateCommand
224
- */
225
- export declare const se_CreateHsmClientCertificateCommand: (input: CreateHsmClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_queryCreateHsmConfigurationCommand
228
- */
229
- export declare const se_CreateHsmConfigurationCommand: (input: CreateHsmConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_queryCreateIntegrationCommand
232
- */
233
- export declare const se_CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_queryCreateRedshiftIdcApplicationCommand
236
- */
237
- export declare const se_CreateRedshiftIdcApplicationCommand: (input: CreateRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_queryCreateScheduledActionCommand
240
- */
241
- export declare const se_CreateScheduledActionCommand: (input: CreateScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_queryCreateSnapshotCopyGrantCommand
244
- */
245
- export declare const se_CreateSnapshotCopyGrantCommand: (input: CreateSnapshotCopyGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_queryCreateSnapshotScheduleCommand
248
- */
249
- export declare const se_CreateSnapshotScheduleCommand: (input: CreateSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_queryCreateTagsCommand
252
- */
253
- export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_queryCreateUsageLimitCommand
256
- */
257
- export declare const se_CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_queryDeauthorizeDataShareCommand
260
- */
261
- export declare const se_DeauthorizeDataShareCommand: (input: DeauthorizeDataShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_queryDeleteAuthenticationProfileCommand
264
- */
265
- export declare const se_DeleteAuthenticationProfileCommand: (input: DeleteAuthenticationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_queryDeleteClusterCommand
268
- */
269
- export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_queryDeleteClusterParameterGroupCommand
272
- */
273
- export declare const se_DeleteClusterParameterGroupCommand: (input: DeleteClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_queryDeleteClusterSecurityGroupCommand
276
- */
277
- export declare const se_DeleteClusterSecurityGroupCommand: (input: DeleteClusterSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_queryDeleteClusterSnapshotCommand
280
- */
281
- export declare const se_DeleteClusterSnapshotCommand: (input: DeleteClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_queryDeleteClusterSubnetGroupCommand
284
- */
285
- export declare const se_DeleteClusterSubnetGroupCommand: (input: DeleteClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_queryDeleteCustomDomainAssociationCommand
288
- */
289
- export declare const se_DeleteCustomDomainAssociationCommand: (input: DeleteCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_queryDeleteEndpointAccessCommand
292
- */
293
- export declare const se_DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_queryDeleteEventSubscriptionCommand
296
- */
297
- export declare const se_DeleteEventSubscriptionCommand: (input: DeleteEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_queryDeleteHsmClientCertificateCommand
300
- */
301
- export declare const se_DeleteHsmClientCertificateCommand: (input: DeleteHsmClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_queryDeleteHsmConfigurationCommand
304
- */
305
- export declare const se_DeleteHsmConfigurationCommand: (input: DeleteHsmConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_queryDeleteIntegrationCommand
308
- */
309
- export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_queryDeletePartnerCommand
312
- */
313
- export declare const se_DeletePartnerCommand: (input: DeletePartnerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_queryDeleteRedshiftIdcApplicationCommand
316
- */
317
- export declare const se_DeleteRedshiftIdcApplicationCommand: (input: DeleteRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_queryDeleteResourcePolicyCommand
320
- */
321
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_queryDeleteScheduledActionCommand
324
- */
325
- export declare const se_DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_queryDeleteSnapshotCopyGrantCommand
328
- */
329
- export declare const se_DeleteSnapshotCopyGrantCommand: (input: DeleteSnapshotCopyGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_queryDeleteSnapshotScheduleCommand
332
- */
333
- export declare const se_DeleteSnapshotScheduleCommand: (input: DeleteSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_queryDeleteTagsCommand
336
- */
337
- export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_queryDeleteUsageLimitCommand
340
- */
341
- export declare const se_DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_queryDeregisterNamespaceCommand
344
- */
345
- export declare const se_DeregisterNamespaceCommand: (input: DeregisterNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_queryDescribeAccountAttributesCommand
348
- */
349
- export declare const se_DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_queryDescribeAuthenticationProfilesCommand
352
- */
353
- export declare const se_DescribeAuthenticationProfilesCommand: (input: DescribeAuthenticationProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_queryDescribeClusterDbRevisionsCommand
356
- */
357
- export declare const se_DescribeClusterDbRevisionsCommand: (input: DescribeClusterDbRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_queryDescribeClusterParameterGroupsCommand
360
- */
361
- export declare const se_DescribeClusterParameterGroupsCommand: (input: DescribeClusterParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_queryDescribeClusterParametersCommand
364
- */
365
- export declare const se_DescribeClusterParametersCommand: (input: DescribeClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_queryDescribeClustersCommand
368
- */
369
- export declare const se_DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_queryDescribeClusterSecurityGroupsCommand
372
- */
373
- export declare const se_DescribeClusterSecurityGroupsCommand: (input: DescribeClusterSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_queryDescribeClusterSnapshotsCommand
376
- */
377
- export declare const se_DescribeClusterSnapshotsCommand: (input: DescribeClusterSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_queryDescribeClusterSubnetGroupsCommand
380
- */
381
- export declare const se_DescribeClusterSubnetGroupsCommand: (input: DescribeClusterSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_queryDescribeClusterTracksCommand
384
- */
385
- export declare const se_DescribeClusterTracksCommand: (input: DescribeClusterTracksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_queryDescribeClusterVersionsCommand
388
- */
389
- export declare const se_DescribeClusterVersionsCommand: (input: DescribeClusterVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_queryDescribeCustomDomainAssociationsCommand
392
- */
393
- export declare const se_DescribeCustomDomainAssociationsCommand: (input: DescribeCustomDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_queryDescribeDataSharesCommand
396
- */
397
- export declare const se_DescribeDataSharesCommand: (input: DescribeDataSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_queryDescribeDataSharesForConsumerCommand
400
- */
401
- export declare const se_DescribeDataSharesForConsumerCommand: (input: DescribeDataSharesForConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
- /**
403
- * serializeAws_queryDescribeDataSharesForProducerCommand
404
- */
405
- export declare const se_DescribeDataSharesForProducerCommand: (input: DescribeDataSharesForProducerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
- /**
407
- * serializeAws_queryDescribeDefaultClusterParametersCommand
408
- */
409
- export declare const se_DescribeDefaultClusterParametersCommand: (input: DescribeDefaultClusterParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_queryDescribeEndpointAccessCommand
412
- */
413
- export declare const se_DescribeEndpointAccessCommand: (input: DescribeEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_queryDescribeEndpointAuthorizationCommand
416
- */
417
- export declare const se_DescribeEndpointAuthorizationCommand: (input: DescribeEndpointAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * serializeAws_queryDescribeEventCategoriesCommand
420
- */
421
- export declare const se_DescribeEventCategoriesCommand: (input: DescribeEventCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
422
- /**
423
- * serializeAws_queryDescribeEventsCommand
424
- */
425
- export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
426
- /**
427
- * serializeAws_queryDescribeEventSubscriptionsCommand
428
- */
429
- export declare const se_DescribeEventSubscriptionsCommand: (input: DescribeEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
430
- /**
431
- * serializeAws_queryDescribeHsmClientCertificatesCommand
432
- */
433
- export declare const se_DescribeHsmClientCertificatesCommand: (input: DescribeHsmClientCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
- /**
435
- * serializeAws_queryDescribeHsmConfigurationsCommand
436
- */
437
- export declare const se_DescribeHsmConfigurationsCommand: (input: DescribeHsmConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
- /**
439
- * serializeAws_queryDescribeInboundIntegrationsCommand
440
- */
441
- export declare const se_DescribeInboundIntegrationsCommand: (input: DescribeInboundIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
442
- /**
443
- * serializeAws_queryDescribeIntegrationsCommand
444
- */
445
- export declare const se_DescribeIntegrationsCommand: (input: DescribeIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
446
- /**
447
- * serializeAws_queryDescribeLoggingStatusCommand
448
- */
449
- export declare const se_DescribeLoggingStatusCommand: (input: DescribeLoggingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
450
- /**
451
- * serializeAws_queryDescribeNodeConfigurationOptionsCommand
452
- */
453
- export declare const se_DescribeNodeConfigurationOptionsCommand: (input: DescribeNodeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
- /**
455
- * serializeAws_queryDescribeOrderableClusterOptionsCommand
456
- */
457
- export declare const se_DescribeOrderableClusterOptionsCommand: (input: DescribeOrderableClusterOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
458
- /**
459
- * serializeAws_queryDescribePartnersCommand
460
- */
461
- export declare const se_DescribePartnersCommand: (input: DescribePartnersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
462
- /**
463
- * serializeAws_queryDescribeRedshiftIdcApplicationsCommand
464
- */
465
- export declare const se_DescribeRedshiftIdcApplicationsCommand: (input: DescribeRedshiftIdcApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
466
- /**
467
- * serializeAws_queryDescribeReservedNodeExchangeStatusCommand
468
- */
469
- export declare const se_DescribeReservedNodeExchangeStatusCommand: (input: DescribeReservedNodeExchangeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
470
- /**
471
- * serializeAws_queryDescribeReservedNodeOfferingsCommand
472
- */
473
- export declare const se_DescribeReservedNodeOfferingsCommand: (input: DescribeReservedNodeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
474
- /**
475
- * serializeAws_queryDescribeReservedNodesCommand
476
- */
477
- export declare const se_DescribeReservedNodesCommand: (input: DescribeReservedNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
478
- /**
479
- * serializeAws_queryDescribeResizeCommand
480
- */
481
- export declare const se_DescribeResizeCommand: (input: DescribeResizeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
482
- /**
483
- * serializeAws_queryDescribeScheduledActionsCommand
484
- */
485
- export declare const se_DescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
486
- /**
487
- * serializeAws_queryDescribeSnapshotCopyGrantsCommand
488
- */
489
- export declare const se_DescribeSnapshotCopyGrantsCommand: (input: DescribeSnapshotCopyGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
490
- /**
491
- * serializeAws_queryDescribeSnapshotSchedulesCommand
492
- */
493
- export declare const se_DescribeSnapshotSchedulesCommand: (input: DescribeSnapshotSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
494
- /**
495
- * serializeAws_queryDescribeStorageCommand
496
- */
497
- export declare const se_DescribeStorageCommand: (input: DescribeStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
498
- /**
499
- * serializeAws_queryDescribeTableRestoreStatusCommand
500
- */
501
- export declare const se_DescribeTableRestoreStatusCommand: (input: DescribeTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
502
- /**
503
- * serializeAws_queryDescribeTagsCommand
504
- */
505
- export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
506
- /**
507
- * serializeAws_queryDescribeUsageLimitsCommand
508
- */
509
- export declare const se_DescribeUsageLimitsCommand: (input: DescribeUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
510
- /**
511
- * serializeAws_queryDisableLoggingCommand
512
- */
513
- export declare const se_DisableLoggingCommand: (input: DisableLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
514
- /**
515
- * serializeAws_queryDisableSnapshotCopyCommand
516
- */
517
- export declare const se_DisableSnapshotCopyCommand: (input: DisableSnapshotCopyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
518
- /**
519
- * serializeAws_queryDisassociateDataShareConsumerCommand
520
- */
521
- export declare const se_DisassociateDataShareConsumerCommand: (input: DisassociateDataShareConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
522
- /**
523
- * serializeAws_queryEnableLoggingCommand
524
- */
525
- export declare const se_EnableLoggingCommand: (input: EnableLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
526
- /**
527
- * serializeAws_queryEnableSnapshotCopyCommand
528
- */
529
- export declare const se_EnableSnapshotCopyCommand: (input: EnableSnapshotCopyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
530
- /**
531
- * serializeAws_queryFailoverPrimaryComputeCommand
532
- */
533
- export declare const se_FailoverPrimaryComputeCommand: (input: FailoverPrimaryComputeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
534
- /**
535
- * serializeAws_queryGetClusterCredentialsCommand
536
- */
537
- export declare const se_GetClusterCredentialsCommand: (input: GetClusterCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
538
- /**
539
- * serializeAws_queryGetClusterCredentialsWithIAMCommand
540
- */
541
- export declare const se_GetClusterCredentialsWithIAMCommand: (input: GetClusterCredentialsWithIAMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
542
- /**
543
- * serializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand
544
- */
545
- export declare const se_GetReservedNodeExchangeConfigurationOptionsCommand: (input: GetReservedNodeExchangeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
546
- /**
547
- * serializeAws_queryGetReservedNodeExchangeOfferingsCommand
548
- */
549
- export declare const se_GetReservedNodeExchangeOfferingsCommand: (input: GetReservedNodeExchangeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
550
- /**
551
- * serializeAws_queryGetResourcePolicyCommand
552
- */
553
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
554
- /**
555
- * serializeAws_queryListRecommendationsCommand
556
- */
557
- export declare const se_ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
558
- /**
559
- * serializeAws_queryModifyAquaConfigurationCommand
560
- */
561
- export declare const se_ModifyAquaConfigurationCommand: (input: ModifyAquaConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
562
- /**
563
- * serializeAws_queryModifyAuthenticationProfileCommand
564
- */
565
- export declare const se_ModifyAuthenticationProfileCommand: (input: ModifyAuthenticationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
566
- /**
567
- * serializeAws_queryModifyClusterCommand
568
- */
569
- export declare const se_ModifyClusterCommand: (input: ModifyClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
570
- /**
571
- * serializeAws_queryModifyClusterDbRevisionCommand
572
- */
573
- export declare const se_ModifyClusterDbRevisionCommand: (input: ModifyClusterDbRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
574
- /**
575
- * serializeAws_queryModifyClusterIamRolesCommand
576
- */
577
- export declare const se_ModifyClusterIamRolesCommand: (input: ModifyClusterIamRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
578
- /**
579
- * serializeAws_queryModifyClusterMaintenanceCommand
580
- */
581
- export declare const se_ModifyClusterMaintenanceCommand: (input: ModifyClusterMaintenanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
582
- /**
583
- * serializeAws_queryModifyClusterParameterGroupCommand
584
- */
585
- export declare const se_ModifyClusterParameterGroupCommand: (input: ModifyClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
586
- /**
587
- * serializeAws_queryModifyClusterSnapshotCommand
588
- */
589
- export declare const se_ModifyClusterSnapshotCommand: (input: ModifyClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
590
- /**
591
- * serializeAws_queryModifyClusterSnapshotScheduleCommand
592
- */
593
- export declare const se_ModifyClusterSnapshotScheduleCommand: (input: ModifyClusterSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
594
- /**
595
- * serializeAws_queryModifyClusterSubnetGroupCommand
596
- */
597
- export declare const se_ModifyClusterSubnetGroupCommand: (input: ModifyClusterSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
598
- /**
599
- * serializeAws_queryModifyCustomDomainAssociationCommand
600
- */
601
- export declare const se_ModifyCustomDomainAssociationCommand: (input: ModifyCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
602
- /**
603
- * serializeAws_queryModifyEndpointAccessCommand
604
- */
605
- export declare const se_ModifyEndpointAccessCommand: (input: ModifyEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
606
- /**
607
- * serializeAws_queryModifyEventSubscriptionCommand
608
- */
609
- export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
610
- /**
611
- * serializeAws_queryModifyIntegrationCommand
612
- */
613
- export declare const se_ModifyIntegrationCommand: (input: ModifyIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
614
- /**
615
- * serializeAws_queryModifyRedshiftIdcApplicationCommand
616
- */
617
- export declare const se_ModifyRedshiftIdcApplicationCommand: (input: ModifyRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
618
- /**
619
- * serializeAws_queryModifyScheduledActionCommand
620
- */
621
- export declare const se_ModifyScheduledActionCommand: (input: ModifyScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
622
- /**
623
- * serializeAws_queryModifySnapshotCopyRetentionPeriodCommand
624
- */
625
- export declare const se_ModifySnapshotCopyRetentionPeriodCommand: (input: ModifySnapshotCopyRetentionPeriodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
626
- /**
627
- * serializeAws_queryModifySnapshotScheduleCommand
628
- */
629
- export declare const se_ModifySnapshotScheduleCommand: (input: ModifySnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
630
- /**
631
- * serializeAws_queryModifyUsageLimitCommand
632
- */
633
- export declare const se_ModifyUsageLimitCommand: (input: ModifyUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
634
- /**
635
- * serializeAws_queryPauseClusterCommand
636
- */
637
- export declare const se_PauseClusterCommand: (input: PauseClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
638
- /**
639
- * serializeAws_queryPurchaseReservedNodeOfferingCommand
640
- */
641
- export declare const se_PurchaseReservedNodeOfferingCommand: (input: PurchaseReservedNodeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
642
- /**
643
- * serializeAws_queryPutResourcePolicyCommand
644
- */
645
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
646
- /**
647
- * serializeAws_queryRebootClusterCommand
648
- */
649
- export declare const se_RebootClusterCommand: (input: RebootClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
650
- /**
651
- * serializeAws_queryRegisterNamespaceCommand
652
- */
653
- export declare const se_RegisterNamespaceCommand: (input: RegisterNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
654
- /**
655
- * serializeAws_queryRejectDataShareCommand
656
- */
657
- export declare const se_RejectDataShareCommand: (input: RejectDataShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
658
- /**
659
- * serializeAws_queryResetClusterParameterGroupCommand
660
- */
661
- export declare const se_ResetClusterParameterGroupCommand: (input: ResetClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
662
- /**
663
- * serializeAws_queryResizeClusterCommand
664
- */
665
- export declare const se_ResizeClusterCommand: (input: ResizeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
666
- /**
667
- * serializeAws_queryRestoreFromClusterSnapshotCommand
668
- */
669
- export declare const se_RestoreFromClusterSnapshotCommand: (input: RestoreFromClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
670
- /**
671
- * serializeAws_queryRestoreTableFromClusterSnapshotCommand
672
- */
673
- export declare const se_RestoreTableFromClusterSnapshotCommand: (input: RestoreTableFromClusterSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
674
- /**
675
- * serializeAws_queryResumeClusterCommand
676
- */
677
- export declare const se_ResumeClusterCommand: (input: ResumeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
678
- /**
679
- * serializeAws_queryRevokeClusterSecurityGroupIngressCommand
680
- */
681
- export declare const se_RevokeClusterSecurityGroupIngressCommand: (input: RevokeClusterSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
682
- /**
683
- * serializeAws_queryRevokeEndpointAccessCommand
684
- */
685
- export declare const se_RevokeEndpointAccessCommand: (input: RevokeEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
686
- /**
687
- * serializeAws_queryRevokeSnapshotAccessCommand
688
- */
689
- export declare const se_RevokeSnapshotAccessCommand: (input: RevokeSnapshotAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
690
- /**
691
- * serializeAws_queryRotateEncryptionKeyCommand
692
- */
693
- export declare const se_RotateEncryptionKeyCommand: (input: RotateEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
694
- /**
695
- * serializeAws_queryUpdatePartnerStatusCommand
696
- */
697
- export declare const se_UpdatePartnerStatusCommand: (input: UpdatePartnerStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
698
- /**
699
- * deserializeAws_queryAcceptReservedNodeExchangeCommand
700
- */
701
- export declare const de_AcceptReservedNodeExchangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptReservedNodeExchangeCommandOutput>;
702
- /**
703
- * deserializeAws_queryAddPartnerCommand
704
- */
705
- export declare const de_AddPartnerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPartnerCommandOutput>;
706
- /**
707
- * deserializeAws_queryAssociateDataShareConsumerCommand
708
- */
709
- export declare const de_AssociateDataShareConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDataShareConsumerCommandOutput>;
710
- /**
711
- * deserializeAws_queryAuthorizeClusterSecurityGroupIngressCommand
712
- */
713
- export declare const de_AuthorizeClusterSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeClusterSecurityGroupIngressCommandOutput>;
714
- /**
715
- * deserializeAws_queryAuthorizeDataShareCommand
716
- */
717
- export declare const de_AuthorizeDataShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeDataShareCommandOutput>;
718
- /**
719
- * deserializeAws_queryAuthorizeEndpointAccessCommand
720
- */
721
- export declare const de_AuthorizeEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeEndpointAccessCommandOutput>;
722
- /**
723
- * deserializeAws_queryAuthorizeSnapshotAccessCommand
724
- */
725
- export declare const de_AuthorizeSnapshotAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeSnapshotAccessCommandOutput>;
726
- /**
727
- * deserializeAws_queryBatchDeleteClusterSnapshotsCommand
728
- */
729
- export declare const de_BatchDeleteClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteClusterSnapshotsCommandOutput>;
730
- /**
731
- * deserializeAws_queryBatchModifyClusterSnapshotsCommand
732
- */
733
- export declare const de_BatchModifyClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchModifyClusterSnapshotsCommandOutput>;
734
- /**
735
- * deserializeAws_queryCancelResizeCommand
736
- */
737
- export declare const de_CancelResizeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelResizeCommandOutput>;
738
- /**
739
- * deserializeAws_queryCopyClusterSnapshotCommand
740
- */
741
- export declare const de_CopyClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyClusterSnapshotCommandOutput>;
742
- /**
743
- * deserializeAws_queryCreateAuthenticationProfileCommand
744
- */
745
- export declare const de_CreateAuthenticationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthenticationProfileCommandOutput>;
746
- /**
747
- * deserializeAws_queryCreateClusterCommand
748
- */
749
- export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
750
- /**
751
- * deserializeAws_queryCreateClusterParameterGroupCommand
752
- */
753
- export declare const de_CreateClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterParameterGroupCommandOutput>;
754
- /**
755
- * deserializeAws_queryCreateClusterSecurityGroupCommand
756
- */
757
- export declare const de_CreateClusterSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSecurityGroupCommandOutput>;
758
- /**
759
- * deserializeAws_queryCreateClusterSnapshotCommand
760
- */
761
- export declare const de_CreateClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSnapshotCommandOutput>;
762
- /**
763
- * deserializeAws_queryCreateClusterSubnetGroupCommand
764
- */
765
- export declare const de_CreateClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterSubnetGroupCommandOutput>;
766
- /**
767
- * deserializeAws_queryCreateCustomDomainAssociationCommand
768
- */
769
- export declare const de_CreateCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDomainAssociationCommandOutput>;
770
- /**
771
- * deserializeAws_queryCreateEndpointAccessCommand
772
- */
773
- export declare const de_CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
774
- /**
775
- * deserializeAws_queryCreateEventSubscriptionCommand
776
- */
777
- export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSubscriptionCommandOutput>;
778
- /**
779
- * deserializeAws_queryCreateHsmClientCertificateCommand
780
- */
781
- export declare const de_CreateHsmClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmClientCertificateCommandOutput>;
782
- /**
783
- * deserializeAws_queryCreateHsmConfigurationCommand
784
- */
785
- export declare const de_CreateHsmConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmConfigurationCommandOutput>;
786
- /**
787
- * deserializeAws_queryCreateIntegrationCommand
788
- */
789
- export declare const de_CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
790
- /**
791
- * deserializeAws_queryCreateRedshiftIdcApplicationCommand
792
- */
793
- export declare const de_CreateRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRedshiftIdcApplicationCommandOutput>;
794
- /**
795
- * deserializeAws_queryCreateScheduledActionCommand
796
- */
797
- export declare const de_CreateScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScheduledActionCommandOutput>;
798
- /**
799
- * deserializeAws_queryCreateSnapshotCopyGrantCommand
800
- */
801
- export declare const de_CreateSnapshotCopyGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCopyGrantCommandOutput>;
802
- /**
803
- * deserializeAws_queryCreateSnapshotScheduleCommand
804
- */
805
- export declare const de_CreateSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotScheduleCommandOutput>;
806
- /**
807
- * deserializeAws_queryCreateTagsCommand
808
- */
809
- export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
810
- /**
811
- * deserializeAws_queryCreateUsageLimitCommand
812
- */
813
- export declare const de_CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
814
- /**
815
- * deserializeAws_queryDeauthorizeDataShareCommand
816
- */
817
- export declare const de_DeauthorizeDataShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeauthorizeDataShareCommandOutput>;
818
- /**
819
- * deserializeAws_queryDeleteAuthenticationProfileCommand
820
- */
821
- export declare const de_DeleteAuthenticationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthenticationProfileCommandOutput>;
822
- /**
823
- * deserializeAws_queryDeleteClusterCommand
824
- */
825
- export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
826
- /**
827
- * deserializeAws_queryDeleteClusterParameterGroupCommand
828
- */
829
- export declare const de_DeleteClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterParameterGroupCommandOutput>;
830
- /**
831
- * deserializeAws_queryDeleteClusterSecurityGroupCommand
832
- */
833
- export declare const de_DeleteClusterSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSecurityGroupCommandOutput>;
834
- /**
835
- * deserializeAws_queryDeleteClusterSnapshotCommand
836
- */
837
- export declare const de_DeleteClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSnapshotCommandOutput>;
838
- /**
839
- * deserializeAws_queryDeleteClusterSubnetGroupCommand
840
- */
841
- export declare const de_DeleteClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterSubnetGroupCommandOutput>;
842
- /**
843
- * deserializeAws_queryDeleteCustomDomainAssociationCommand
844
- */
845
- export declare const de_DeleteCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDomainAssociationCommandOutput>;
846
- /**
847
- * deserializeAws_queryDeleteEndpointAccessCommand
848
- */
849
- export declare const de_DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
850
- /**
851
- * deserializeAws_queryDeleteEventSubscriptionCommand
852
- */
853
- export declare const de_DeleteEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSubscriptionCommandOutput>;
854
- /**
855
- * deserializeAws_queryDeleteHsmClientCertificateCommand
856
- */
857
- export declare const de_DeleteHsmClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmClientCertificateCommandOutput>;
858
- /**
859
- * deserializeAws_queryDeleteHsmConfigurationCommand
860
- */
861
- export declare const de_DeleteHsmConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmConfigurationCommandOutput>;
862
- /**
863
- * deserializeAws_queryDeleteIntegrationCommand
864
- */
865
- export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
866
- /**
867
- * deserializeAws_queryDeletePartnerCommand
868
- */
869
- export declare const de_DeletePartnerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartnerCommandOutput>;
870
- /**
871
- * deserializeAws_queryDeleteRedshiftIdcApplicationCommand
872
- */
873
- export declare const de_DeleteRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRedshiftIdcApplicationCommandOutput>;
874
- /**
875
- * deserializeAws_queryDeleteResourcePolicyCommand
876
- */
877
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
878
- /**
879
- * deserializeAws_queryDeleteScheduledActionCommand
880
- */
881
- export declare const de_DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
882
- /**
883
- * deserializeAws_queryDeleteSnapshotCopyGrantCommand
884
- */
885
- export declare const de_DeleteSnapshotCopyGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCopyGrantCommandOutput>;
886
- /**
887
- * deserializeAws_queryDeleteSnapshotScheduleCommand
888
- */
889
- export declare const de_DeleteSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotScheduleCommandOutput>;
890
- /**
891
- * deserializeAws_queryDeleteTagsCommand
892
- */
893
- export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
894
- /**
895
- * deserializeAws_queryDeleteUsageLimitCommand
896
- */
897
- export declare const de_DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
898
- /**
899
- * deserializeAws_queryDeregisterNamespaceCommand
900
- */
901
- export declare const de_DeregisterNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterNamespaceCommandOutput>;
902
- /**
903
- * deserializeAws_queryDescribeAccountAttributesCommand
904
- */
905
- export declare const de_DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
906
- /**
907
- * deserializeAws_queryDescribeAuthenticationProfilesCommand
908
- */
909
- export declare const de_DescribeAuthenticationProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAuthenticationProfilesCommandOutput>;
910
- /**
911
- * deserializeAws_queryDescribeClusterDbRevisionsCommand
912
- */
913
- export declare const de_DescribeClusterDbRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterDbRevisionsCommandOutput>;
914
- /**
915
- * deserializeAws_queryDescribeClusterParameterGroupsCommand
916
- */
917
- export declare const de_DescribeClusterParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterParameterGroupsCommandOutput>;
918
- /**
919
- * deserializeAws_queryDescribeClusterParametersCommand
920
- */
921
- export declare const de_DescribeClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterParametersCommandOutput>;
922
- /**
923
- * deserializeAws_queryDescribeClustersCommand
924
- */
925
- export declare const de_DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
926
- /**
927
- * deserializeAws_queryDescribeClusterSecurityGroupsCommand
928
- */
929
- export declare const de_DescribeClusterSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterSecurityGroupsCommandOutput>;
930
- /**
931
- * deserializeAws_queryDescribeClusterSnapshotsCommand
932
- */
933
- export declare const de_DescribeClusterSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterSnapshotsCommandOutput>;
934
- /**
935
- * deserializeAws_queryDescribeClusterSubnetGroupsCommand
936
- */
937
- export declare const de_DescribeClusterSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterSubnetGroupsCommandOutput>;
938
- /**
939
- * deserializeAws_queryDescribeClusterTracksCommand
940
- */
941
- export declare const de_DescribeClusterTracksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterTracksCommandOutput>;
942
- /**
943
- * deserializeAws_queryDescribeClusterVersionsCommand
944
- */
945
- export declare const de_DescribeClusterVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterVersionsCommandOutput>;
946
- /**
947
- * deserializeAws_queryDescribeCustomDomainAssociationsCommand
948
- */
949
- export declare const de_DescribeCustomDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainAssociationsCommandOutput>;
950
- /**
951
- * deserializeAws_queryDescribeDataSharesCommand
952
- */
953
- export declare const de_DescribeDataSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSharesCommandOutput>;
954
- /**
955
- * deserializeAws_queryDescribeDataSharesForConsumerCommand
956
- */
957
- export declare const de_DescribeDataSharesForConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSharesForConsumerCommandOutput>;
958
- /**
959
- * deserializeAws_queryDescribeDataSharesForProducerCommand
960
- */
961
- export declare const de_DescribeDataSharesForProducerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSharesForProducerCommandOutput>;
962
- /**
963
- * deserializeAws_queryDescribeDefaultClusterParametersCommand
964
- */
965
- export declare const de_DescribeDefaultClusterParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultClusterParametersCommandOutput>;
966
- /**
967
- * deserializeAws_queryDescribeEndpointAccessCommand
968
- */
969
- export declare const de_DescribeEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointAccessCommandOutput>;
970
- /**
971
- * deserializeAws_queryDescribeEndpointAuthorizationCommand
972
- */
973
- export declare const de_DescribeEndpointAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointAuthorizationCommandOutput>;
974
- /**
975
- * deserializeAws_queryDescribeEventCategoriesCommand
976
- */
977
- export declare const de_DescribeEventCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventCategoriesCommandOutput>;
978
- /**
979
- * deserializeAws_queryDescribeEventsCommand
980
- */
981
- export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
982
- /**
983
- * deserializeAws_queryDescribeEventSubscriptionsCommand
984
- */
985
- export declare const de_DescribeEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSubscriptionsCommandOutput>;
986
- /**
987
- * deserializeAws_queryDescribeHsmClientCertificatesCommand
988
- */
989
- export declare const de_DescribeHsmClientCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmClientCertificatesCommandOutput>;
990
- /**
991
- * deserializeAws_queryDescribeHsmConfigurationsCommand
992
- */
993
- export declare const de_DescribeHsmConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmConfigurationsCommandOutput>;
994
- /**
995
- * deserializeAws_queryDescribeInboundIntegrationsCommand
996
- */
997
- export declare const de_DescribeInboundIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundIntegrationsCommandOutput>;
998
- /**
999
- * deserializeAws_queryDescribeIntegrationsCommand
1000
- */
1001
- export declare const de_DescribeIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntegrationsCommandOutput>;
1002
- /**
1003
- * deserializeAws_queryDescribeLoggingStatusCommand
1004
- */
1005
- export declare const de_DescribeLoggingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingStatusCommandOutput>;
1006
- /**
1007
- * deserializeAws_queryDescribeNodeConfigurationOptionsCommand
1008
- */
1009
- export declare const de_DescribeNodeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodeConfigurationOptionsCommandOutput>;
1010
- /**
1011
- * deserializeAws_queryDescribeOrderableClusterOptionsCommand
1012
- */
1013
- export declare const de_DescribeOrderableClusterOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableClusterOptionsCommandOutput>;
1014
- /**
1015
- * deserializeAws_queryDescribePartnersCommand
1016
- */
1017
- export declare const de_DescribePartnersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnersCommandOutput>;
1018
- /**
1019
- * deserializeAws_queryDescribeRedshiftIdcApplicationsCommand
1020
- */
1021
- export declare const de_DescribeRedshiftIdcApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRedshiftIdcApplicationsCommandOutput>;
1022
- /**
1023
- * deserializeAws_queryDescribeReservedNodeExchangeStatusCommand
1024
- */
1025
- export declare const de_DescribeReservedNodeExchangeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeExchangeStatusCommandOutput>;
1026
- /**
1027
- * deserializeAws_queryDescribeReservedNodeOfferingsCommand
1028
- */
1029
- export declare const de_DescribeReservedNodeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeOfferingsCommandOutput>;
1030
- /**
1031
- * deserializeAws_queryDescribeReservedNodesCommand
1032
- */
1033
- export declare const de_DescribeReservedNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodesCommandOutput>;
1034
- /**
1035
- * deserializeAws_queryDescribeResizeCommand
1036
- */
1037
- export declare const de_DescribeResizeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResizeCommandOutput>;
1038
- /**
1039
- * deserializeAws_queryDescribeScheduledActionsCommand
1040
- */
1041
- export declare const de_DescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
1042
- /**
1043
- * deserializeAws_queryDescribeSnapshotCopyGrantsCommand
1044
- */
1045
- export declare const de_DescribeSnapshotCopyGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotCopyGrantsCommandOutput>;
1046
- /**
1047
- * deserializeAws_queryDescribeSnapshotSchedulesCommand
1048
- */
1049
- export declare const de_DescribeSnapshotSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotSchedulesCommandOutput>;
1050
- /**
1051
- * deserializeAws_queryDescribeStorageCommand
1052
- */
1053
- export declare const de_DescribeStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageCommandOutput>;
1054
- /**
1055
- * deserializeAws_queryDescribeTableRestoreStatusCommand
1056
- */
1057
- export declare const de_DescribeTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTableRestoreStatusCommandOutput>;
1058
- /**
1059
- * deserializeAws_queryDescribeTagsCommand
1060
- */
1061
- export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
1062
- /**
1063
- * deserializeAws_queryDescribeUsageLimitsCommand
1064
- */
1065
- export declare const de_DescribeUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsageLimitsCommandOutput>;
1066
- /**
1067
- * deserializeAws_queryDisableLoggingCommand
1068
- */
1069
- export declare const de_DisableLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableLoggingCommandOutput>;
1070
- /**
1071
- * deserializeAws_queryDisableSnapshotCopyCommand
1072
- */
1073
- export declare const de_DisableSnapshotCopyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSnapshotCopyCommandOutput>;
1074
- /**
1075
- * deserializeAws_queryDisassociateDataShareConsumerCommand
1076
- */
1077
- export declare const de_DisassociateDataShareConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDataShareConsumerCommandOutput>;
1078
- /**
1079
- * deserializeAws_queryEnableLoggingCommand
1080
- */
1081
- export declare const de_EnableLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableLoggingCommandOutput>;
1082
- /**
1083
- * deserializeAws_queryEnableSnapshotCopyCommand
1084
- */
1085
- export declare const de_EnableSnapshotCopyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSnapshotCopyCommandOutput>;
1086
- /**
1087
- * deserializeAws_queryFailoverPrimaryComputeCommand
1088
- */
1089
- export declare const de_FailoverPrimaryComputeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverPrimaryComputeCommandOutput>;
1090
- /**
1091
- * deserializeAws_queryGetClusterCredentialsCommand
1092
- */
1093
- export declare const de_GetClusterCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterCredentialsCommandOutput>;
1094
- /**
1095
- * deserializeAws_queryGetClusterCredentialsWithIAMCommand
1096
- */
1097
- export declare const de_GetClusterCredentialsWithIAMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterCredentialsWithIAMCommandOutput>;
1098
- /**
1099
- * deserializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand
1100
- */
1101
- export declare const de_GetReservedNodeExchangeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
1102
- /**
1103
- * deserializeAws_queryGetReservedNodeExchangeOfferingsCommand
1104
- */
1105
- export declare const de_GetReservedNodeExchangeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
1106
- /**
1107
- * deserializeAws_queryGetResourcePolicyCommand
1108
- */
1109
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
1110
- /**
1111
- * deserializeAws_queryListRecommendationsCommand
1112
- */
1113
- export declare const de_ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
1114
- /**
1115
- * deserializeAws_queryModifyAquaConfigurationCommand
1116
- */
1117
- export declare const de_ModifyAquaConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAquaConfigurationCommandOutput>;
1118
- /**
1119
- * deserializeAws_queryModifyAuthenticationProfileCommand
1120
- */
1121
- export declare const de_ModifyAuthenticationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAuthenticationProfileCommandOutput>;
1122
- /**
1123
- * deserializeAws_queryModifyClusterCommand
1124
- */
1125
- export declare const de_ModifyClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterCommandOutput>;
1126
- /**
1127
- * deserializeAws_queryModifyClusterDbRevisionCommand
1128
- */
1129
- export declare const de_ModifyClusterDbRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterDbRevisionCommandOutput>;
1130
- /**
1131
- * deserializeAws_queryModifyClusterIamRolesCommand
1132
- */
1133
- export declare const de_ModifyClusterIamRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterIamRolesCommandOutput>;
1134
- /**
1135
- * deserializeAws_queryModifyClusterMaintenanceCommand
1136
- */
1137
- export declare const de_ModifyClusterMaintenanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterMaintenanceCommandOutput>;
1138
- /**
1139
- * deserializeAws_queryModifyClusterParameterGroupCommand
1140
- */
1141
- export declare const de_ModifyClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterParameterGroupCommandOutput>;
1142
- /**
1143
- * deserializeAws_queryModifyClusterSnapshotCommand
1144
- */
1145
- export declare const de_ModifyClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterSnapshotCommandOutput>;
1146
- /**
1147
- * deserializeAws_queryModifyClusterSnapshotScheduleCommand
1148
- */
1149
- export declare const de_ModifyClusterSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterSnapshotScheduleCommandOutput>;
1150
- /**
1151
- * deserializeAws_queryModifyClusterSubnetGroupCommand
1152
- */
1153
- export declare const de_ModifyClusterSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterSubnetGroupCommandOutput>;
1154
- /**
1155
- * deserializeAws_queryModifyCustomDomainAssociationCommand
1156
- */
1157
- export declare const de_ModifyCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCustomDomainAssociationCommandOutput>;
1158
- /**
1159
- * deserializeAws_queryModifyEndpointAccessCommand
1160
- */
1161
- export declare const de_ModifyEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEndpointAccessCommandOutput>;
1162
- /**
1163
- * deserializeAws_queryModifyEventSubscriptionCommand
1164
- */
1165
- export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
1166
- /**
1167
- * deserializeAws_queryModifyIntegrationCommand
1168
- */
1169
- export declare const de_ModifyIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIntegrationCommandOutput>;
1170
- /**
1171
- * deserializeAws_queryModifyRedshiftIdcApplicationCommand
1172
- */
1173
- export declare const de_ModifyRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyRedshiftIdcApplicationCommandOutput>;
1174
- /**
1175
- * deserializeAws_queryModifyScheduledActionCommand
1176
- */
1177
- export declare const de_ModifyScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyScheduledActionCommandOutput>;
1178
- /**
1179
- * deserializeAws_queryModifySnapshotCopyRetentionPeriodCommand
1180
- */
1181
- export declare const de_ModifySnapshotCopyRetentionPeriodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySnapshotCopyRetentionPeriodCommandOutput>;
1182
- /**
1183
- * deserializeAws_queryModifySnapshotScheduleCommand
1184
- */
1185
- export declare const de_ModifySnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySnapshotScheduleCommandOutput>;
1186
- /**
1187
- * deserializeAws_queryModifyUsageLimitCommand
1188
- */
1189
- export declare const de_ModifyUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyUsageLimitCommandOutput>;
1190
- /**
1191
- * deserializeAws_queryPauseClusterCommand
1192
- */
1193
- export declare const de_PauseClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseClusterCommandOutput>;
1194
- /**
1195
- * deserializeAws_queryPurchaseReservedNodeOfferingCommand
1196
- */
1197
- export declare const de_PurchaseReservedNodeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedNodeOfferingCommandOutput>;
1198
- /**
1199
- * deserializeAws_queryPutResourcePolicyCommand
1200
- */
1201
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
1202
- /**
1203
- * deserializeAws_queryRebootClusterCommand
1204
- */
1205
- export declare const de_RebootClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootClusterCommandOutput>;
1206
- /**
1207
- * deserializeAws_queryRegisterNamespaceCommand
1208
- */
1209
- export declare const de_RegisterNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterNamespaceCommandOutput>;
1210
- /**
1211
- * deserializeAws_queryRejectDataShareCommand
1212
- */
1213
- export declare const de_RejectDataShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectDataShareCommandOutput>;
1214
- /**
1215
- * deserializeAws_queryResetClusterParameterGroupCommand
1216
- */
1217
- export declare const de_ResetClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetClusterParameterGroupCommandOutput>;
1218
- /**
1219
- * deserializeAws_queryResizeClusterCommand
1220
- */
1221
- export declare const de_ResizeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResizeClusterCommandOutput>;
1222
- /**
1223
- * deserializeAws_queryRestoreFromClusterSnapshotCommand
1224
- */
1225
- export declare const de_RestoreFromClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromClusterSnapshotCommandOutput>;
1226
- /**
1227
- * deserializeAws_queryRestoreTableFromClusterSnapshotCommand
1228
- */
1229
- export declare const de_RestoreTableFromClusterSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromClusterSnapshotCommandOutput>;
1230
- /**
1231
- * deserializeAws_queryResumeClusterCommand
1232
- */
1233
- export declare const de_ResumeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeClusterCommandOutput>;
1234
- /**
1235
- * deserializeAws_queryRevokeClusterSecurityGroupIngressCommand
1236
- */
1237
- export declare const de_RevokeClusterSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeClusterSecurityGroupIngressCommandOutput>;
1238
- /**
1239
- * deserializeAws_queryRevokeEndpointAccessCommand
1240
- */
1241
- export declare const de_RevokeEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeEndpointAccessCommandOutput>;
1242
- /**
1243
- * deserializeAws_queryRevokeSnapshotAccessCommand
1244
- */
1245
- export declare const de_RevokeSnapshotAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSnapshotAccessCommandOutput>;
1246
- /**
1247
- * deserializeAws_queryRotateEncryptionKeyCommand
1248
- */
1249
- export declare const de_RotateEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RotateEncryptionKeyCommandOutput>;
1250
- /**
1251
- * deserializeAws_queryUpdatePartnerStatusCommand
1252
- */
1253
- export declare const de_UpdatePartnerStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerStatusCommandOutput>;