@aws-sdk/client-redshift 3.929.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,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_query";
4
+ import { DeleteResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteResourcePolicy", {})
17
13
  .n("RedshiftClient", "DeleteResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourcePolicyCommand)
20
- .de(de_DeleteResourcePolicyCommand)
14
+ .sc(DeleteResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query";
4
+ import { DeleteScheduledAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteScheduledActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteScheduledAction", {})
17
13
  .n("RedshiftClient", "DeleteScheduledActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteScheduledActionCommand)
20
- .de(de_DeleteScheduledActionCommand)
14
+ .sc(DeleteScheduledAction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSnapshotCopyGrantCommand, se_DeleteSnapshotCopyGrantCommand } from "../protocols/Aws_query";
4
+ import { DeleteSnapshotCopyGrant } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSnapshotCopyGrantCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteSnapshotCopyGrant", {})
17
13
  .n("RedshiftClient", "DeleteSnapshotCopyGrantCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSnapshotCopyGrantCommand)
20
- .de(de_DeleteSnapshotCopyGrantCommand)
14
+ .sc(DeleteSnapshotCopyGrant)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSnapshotScheduleCommand, se_DeleteSnapshotScheduleCommand } from "../protocols/Aws_query";
4
+ import { DeleteSnapshotSchedule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSnapshotScheduleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteSnapshotSchedule", {})
17
13
  .n("RedshiftClient", "DeleteSnapshotScheduleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSnapshotScheduleCommand)
20
- .de(de_DeleteSnapshotScheduleCommand)
14
+ .sc(DeleteSnapshotSchedule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query";
4
+ import { DeleteTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTagsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteTags", {})
17
13
  .n("RedshiftClient", "DeleteTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTagsCommand)
20
- .de(de_DeleteTagsCommand)
14
+ .sc(DeleteTags)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_query";
4
+ import { DeleteUsageLimit } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUsageLimitCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeleteUsageLimit", {})
17
13
  .n("RedshiftClient", "DeleteUsageLimitCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUsageLimitCommand)
20
- .de(de_DeleteUsageLimitCommand)
14
+ .sc(DeleteUsageLimit)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeregisterNamespaceCommand, se_DeregisterNamespaceCommand } from "../protocols/Aws_query";
4
+ import { DeregisterNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DeregisterNamespace", {})
17
13
  .n("RedshiftClient", "DeregisterNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterNamespaceCommand)
20
- .de(de_DeregisterNamespaceCommand)
14
+ .sc(DeregisterNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query";
4
+ import { DescribeAccountAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAccountAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeAccountAttributes", {})
17
13
  .n("RedshiftClient", "DescribeAccountAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAccountAttributesCommand)
20
- .de(de_DescribeAccountAttributesCommand)
14
+ .sc(DescribeAccountAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAuthenticationProfilesCommand, se_DescribeAuthenticationProfilesCommand, } from "../protocols/Aws_query";
4
+ import { DescribeAuthenticationProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAuthenticationProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeAuthenticationProfiles", {})
17
13
  .n("RedshiftClient", "DescribeAuthenticationProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAuthenticationProfilesCommand)
20
- .de(de_DescribeAuthenticationProfilesCommand)
14
+ .sc(DescribeAuthenticationProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterDbRevisionsCommand, se_DescribeClusterDbRevisionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterDbRevisions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterDbRevisionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterDbRevisions", {})
17
13
  .n("RedshiftClient", "DescribeClusterDbRevisionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterDbRevisionsCommand)
20
- .de(de_DescribeClusterDbRevisionsCommand)
14
+ .sc(DescribeClusterDbRevisions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterParameterGroupsCommand, se_DescribeClusterParameterGroupsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeClusterParameterGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterParameterGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterParameterGroups", {})
17
13
  .n("RedshiftClient", "DescribeClusterParameterGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterParameterGroupsCommand)
20
- .de(de_DescribeClusterParameterGroupsCommand)
14
+ .sc(DescribeClusterParameterGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterParametersCommand, se_DescribeClusterParametersCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterParametersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterParameters", {})
17
13
  .n("RedshiftClient", "DescribeClusterParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterParametersCommand)
20
- .de(de_DescribeClusterParametersCommand)
14
+ .sc(DescribeClusterParameters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterSecurityGroupsCommand, se_DescribeClusterSecurityGroupsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeClusterSecurityGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterSecurityGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterSecurityGroups", {})
17
13
  .n("RedshiftClient", "DescribeClusterSecurityGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterSecurityGroupsCommand)
20
- .de(de_DescribeClusterSecurityGroupsCommand)
14
+ .sc(DescribeClusterSecurityGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterSnapshotsCommand, se_DescribeClusterSnapshotsCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterSnapshotsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterSnapshots", {})
17
13
  .n("RedshiftClient", "DescribeClusterSnapshotsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterSnapshotsCommand)
20
- .de(de_DescribeClusterSnapshotsCommand)
14
+ .sc(DescribeClusterSnapshots)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterSubnetGroupsCommand, se_DescribeClusterSubnetGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterSubnetGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterSubnetGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterSubnetGroups", {})
17
13
  .n("RedshiftClient", "DescribeClusterSubnetGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterSubnetGroupsCommand)
20
- .de(de_DescribeClusterSubnetGroupsCommand)
14
+ .sc(DescribeClusterSubnetGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterTracksCommand, se_DescribeClusterTracksCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterTracks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterTracksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterTracks", {})
17
13
  .n("RedshiftClient", "DescribeClusterTracksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterTracksCommand)
20
- .de(de_DescribeClusterTracksCommand)
14
+ .sc(DescribeClusterTracks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeClusterVersionsCommand, se_DescribeClusterVersionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusterVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeClusterVersions", {})
17
13
  .n("RedshiftClient", "DescribeClusterVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterVersionsCommand)
20
- .de(de_DescribeClusterVersionsCommand)
14
+ .sc(DescribeClusterVersions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ClustersMessageFilterSensitiveLog } from "../models/models_0";
6
- import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_query";
4
+ import { DescribeClusters } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeClustersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("RedshiftServiceVersion20121201", "DescribeClusters", {})
18
13
  .n("RedshiftClient", "DescribeClustersCommand")
19
- .f(void 0, ClustersMessageFilterSensitiveLog)
20
- .ser(se_DescribeClustersCommand)
21
- .de(de_DescribeClustersCommand)
14
+ .sc(DescribeClusters)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeCustomDomainAssociationsCommand, se_DescribeCustomDomainAssociationsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeCustomDomainAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCustomDomainAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeCustomDomainAssociations", {})
17
13
  .n("RedshiftClient", "DescribeCustomDomainAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCustomDomainAssociationsCommand)
20
- .de(de_DescribeCustomDomainAssociationsCommand)
14
+ .sc(DescribeCustomDomainAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDataSharesCommand, se_DescribeDataSharesCommand } from "../protocols/Aws_query";
4
+ import { DescribeDataShares } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDataSharesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeDataShares", {})
17
13
  .n("RedshiftClient", "DescribeDataSharesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDataSharesCommand)
20
- .de(de_DescribeDataSharesCommand)
14
+ .sc(DescribeDataShares)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDataSharesForConsumerCommand, se_DescribeDataSharesForConsumerCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDataSharesForConsumer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDataSharesForConsumerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeDataSharesForConsumer", {})
17
13
  .n("RedshiftClient", "DescribeDataSharesForConsumerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDataSharesForConsumerCommand)
20
- .de(de_DescribeDataSharesForConsumerCommand)
14
+ .sc(DescribeDataSharesForConsumer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDataSharesForProducerCommand, se_DescribeDataSharesForProducerCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDataSharesForProducer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDataSharesForProducerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeDataSharesForProducer", {})
17
13
  .n("RedshiftClient", "DescribeDataSharesForProducerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDataSharesForProducerCommand)
20
- .de(de_DescribeDataSharesForProducerCommand)
14
+ .sc(DescribeDataSharesForProducer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDefaultClusterParametersCommand, se_DescribeDefaultClusterParametersCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDefaultClusterParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDefaultClusterParametersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServiceVersion20121201", "DescribeDefaultClusterParameters", {})
17
13
  .n("RedshiftClient", "DescribeDefaultClusterParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDefaultClusterParametersCommand)
20
- .de(de_DescribeDefaultClusterParametersCommand)
14
+ .sc(DescribeDefaultClusterParameters)
21
15
  .build() {
22
16
  }