@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,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_ModifyClusterSnapshotScheduleCommand, se_ModifyClusterSnapshotScheduleCommand, } from "../protocols/Aws_query";
4
+ import { ModifyClusterSnapshotSchedule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyClusterSnapshotScheduleCommand 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", "ModifyClusterSnapshotSchedule", {})
17
13
  .n("RedshiftClient", "ModifyClusterSnapshotScheduleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyClusterSnapshotScheduleCommand)
20
- .de(de_ModifyClusterSnapshotScheduleCommand)
14
+ .sc(ModifyClusterSnapshotSchedule)
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_ModifyClusterSubnetGroupCommand, se_ModifyClusterSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyClusterSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyClusterSubnetGroupCommand 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", "ModifyClusterSubnetGroup", {})
17
13
  .n("RedshiftClient", "ModifyClusterSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyClusterSubnetGroupCommand)
20
- .de(de_ModifyClusterSubnetGroupCommand)
14
+ .sc(ModifyClusterSubnetGroup)
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_ModifyCustomDomainAssociationCommand, se_ModifyCustomDomainAssociationCommand, } from "../protocols/Aws_query";
4
+ import { ModifyCustomDomainAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyCustomDomainAssociationCommand 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", "ModifyCustomDomainAssociation", {})
17
13
  .n("RedshiftClient", "ModifyCustomDomainAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyCustomDomainAssociationCommand)
20
- .de(de_ModifyCustomDomainAssociationCommand)
14
+ .sc(ModifyCustomDomainAssociation)
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_ModifyEndpointAccessCommand, se_ModifyEndpointAccessCommand } from "../protocols/Aws_query";
4
+ import { ModifyEndpointAccess } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyEndpointAccessCommand 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", "ModifyEndpointAccess", {})
17
13
  .n("RedshiftClient", "ModifyEndpointAccessCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyEndpointAccessCommand)
20
- .de(de_ModifyEndpointAccessCommand)
14
+ .sc(ModifyEndpointAccess)
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_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { ModifyEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyEventSubscriptionCommand 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", "ModifyEventSubscription", {})
17
13
  .n("RedshiftClient", "ModifyEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyEventSubscriptionCommand)
20
- .de(de_ModifyEventSubscriptionCommand)
14
+ .sc(ModifyEventSubscription)
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_ModifyIntegrationCommand, se_ModifyIntegrationCommand } from "../protocols/Aws_query";
4
+ import { ModifyIntegration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyIntegrationCommand 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", "ModifyIntegration", {})
17
13
  .n("RedshiftClient", "ModifyIntegrationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyIntegrationCommand)
20
- .de(de_ModifyIntegrationCommand)
14
+ .sc(ModifyIntegration)
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_ModifyRedshiftIdcApplicationCommand, se_ModifyRedshiftIdcApplicationCommand } from "../protocols/Aws_query";
4
+ import { ModifyRedshiftIdcApplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyRedshiftIdcApplicationCommand 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", "ModifyRedshiftIdcApplication", {})
17
13
  .n("RedshiftClient", "ModifyRedshiftIdcApplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyRedshiftIdcApplicationCommand)
20
- .de(de_ModifyRedshiftIdcApplicationCommand)
14
+ .sc(ModifyRedshiftIdcApplication)
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_ModifyScheduledActionCommand, se_ModifyScheduledActionCommand } from "../protocols/Aws_query";
4
+ import { ModifyScheduledAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyScheduledActionCommand 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", "ModifyScheduledAction", {})
17
13
  .n("RedshiftClient", "ModifyScheduledActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyScheduledActionCommand)
20
- .de(de_ModifyScheduledActionCommand)
14
+ .sc(ModifyScheduledAction)
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 { ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog, } from "../models/models_1";
6
- import { de_ModifySnapshotCopyRetentionPeriodCommand, se_ModifySnapshotCopyRetentionPeriodCommand, } from "../protocols/Aws_query";
4
+ import { ModifySnapshotCopyRetentionPeriod } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ModifySnapshotCopyRetentionPeriodCommand 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", "ModifySnapshotCopyRetentionPeriod", {})
18
13
  .n("RedshiftClient", "ModifySnapshotCopyRetentionPeriodCommand")
19
- .f(void 0, ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog)
20
- .ser(se_ModifySnapshotCopyRetentionPeriodCommand)
21
- .de(de_ModifySnapshotCopyRetentionPeriodCommand)
14
+ .sc(ModifySnapshotCopyRetentionPeriod)
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_ModifySnapshotScheduleCommand, se_ModifySnapshotScheduleCommand } from "../protocols/Aws_query";
4
+ import { ModifySnapshotSchedule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifySnapshotScheduleCommand 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", "ModifySnapshotSchedule", {})
17
13
  .n("RedshiftClient", "ModifySnapshotScheduleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifySnapshotScheduleCommand)
20
- .de(de_ModifySnapshotScheduleCommand)
14
+ .sc(ModifySnapshotSchedule)
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_ModifyUsageLimitCommand, se_ModifyUsageLimitCommand } from "../protocols/Aws_query";
4
+ import { ModifyUsageLimit } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyUsageLimitCommand 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", "ModifyUsageLimit", {})
17
13
  .n("RedshiftClient", "ModifyUsageLimitCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyUsageLimitCommand)
20
- .de(de_ModifyUsageLimitCommand)
14
+ .sc(ModifyUsageLimit)
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 { PauseClusterResultFilterSensitiveLog } from "../models/models_1";
6
- import { de_PauseClusterCommand, se_PauseClusterCommand } from "../protocols/Aws_query";
4
+ import { PauseCluster } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PauseClusterCommand 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", "PauseCluster", {})
18
13
  .n("RedshiftClient", "PauseClusterCommand")
19
- .f(void 0, PauseClusterResultFilterSensitiveLog)
20
- .ser(se_PauseClusterCommand)
21
- .de(de_PauseClusterCommand)
14
+ .sc(PauseCluster)
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_PurchaseReservedNodeOfferingCommand, se_PurchaseReservedNodeOfferingCommand } from "../protocols/Aws_query";
4
+ import { PurchaseReservedNodeOffering } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PurchaseReservedNodeOfferingCommand 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", "PurchaseReservedNodeOffering", {})
17
13
  .n("RedshiftClient", "PurchaseReservedNodeOfferingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PurchaseReservedNodeOfferingCommand)
20
- .de(de_PurchaseReservedNodeOfferingCommand)
14
+ .sc(PurchaseReservedNodeOffering)
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_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_query";
4
+ import { PutResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResourcePolicyCommand 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", "PutResourcePolicy", {})
17
13
  .n("RedshiftClient", "PutResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResourcePolicyCommand)
20
- .de(de_PutResourcePolicyCommand)
14
+ .sc(PutResourcePolicy)
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 { RebootClusterResultFilterSensitiveLog } from "../models/models_1";
6
- import { de_RebootClusterCommand, se_RebootClusterCommand } from "../protocols/Aws_query";
4
+ import { RebootCluster } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RebootClusterCommand 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", "RebootCluster", {})
18
13
  .n("RedshiftClient", "RebootClusterCommand")
19
- .f(void 0, RebootClusterResultFilterSensitiveLog)
20
- .ser(se_RebootClusterCommand)
21
- .de(de_RebootClusterCommand)
14
+ .sc(RebootCluster)
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_RegisterNamespaceCommand, se_RegisterNamespaceCommand } from "../protocols/Aws_query";
4
+ import { RegisterNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterNamespaceCommand 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", "RegisterNamespace", {})
17
13
  .n("RedshiftClient", "RegisterNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterNamespaceCommand)
20
- .de(de_RegisterNamespaceCommand)
14
+ .sc(RegisterNamespace)
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_RejectDataShareCommand, se_RejectDataShareCommand } from "../protocols/Aws_query";
4
+ import { RejectDataShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RejectDataShareCommand 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", "RejectDataShare", {})
17
13
  .n("RedshiftClient", "RejectDataShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RejectDataShareCommand)
20
- .de(de_RejectDataShareCommand)
14
+ .sc(RejectDataShare)
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_ResetClusterParameterGroupCommand, se_ResetClusterParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { ResetClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ResetClusterParameterGroupCommand 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", "ResetClusterParameterGroup", {})
17
13
  .n("RedshiftClient", "ResetClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ResetClusterParameterGroupCommand)
20
- .de(de_ResetClusterParameterGroupCommand)
14
+ .sc(ResetClusterParameterGroup)
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 { ResizeClusterResultFilterSensitiveLog } from "../models/models_1";
6
- import { de_ResizeClusterCommand, se_ResizeClusterCommand } from "../protocols/Aws_query";
4
+ import { ResizeCluster } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ResizeClusterCommand 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", "ResizeCluster", {})
18
13
  .n("RedshiftClient", "ResizeClusterCommand")
19
- .f(void 0, ResizeClusterResultFilterSensitiveLog)
20
- .ser(se_ResizeClusterCommand)
21
- .de(de_ResizeClusterCommand)
14
+ .sc(ResizeCluster)
22
15
  .build() {
23
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 { RestoreFromClusterSnapshotResultFilterSensitiveLog, } from "../models/models_1";
6
- import { de_RestoreFromClusterSnapshotCommand, se_RestoreFromClusterSnapshotCommand } from "../protocols/Aws_query";
4
+ import { RestoreFromClusterSnapshot } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RestoreFromClusterSnapshotCommand 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", "RestoreFromClusterSnapshot", {})
18
13
  .n("RedshiftClient", "RestoreFromClusterSnapshotCommand")
19
- .f(void 0, RestoreFromClusterSnapshotResultFilterSensitiveLog)
20
- .ser(se_RestoreFromClusterSnapshotCommand)
21
- .de(de_RestoreFromClusterSnapshotCommand)
14
+ .sc(RestoreFromClusterSnapshot)
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_RestoreTableFromClusterSnapshotCommand, se_RestoreTableFromClusterSnapshotCommand, } from "../protocols/Aws_query";
4
+ import { RestoreTableFromClusterSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RestoreTableFromClusterSnapshotCommand 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", "RestoreTableFromClusterSnapshot", {})
17
13
  .n("RedshiftClient", "RestoreTableFromClusterSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RestoreTableFromClusterSnapshotCommand)
20
- .de(de_RestoreTableFromClusterSnapshotCommand)
14
+ .sc(RestoreTableFromClusterSnapshot)
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 { ResumeClusterResultFilterSensitiveLog } from "../models/models_1";
6
- import { de_ResumeClusterCommand, se_ResumeClusterCommand } from "../protocols/Aws_query";
4
+ import { ResumeCluster } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ResumeClusterCommand 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", "ResumeCluster", {})
18
13
  .n("RedshiftClient", "ResumeClusterCommand")
19
- .f(void 0, ResumeClusterResultFilterSensitiveLog)
20
- .ser(se_ResumeClusterCommand)
21
- .de(de_ResumeClusterCommand)
14
+ .sc(ResumeCluster)
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_RevokeClusterSecurityGroupIngressCommand, se_RevokeClusterSecurityGroupIngressCommand, } from "../protocols/Aws_query";
4
+ import { RevokeClusterSecurityGroupIngress } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RevokeClusterSecurityGroupIngressCommand 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", "RevokeClusterSecurityGroupIngress", {})
17
13
  .n("RedshiftClient", "RevokeClusterSecurityGroupIngressCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RevokeClusterSecurityGroupIngressCommand)
20
- .de(de_RevokeClusterSecurityGroupIngressCommand)
14
+ .sc(RevokeClusterSecurityGroupIngress)
21
15
  .build() {
22
16
  }