@aws-sdk/client-redshift 3.452.0 → 3.458.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 (68) hide show
  1. package/README.md +160 -128
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/CreateRedshiftIdcApplicationCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteRedshiftIdcApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeRedshiftIdcApplicationsCommand.js +51 -0
  6. package/dist-cjs/commands/ModifyRedshiftIdcApplicationCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +74 -2
  9. package/dist-cjs/pagination/DescribeRedshiftIdcApplicationsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_query.js +657 -6
  12. package/dist-es/Redshift.js +8 -0
  13. package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +47 -0
  14. package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +47 -0
  15. package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +47 -0
  16. package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +47 -0
  17. package/dist-es/commands/index.js +4 -0
  18. package/dist-es/models/models_0.js +68 -0
  19. package/dist-es/pagination/DescribeRedshiftIdcApplicationsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_query.js +645 -2
  22. package/dist-types/Redshift.d.ts +28 -0
  23. package/dist-types/RedshiftClient.d.ts +6 -2
  24. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +3 -0
  25. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  27. package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +140 -0
  28. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +84 -0
  30. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeDataSharesCommand.d.ts +3 -1
  33. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -1
  34. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +3 -1
  35. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +119 -0
  39. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
  40. package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +136 -0
  41. package/dist-types/commands/RejectDataShareCommand.d.ts +2 -0
  42. package/dist-types/commands/index.d.ts +4 -0
  43. package/dist-types/models/models_0.d.ts +291 -361
  44. package/dist-types/models/models_1.d.ts +456 -1
  45. package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_query.d.ts +36 -0
  48. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  49. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  50. package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +38 -0
  52. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +42 -0
  61. package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +42 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  63. package/dist-types/ts3.4/models/models_0.d.ts +121 -68
  64. package/dist-types/ts3.4/models/models_1.d.ts +96 -0
  65. package/dist-types/ts3.4/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  67. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  68. package/package.json +3 -3
@@ -87,6 +87,10 @@ import {
87
87
  CreateHsmConfigurationCommandInput,
88
88
  CreateHsmConfigurationCommandOutput,
89
89
  } from "./commands/CreateHsmConfigurationCommand";
90
+ import {
91
+ CreateRedshiftIdcApplicationCommandInput,
92
+ CreateRedshiftIdcApplicationCommandOutput,
93
+ } from "./commands/CreateRedshiftIdcApplicationCommand";
90
94
  import {
91
95
  CreateScheduledActionCommandInput,
92
96
  CreateScheduledActionCommandOutput,
@@ -159,6 +163,10 @@ import {
159
163
  DeletePartnerCommandInput,
160
164
  DeletePartnerCommandOutput,
161
165
  } from "./commands/DeletePartnerCommand";
166
+ import {
167
+ DeleteRedshiftIdcApplicationCommandInput,
168
+ DeleteRedshiftIdcApplicationCommandOutput,
169
+ } from "./commands/DeleteRedshiftIdcApplicationCommand";
162
170
  import {
163
171
  DeleteResourcePolicyCommandInput,
164
172
  DeleteResourcePolicyCommandOutput,
@@ -295,6 +303,10 @@ import {
295
303
  DescribePartnersCommandInput,
296
304
  DescribePartnersCommandOutput,
297
305
  } from "./commands/DescribePartnersCommand";
306
+ import {
307
+ DescribeRedshiftIdcApplicationsCommandInput,
308
+ DescribeRedshiftIdcApplicationsCommandOutput,
309
+ } from "./commands/DescribeRedshiftIdcApplicationsCommand";
298
310
  import {
299
311
  DescribeReservedNodeExchangeStatusCommandInput,
300
312
  DescribeReservedNodeExchangeStatusCommandOutput,
@@ -435,6 +447,10 @@ import {
435
447
  ModifyEventSubscriptionCommandInput,
436
448
  ModifyEventSubscriptionCommandOutput,
437
449
  } from "./commands/ModifyEventSubscriptionCommand";
450
+ import {
451
+ ModifyRedshiftIdcApplicationCommandInput,
452
+ ModifyRedshiftIdcApplicationCommandOutput,
453
+ } from "./commands/ModifyRedshiftIdcApplicationCommand";
438
454
  import {
439
455
  ModifyScheduledActionCommandInput,
440
456
  ModifyScheduledActionCommandOutput,
@@ -805,6 +821,19 @@ export interface Redshift {
805
821
  options: __HttpHandlerOptions,
806
822
  cb: (err: any, data?: CreateHsmConfigurationCommandOutput) => void
807
823
  ): void;
824
+ createRedshiftIdcApplication(
825
+ args: CreateRedshiftIdcApplicationCommandInput,
826
+ options?: __HttpHandlerOptions
827
+ ): Promise<CreateRedshiftIdcApplicationCommandOutput>;
828
+ createRedshiftIdcApplication(
829
+ args: CreateRedshiftIdcApplicationCommandInput,
830
+ cb: (err: any, data?: CreateRedshiftIdcApplicationCommandOutput) => void
831
+ ): void;
832
+ createRedshiftIdcApplication(
833
+ args: CreateRedshiftIdcApplicationCommandInput,
834
+ options: __HttpHandlerOptions,
835
+ cb: (err: any, data?: CreateRedshiftIdcApplicationCommandOutput) => void
836
+ ): void;
808
837
  createScheduledAction(
809
838
  args: CreateScheduledActionCommandInput,
810
839
  options?: __HttpHandlerOptions
@@ -1039,6 +1068,19 @@ export interface Redshift {
1039
1068
  options: __HttpHandlerOptions,
1040
1069
  cb: (err: any, data?: DeletePartnerCommandOutput) => void
1041
1070
  ): void;
1071
+ deleteRedshiftIdcApplication(
1072
+ args: DeleteRedshiftIdcApplicationCommandInput,
1073
+ options?: __HttpHandlerOptions
1074
+ ): Promise<DeleteRedshiftIdcApplicationCommandOutput>;
1075
+ deleteRedshiftIdcApplication(
1076
+ args: DeleteRedshiftIdcApplicationCommandInput,
1077
+ cb: (err: any, data?: DeleteRedshiftIdcApplicationCommandOutput) => void
1078
+ ): void;
1079
+ deleteRedshiftIdcApplication(
1080
+ args: DeleteRedshiftIdcApplicationCommandInput,
1081
+ options: __HttpHandlerOptions,
1082
+ cb: (err: any, data?: DeleteRedshiftIdcApplicationCommandOutput) => void
1083
+ ): void;
1042
1084
  deleteResourcePolicy(
1043
1085
  args: DeleteResourcePolicyCommandInput,
1044
1086
  options?: __HttpHandlerOptions
@@ -1481,6 +1523,19 @@ export interface Redshift {
1481
1523
  options: __HttpHandlerOptions,
1482
1524
  cb: (err: any, data?: DescribePartnersCommandOutput) => void
1483
1525
  ): void;
1526
+ describeRedshiftIdcApplications(
1527
+ args: DescribeRedshiftIdcApplicationsCommandInput,
1528
+ options?: __HttpHandlerOptions
1529
+ ): Promise<DescribeRedshiftIdcApplicationsCommandOutput>;
1530
+ describeRedshiftIdcApplications(
1531
+ args: DescribeRedshiftIdcApplicationsCommandInput,
1532
+ cb: (err: any, data?: DescribeRedshiftIdcApplicationsCommandOutput) => void
1533
+ ): void;
1534
+ describeRedshiftIdcApplications(
1535
+ args: DescribeRedshiftIdcApplicationsCommandInput,
1536
+ options: __HttpHandlerOptions,
1537
+ cb: (err: any, data?: DescribeRedshiftIdcApplicationsCommandOutput) => void
1538
+ ): void;
1484
1539
  describeReservedNodeExchangeStatus(
1485
1540
  args: DescribeReservedNodeExchangeStatusCommandInput,
1486
1541
  options?: __HttpHandlerOptions
@@ -1948,6 +2003,19 @@ export interface Redshift {
1948
2003
  options: __HttpHandlerOptions,
1949
2004
  cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1950
2005
  ): void;
2006
+ modifyRedshiftIdcApplication(
2007
+ args: ModifyRedshiftIdcApplicationCommandInput,
2008
+ options?: __HttpHandlerOptions
2009
+ ): Promise<ModifyRedshiftIdcApplicationCommandOutput>;
2010
+ modifyRedshiftIdcApplication(
2011
+ args: ModifyRedshiftIdcApplicationCommandInput,
2012
+ cb: (err: any, data?: ModifyRedshiftIdcApplicationCommandOutput) => void
2013
+ ): void;
2014
+ modifyRedshiftIdcApplication(
2015
+ args: ModifyRedshiftIdcApplicationCommandInput,
2016
+ options: __HttpHandlerOptions,
2017
+ cb: (err: any, data?: ModifyRedshiftIdcApplicationCommandOutput) => void
2018
+ ): void;
1951
2019
  modifyScheduledAction(
1952
2020
  args: ModifyScheduledActionCommandInput,
1953
2021
  options?: __HttpHandlerOptions
@@ -133,6 +133,10 @@ import {
133
133
  CreateHsmConfigurationCommandInput,
134
134
  CreateHsmConfigurationCommandOutput,
135
135
  } from "./commands/CreateHsmConfigurationCommand";
136
+ import {
137
+ CreateRedshiftIdcApplicationCommandInput,
138
+ CreateRedshiftIdcApplicationCommandOutput,
139
+ } from "./commands/CreateRedshiftIdcApplicationCommand";
136
140
  import {
137
141
  CreateScheduledActionCommandInput,
138
142
  CreateScheduledActionCommandOutput,
@@ -205,6 +209,10 @@ import {
205
209
  DeletePartnerCommandInput,
206
210
  DeletePartnerCommandOutput,
207
211
  } from "./commands/DeletePartnerCommand";
212
+ import {
213
+ DeleteRedshiftIdcApplicationCommandInput,
214
+ DeleteRedshiftIdcApplicationCommandOutput,
215
+ } from "./commands/DeleteRedshiftIdcApplicationCommand";
208
216
  import {
209
217
  DeleteResourcePolicyCommandInput,
210
218
  DeleteResourcePolicyCommandOutput,
@@ -341,6 +349,10 @@ import {
341
349
  DescribePartnersCommandInput,
342
350
  DescribePartnersCommandOutput,
343
351
  } from "./commands/DescribePartnersCommand";
352
+ import {
353
+ DescribeRedshiftIdcApplicationsCommandInput,
354
+ DescribeRedshiftIdcApplicationsCommandOutput,
355
+ } from "./commands/DescribeRedshiftIdcApplicationsCommand";
344
356
  import {
345
357
  DescribeReservedNodeExchangeStatusCommandInput,
346
358
  DescribeReservedNodeExchangeStatusCommandOutput,
@@ -481,6 +493,10 @@ import {
481
493
  ModifyEventSubscriptionCommandInput,
482
494
  ModifyEventSubscriptionCommandOutput,
483
495
  } from "./commands/ModifyEventSubscriptionCommand";
496
+ import {
497
+ ModifyRedshiftIdcApplicationCommandInput,
498
+ ModifyRedshiftIdcApplicationCommandOutput,
499
+ } from "./commands/ModifyRedshiftIdcApplicationCommand";
484
500
  import {
485
501
  ModifyScheduledActionCommandInput,
486
502
  ModifyScheduledActionCommandOutput,
@@ -587,6 +603,7 @@ export type ServiceInputTypes =
587
603
  | CreateEventSubscriptionCommandInput
588
604
  | CreateHsmClientCertificateCommandInput
589
605
  | CreateHsmConfigurationCommandInput
606
+ | CreateRedshiftIdcApplicationCommandInput
590
607
  | CreateScheduledActionCommandInput
591
608
  | CreateSnapshotCopyGrantCommandInput
592
609
  | CreateSnapshotScheduleCommandInput
@@ -605,6 +622,7 @@ export type ServiceInputTypes =
605
622
  | DeleteHsmClientCertificateCommandInput
606
623
  | DeleteHsmConfigurationCommandInput
607
624
  | DeletePartnerCommandInput
625
+ | DeleteRedshiftIdcApplicationCommandInput
608
626
  | DeleteResourcePolicyCommandInput
609
627
  | DeleteScheduledActionCommandInput
610
628
  | DeleteSnapshotCopyGrantCommandInput
@@ -639,6 +657,7 @@ export type ServiceInputTypes =
639
657
  | DescribeNodeConfigurationOptionsCommandInput
640
658
  | DescribeOrderableClusterOptionsCommandInput
641
659
  | DescribePartnersCommandInput
660
+ | DescribeRedshiftIdcApplicationsCommandInput
642
661
  | DescribeReservedNodeExchangeStatusCommandInput
643
662
  | DescribeReservedNodeOfferingsCommandInput
644
663
  | DescribeReservedNodesCommandInput
@@ -674,6 +693,7 @@ export type ServiceInputTypes =
674
693
  | ModifyCustomDomainAssociationCommandInput
675
694
  | ModifyEndpointAccessCommandInput
676
695
  | ModifyEventSubscriptionCommandInput
696
+ | ModifyRedshiftIdcApplicationCommandInput
677
697
  | ModifyScheduledActionCommandInput
678
698
  | ModifySnapshotCopyRetentionPeriodCommandInput
679
699
  | ModifySnapshotScheduleCommandInput
@@ -716,6 +736,7 @@ export type ServiceOutputTypes =
716
736
  | CreateEventSubscriptionCommandOutput
717
737
  | CreateHsmClientCertificateCommandOutput
718
738
  | CreateHsmConfigurationCommandOutput
739
+ | CreateRedshiftIdcApplicationCommandOutput
719
740
  | CreateScheduledActionCommandOutput
720
741
  | CreateSnapshotCopyGrantCommandOutput
721
742
  | CreateSnapshotScheduleCommandOutput
@@ -734,6 +755,7 @@ export type ServiceOutputTypes =
734
755
  | DeleteHsmClientCertificateCommandOutput
735
756
  | DeleteHsmConfigurationCommandOutput
736
757
  | DeletePartnerCommandOutput
758
+ | DeleteRedshiftIdcApplicationCommandOutput
737
759
  | DeleteResourcePolicyCommandOutput
738
760
  | DeleteScheduledActionCommandOutput
739
761
  | DeleteSnapshotCopyGrantCommandOutput
@@ -768,6 +790,7 @@ export type ServiceOutputTypes =
768
790
  | DescribeNodeConfigurationOptionsCommandOutput
769
791
  | DescribeOrderableClusterOptionsCommandOutput
770
792
  | DescribePartnersCommandOutput
793
+ | DescribeRedshiftIdcApplicationsCommandOutput
771
794
  | DescribeReservedNodeExchangeStatusCommandOutput
772
795
  | DescribeReservedNodeOfferingsCommandOutput
773
796
  | DescribeReservedNodesCommandOutput
@@ -803,6 +826,7 @@ export type ServiceOutputTypes =
803
826
  | ModifyCustomDomainAssociationCommandOutput
804
827
  | ModifyEndpointAccessCommandOutput
805
828
  | ModifyEventSubscriptionCommandOutput
829
+ | ModifyRedshiftIdcApplicationCommandOutput
806
830
  | ModifyScheduledActionCommandOutput
807
831
  | ModifySnapshotCopyRetentionPeriodCommandOutput
808
832
  | ModifySnapshotScheduleCommandOutput
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CreateRedshiftIdcApplicationMessage,
11
+ CreateRedshiftIdcApplicationResult,
12
+ } from "../models/models_0";
13
+ import {
14
+ RedshiftClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../RedshiftClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateRedshiftIdcApplicationCommandInput
20
+ extends CreateRedshiftIdcApplicationMessage {}
21
+ export interface CreateRedshiftIdcApplicationCommandOutput
22
+ extends CreateRedshiftIdcApplicationResult,
23
+ __MetadataBearer {}
24
+ export declare class CreateRedshiftIdcApplicationCommand extends $Command<
25
+ CreateRedshiftIdcApplicationCommandInput,
26
+ CreateRedshiftIdcApplicationCommandOutput,
27
+ RedshiftClientResolvedConfig
28
+ > {
29
+ readonly input: CreateRedshiftIdcApplicationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateRedshiftIdcApplicationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: RedshiftClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateRedshiftIdcApplicationCommandInput,
38
+ CreateRedshiftIdcApplicationCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import { DeleteRedshiftIdcApplicationMessage } from "../models/models_0";
10
+ import {
11
+ RedshiftClientResolvedConfig,
12
+ ServiceInputTypes,
13
+ ServiceOutputTypes,
14
+ } from "../RedshiftClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteRedshiftIdcApplicationCommandInput
17
+ extends DeleteRedshiftIdcApplicationMessage {}
18
+ export interface DeleteRedshiftIdcApplicationCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class DeleteRedshiftIdcApplicationCommand extends $Command<
21
+ DeleteRedshiftIdcApplicationCommandInput,
22
+ DeleteRedshiftIdcApplicationCommandOutput,
23
+ RedshiftClientResolvedConfig
24
+ > {
25
+ readonly input: DeleteRedshiftIdcApplicationCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DeleteRedshiftIdcApplicationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RedshiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ DeleteRedshiftIdcApplicationCommandInput,
34
+ DeleteRedshiftIdcApplicationCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- ClusterVersionsMessage,
11
- DescribeClusterVersionsMessage,
12
- } from "../models/models_0";
9
+ import { ClusterVersionsMessage } from "../models/models_0";
10
+ import { DescribeClusterVersionsMessage } from "../models/models_1";
13
11
  import {
14
12
  RedshiftClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- CustomDomainAssociationsMessage,
11
- DescribeCustomDomainAssociationsMessage,
12
- } from "../models/models_0";
9
+ import { CustomDomainAssociationsMessage } from "../models/models_0";
10
+ import { DescribeCustomDomainAssociationsMessage } from "../models/models_1";
13
11
  import {
14
12
  RedshiftClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDataSharesMessage,
11
11
  DescribeDataSharesResult,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RedshiftClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDataSharesForConsumerMessage,
11
11
  DescribeDataSharesForConsumerResult,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RedshiftClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDataSharesForProducerMessage,
11
11
  DescribeDataSharesForProducerResult,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RedshiftClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDefaultClusterParametersMessage,
11
11
  DescribeDefaultClusterParametersResult,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RedshiftClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeEndpointAccessMessage,
11
11
  EndpointAccessList,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RedshiftClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DescribeEndpointAuthorizationMessage } from "../models/models_0";
10
- import { EndpointAuthorizationList } from "../models/models_1";
9
+ import {
10
+ DescribeEndpointAuthorizationMessage,
11
+ EndpointAuthorizationList,
12
+ } from "../models/models_1";
11
13
  import {
12
14
  RedshiftClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DescribeRedshiftIdcApplicationsMessage,
11
+ DescribeRedshiftIdcApplicationsResult,
12
+ } from "../models/models_1";
13
+ import {
14
+ RedshiftClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../RedshiftClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeRedshiftIdcApplicationsCommandInput
20
+ extends DescribeRedshiftIdcApplicationsMessage {}
21
+ export interface DescribeRedshiftIdcApplicationsCommandOutput
22
+ extends DescribeRedshiftIdcApplicationsResult,
23
+ __MetadataBearer {}
24
+ export declare class DescribeRedshiftIdcApplicationsCommand extends $Command<
25
+ DescribeRedshiftIdcApplicationsCommandInput,
26
+ DescribeRedshiftIdcApplicationsCommandOutput,
27
+ RedshiftClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeRedshiftIdcApplicationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeRedshiftIdcApplicationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: RedshiftClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeRedshiftIdcApplicationsCommandInput,
38
+ DescribeRedshiftIdcApplicationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ModifyRedshiftIdcApplicationMessage,
11
+ ModifyRedshiftIdcApplicationResult,
12
+ } from "../models/models_1";
13
+ import {
14
+ RedshiftClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../RedshiftClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ModifyRedshiftIdcApplicationCommandInput
20
+ extends ModifyRedshiftIdcApplicationMessage {}
21
+ export interface ModifyRedshiftIdcApplicationCommandOutput
22
+ extends ModifyRedshiftIdcApplicationResult,
23
+ __MetadataBearer {}
24
+ export declare class ModifyRedshiftIdcApplicationCommand extends $Command<
25
+ ModifyRedshiftIdcApplicationCommandInput,
26
+ ModifyRedshiftIdcApplicationCommandOutput,
27
+ RedshiftClientResolvedConfig
28
+ > {
29
+ readonly input: ModifyRedshiftIdcApplicationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ModifyRedshiftIdcApplicationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: RedshiftClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ModifyRedshiftIdcApplicationCommandInput,
38
+ ModifyRedshiftIdcApplicationCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -20,6 +20,7 @@ export * from "./CreateEndpointAccessCommand";
20
20
  export * from "./CreateEventSubscriptionCommand";
21
21
  export * from "./CreateHsmClientCertificateCommand";
22
22
  export * from "./CreateHsmConfigurationCommand";
23
+ export * from "./CreateRedshiftIdcApplicationCommand";
23
24
  export * from "./CreateScheduledActionCommand";
24
25
  export * from "./CreateSnapshotCopyGrantCommand";
25
26
  export * from "./CreateSnapshotScheduleCommand";
@@ -38,6 +39,7 @@ export * from "./DeleteEventSubscriptionCommand";
38
39
  export * from "./DeleteHsmClientCertificateCommand";
39
40
  export * from "./DeleteHsmConfigurationCommand";
40
41
  export * from "./DeletePartnerCommand";
42
+ export * from "./DeleteRedshiftIdcApplicationCommand";
41
43
  export * from "./DeleteResourcePolicyCommand";
42
44
  export * from "./DeleteScheduledActionCommand";
43
45
  export * from "./DeleteSnapshotCopyGrantCommand";
@@ -72,6 +74,7 @@ export * from "./DescribeLoggingStatusCommand";
72
74
  export * from "./DescribeNodeConfigurationOptionsCommand";
73
75
  export * from "./DescribeOrderableClusterOptionsCommand";
74
76
  export * from "./DescribePartnersCommand";
77
+ export * from "./DescribeRedshiftIdcApplicationsCommand";
75
78
  export * from "./DescribeReservedNodeExchangeStatusCommand";
76
79
  export * from "./DescribeReservedNodeOfferingsCommand";
77
80
  export * from "./DescribeReservedNodesCommand";
@@ -107,6 +110,7 @@ export * from "./ModifyClusterSubnetGroupCommand";
107
110
  export * from "./ModifyCustomDomainAssociationCommand";
108
111
  export * from "./ModifyEndpointAccessCommand";
109
112
  export * from "./ModifyEventSubscriptionCommand";
113
+ export * from "./ModifyRedshiftIdcApplicationCommand";
110
114
  export * from "./ModifyScheduledActionCommand";
111
115
  export * from "./ModifySnapshotCopyRetentionPeriodCommand";
112
116
  export * from "./ModifySnapshotScheduleCommand";