@aws-sdk/client-redshift 3.354.0 → 3.357.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.
- package/README.md +32 -0
- package/dist-cjs/Redshift.js +8 -0
- package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/DescribeCustomDomainAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ModifyCustomDomainAssociationCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +28 -9
- package/dist-cjs/models/models_1.js +8 -1
- package/dist-cjs/pagination/DescribeCustomDomainAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_query.js +401 -25
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +42 -0
- package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +24 -7
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/pagination/DescribeCustomDomainAssociationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_query.js +376 -8
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +7 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +81 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +94 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +3 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -1
- package/dist-types/commands/ModifyClusterCommand.d.ts +9 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +3 -0
- package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +88 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +3 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +156 -323
- package/dist-types/models/models_1.d.ts +369 -6
- package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_query.d.ts +36 -0
- package/dist-types/ts3.4/Redshift.d.ts +68 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -55
- package/dist-types/ts3.4/models/models_1.d.ts +72 -2
- package/dist-types/ts3.4/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +29 -29
|
@@ -67,6 +67,10 @@ import {
|
|
|
67
67
|
CreateClusterSubnetGroupCommandInput,
|
|
68
68
|
CreateClusterSubnetGroupCommandOutput,
|
|
69
69
|
} from "./commands/CreateClusterSubnetGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateCustomDomainAssociationCommandInput,
|
|
72
|
+
CreateCustomDomainAssociationCommandOutput,
|
|
73
|
+
} from "./commands/CreateCustomDomainAssociationCommand";
|
|
70
74
|
import {
|
|
71
75
|
CreateEndpointAccessCommandInput,
|
|
72
76
|
CreateEndpointAccessCommandOutput,
|
|
@@ -131,6 +135,10 @@ import {
|
|
|
131
135
|
DeleteClusterSubnetGroupCommandInput,
|
|
132
136
|
DeleteClusterSubnetGroupCommandOutput,
|
|
133
137
|
} from "./commands/DeleteClusterSubnetGroupCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteCustomDomainAssociationCommandInput,
|
|
140
|
+
DeleteCustomDomainAssociationCommandOutput,
|
|
141
|
+
} from "./commands/DeleteCustomDomainAssociationCommand";
|
|
134
142
|
import {
|
|
135
143
|
DeleteEndpointAccessCommandInput,
|
|
136
144
|
DeleteEndpointAccessCommandOutput,
|
|
@@ -215,6 +223,10 @@ import {
|
|
|
215
223
|
DescribeClusterVersionsCommandInput,
|
|
216
224
|
DescribeClusterVersionsCommandOutput,
|
|
217
225
|
} from "./commands/DescribeClusterVersionsCommand";
|
|
226
|
+
import {
|
|
227
|
+
DescribeCustomDomainAssociationsCommandInput,
|
|
228
|
+
DescribeCustomDomainAssociationsCommandOutput,
|
|
229
|
+
} from "./commands/DescribeCustomDomainAssociationsCommand";
|
|
218
230
|
import {
|
|
219
231
|
DescribeDataSharesCommandInput,
|
|
220
232
|
DescribeDataSharesCommandOutput,
|
|
@@ -395,6 +407,10 @@ import {
|
|
|
395
407
|
ModifyClusterSubnetGroupCommandInput,
|
|
396
408
|
ModifyClusterSubnetGroupCommandOutput,
|
|
397
409
|
} from "./commands/ModifyClusterSubnetGroupCommand";
|
|
410
|
+
import {
|
|
411
|
+
ModifyCustomDomainAssociationCommandInput,
|
|
412
|
+
ModifyCustomDomainAssociationCommandOutput,
|
|
413
|
+
} from "./commands/ModifyCustomDomainAssociationCommand";
|
|
398
414
|
import {
|
|
399
415
|
ModifyEndpointAccessCommandInput,
|
|
400
416
|
ModifyEndpointAccessCommandOutput,
|
|
@@ -704,6 +720,19 @@ export interface Redshift {
|
|
|
704
720
|
options: __HttpHandlerOptions,
|
|
705
721
|
cb: (err: any, data?: CreateClusterSubnetGroupCommandOutput) => void
|
|
706
722
|
): void;
|
|
723
|
+
createCustomDomainAssociation(
|
|
724
|
+
args: CreateCustomDomainAssociationCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<CreateCustomDomainAssociationCommandOutput>;
|
|
727
|
+
createCustomDomainAssociation(
|
|
728
|
+
args: CreateCustomDomainAssociationCommandInput,
|
|
729
|
+
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
createCustomDomainAssociation(
|
|
732
|
+
args: CreateCustomDomainAssociationCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void
|
|
735
|
+
): void;
|
|
707
736
|
createEndpointAccess(
|
|
708
737
|
args: CreateEndpointAccessCommandInput,
|
|
709
738
|
options?: __HttpHandlerOptions
|
|
@@ -912,6 +941,19 @@ export interface Redshift {
|
|
|
912
941
|
options: __HttpHandlerOptions,
|
|
913
942
|
cb: (err: any, data?: DeleteClusterSubnetGroupCommandOutput) => void
|
|
914
943
|
): void;
|
|
944
|
+
deleteCustomDomainAssociation(
|
|
945
|
+
args: DeleteCustomDomainAssociationCommandInput,
|
|
946
|
+
options?: __HttpHandlerOptions
|
|
947
|
+
): Promise<DeleteCustomDomainAssociationCommandOutput>;
|
|
948
|
+
deleteCustomDomainAssociation(
|
|
949
|
+
args: DeleteCustomDomainAssociationCommandInput,
|
|
950
|
+
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void
|
|
951
|
+
): void;
|
|
952
|
+
deleteCustomDomainAssociation(
|
|
953
|
+
args: DeleteCustomDomainAssociationCommandInput,
|
|
954
|
+
options: __HttpHandlerOptions,
|
|
955
|
+
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void
|
|
956
|
+
): void;
|
|
915
957
|
deleteEndpointAccess(
|
|
916
958
|
args: DeleteEndpointAccessCommandInput,
|
|
917
959
|
options?: __HttpHandlerOptions
|
|
@@ -1185,6 +1227,19 @@ export interface Redshift {
|
|
|
1185
1227
|
options: __HttpHandlerOptions,
|
|
1186
1228
|
cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
|
|
1187
1229
|
): void;
|
|
1230
|
+
describeCustomDomainAssociations(
|
|
1231
|
+
args: DescribeCustomDomainAssociationsCommandInput,
|
|
1232
|
+
options?: __HttpHandlerOptions
|
|
1233
|
+
): Promise<DescribeCustomDomainAssociationsCommandOutput>;
|
|
1234
|
+
describeCustomDomainAssociations(
|
|
1235
|
+
args: DescribeCustomDomainAssociationsCommandInput,
|
|
1236
|
+
cb: (err: any, data?: DescribeCustomDomainAssociationsCommandOutput) => void
|
|
1237
|
+
): void;
|
|
1238
|
+
describeCustomDomainAssociations(
|
|
1239
|
+
args: DescribeCustomDomainAssociationsCommandInput,
|
|
1240
|
+
options: __HttpHandlerOptions,
|
|
1241
|
+
cb: (err: any, data?: DescribeCustomDomainAssociationsCommandOutput) => void
|
|
1242
|
+
): void;
|
|
1188
1243
|
describeDataShares(
|
|
1189
1244
|
args: DescribeDataSharesCommandInput,
|
|
1190
1245
|
options?: __HttpHandlerOptions
|
|
@@ -1782,6 +1837,19 @@ export interface Redshift {
|
|
|
1782
1837
|
options: __HttpHandlerOptions,
|
|
1783
1838
|
cb: (err: any, data?: ModifyClusterSubnetGroupCommandOutput) => void
|
|
1784
1839
|
): void;
|
|
1840
|
+
modifyCustomDomainAssociation(
|
|
1841
|
+
args: ModifyCustomDomainAssociationCommandInput,
|
|
1842
|
+
options?: __HttpHandlerOptions
|
|
1843
|
+
): Promise<ModifyCustomDomainAssociationCommandOutput>;
|
|
1844
|
+
modifyCustomDomainAssociation(
|
|
1845
|
+
args: ModifyCustomDomainAssociationCommandInput,
|
|
1846
|
+
cb: (err: any, data?: ModifyCustomDomainAssociationCommandOutput) => void
|
|
1847
|
+
): void;
|
|
1848
|
+
modifyCustomDomainAssociation(
|
|
1849
|
+
args: ModifyCustomDomainAssociationCommandInput,
|
|
1850
|
+
options: __HttpHandlerOptions,
|
|
1851
|
+
cb: (err: any, data?: ModifyCustomDomainAssociationCommandOutput) => void
|
|
1852
|
+
): void;
|
|
1785
1853
|
modifyEndpointAccess(
|
|
1786
1854
|
args: ModifyEndpointAccessCommandInput,
|
|
1787
1855
|
options?: __HttpHandlerOptions
|
|
@@ -114,6 +114,10 @@ import {
|
|
|
114
114
|
CreateClusterSubnetGroupCommandInput,
|
|
115
115
|
CreateClusterSubnetGroupCommandOutput,
|
|
116
116
|
} from "./commands/CreateClusterSubnetGroupCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateCustomDomainAssociationCommandInput,
|
|
119
|
+
CreateCustomDomainAssociationCommandOutput,
|
|
120
|
+
} from "./commands/CreateCustomDomainAssociationCommand";
|
|
117
121
|
import {
|
|
118
122
|
CreateEndpointAccessCommandInput,
|
|
119
123
|
CreateEndpointAccessCommandOutput,
|
|
@@ -178,6 +182,10 @@ import {
|
|
|
178
182
|
DeleteClusterSubnetGroupCommandInput,
|
|
179
183
|
DeleteClusterSubnetGroupCommandOutput,
|
|
180
184
|
} from "./commands/DeleteClusterSubnetGroupCommand";
|
|
185
|
+
import {
|
|
186
|
+
DeleteCustomDomainAssociationCommandInput,
|
|
187
|
+
DeleteCustomDomainAssociationCommandOutput,
|
|
188
|
+
} from "./commands/DeleteCustomDomainAssociationCommand";
|
|
181
189
|
import {
|
|
182
190
|
DeleteEndpointAccessCommandInput,
|
|
183
191
|
DeleteEndpointAccessCommandOutput,
|
|
@@ -262,6 +270,10 @@ import {
|
|
|
262
270
|
DescribeClusterVersionsCommandInput,
|
|
263
271
|
DescribeClusterVersionsCommandOutput,
|
|
264
272
|
} from "./commands/DescribeClusterVersionsCommand";
|
|
273
|
+
import {
|
|
274
|
+
DescribeCustomDomainAssociationsCommandInput,
|
|
275
|
+
DescribeCustomDomainAssociationsCommandOutput,
|
|
276
|
+
} from "./commands/DescribeCustomDomainAssociationsCommand";
|
|
265
277
|
import {
|
|
266
278
|
DescribeDataSharesCommandInput,
|
|
267
279
|
DescribeDataSharesCommandOutput,
|
|
@@ -442,6 +454,10 @@ import {
|
|
|
442
454
|
ModifyClusterSubnetGroupCommandInput,
|
|
443
455
|
ModifyClusterSubnetGroupCommandOutput,
|
|
444
456
|
} from "./commands/ModifyClusterSubnetGroupCommand";
|
|
457
|
+
import {
|
|
458
|
+
ModifyCustomDomainAssociationCommandInput,
|
|
459
|
+
ModifyCustomDomainAssociationCommandOutput,
|
|
460
|
+
} from "./commands/ModifyCustomDomainAssociationCommand";
|
|
445
461
|
import {
|
|
446
462
|
ModifyEndpointAccessCommandInput,
|
|
447
463
|
ModifyEndpointAccessCommandOutput,
|
|
@@ -546,6 +562,7 @@ export type ServiceInputTypes =
|
|
|
546
562
|
| CreateClusterSecurityGroupCommandInput
|
|
547
563
|
| CreateClusterSnapshotCommandInput
|
|
548
564
|
| CreateClusterSubnetGroupCommandInput
|
|
565
|
+
| CreateCustomDomainAssociationCommandInput
|
|
549
566
|
| CreateEndpointAccessCommandInput
|
|
550
567
|
| CreateEventSubscriptionCommandInput
|
|
551
568
|
| CreateHsmClientCertificateCommandInput
|
|
@@ -562,6 +579,7 @@ export type ServiceInputTypes =
|
|
|
562
579
|
| DeleteClusterSecurityGroupCommandInput
|
|
563
580
|
| DeleteClusterSnapshotCommandInput
|
|
564
581
|
| DeleteClusterSubnetGroupCommandInput
|
|
582
|
+
| DeleteCustomDomainAssociationCommandInput
|
|
565
583
|
| DeleteEndpointAccessCommandInput
|
|
566
584
|
| DeleteEventSubscriptionCommandInput
|
|
567
585
|
| DeleteHsmClientCertificateCommandInput
|
|
@@ -583,6 +601,7 @@ export type ServiceInputTypes =
|
|
|
583
601
|
| DescribeClusterTracksCommandInput
|
|
584
602
|
| DescribeClusterVersionsCommandInput
|
|
585
603
|
| DescribeClustersCommandInput
|
|
604
|
+
| DescribeCustomDomainAssociationsCommandInput
|
|
586
605
|
| DescribeDataSharesCommandInput
|
|
587
606
|
| DescribeDataSharesForConsumerCommandInput
|
|
588
607
|
| DescribeDataSharesForProducerCommandInput
|
|
@@ -628,6 +647,7 @@ export type ServiceInputTypes =
|
|
|
628
647
|
| ModifyClusterSnapshotCommandInput
|
|
629
648
|
| ModifyClusterSnapshotScheduleCommandInput
|
|
630
649
|
| ModifyClusterSubnetGroupCommandInput
|
|
650
|
+
| ModifyCustomDomainAssociationCommandInput
|
|
631
651
|
| ModifyEndpointAccessCommandInput
|
|
632
652
|
| ModifyEventSubscriptionCommandInput
|
|
633
653
|
| ModifyScheduledActionCommandInput
|
|
@@ -666,6 +686,7 @@ export type ServiceOutputTypes =
|
|
|
666
686
|
| CreateClusterSecurityGroupCommandOutput
|
|
667
687
|
| CreateClusterSnapshotCommandOutput
|
|
668
688
|
| CreateClusterSubnetGroupCommandOutput
|
|
689
|
+
| CreateCustomDomainAssociationCommandOutput
|
|
669
690
|
| CreateEndpointAccessCommandOutput
|
|
670
691
|
| CreateEventSubscriptionCommandOutput
|
|
671
692
|
| CreateHsmClientCertificateCommandOutput
|
|
@@ -682,6 +703,7 @@ export type ServiceOutputTypes =
|
|
|
682
703
|
| DeleteClusterSecurityGroupCommandOutput
|
|
683
704
|
| DeleteClusterSnapshotCommandOutput
|
|
684
705
|
| DeleteClusterSubnetGroupCommandOutput
|
|
706
|
+
| DeleteCustomDomainAssociationCommandOutput
|
|
685
707
|
| DeleteEndpointAccessCommandOutput
|
|
686
708
|
| DeleteEventSubscriptionCommandOutput
|
|
687
709
|
| DeleteHsmClientCertificateCommandOutput
|
|
@@ -703,6 +725,7 @@ export type ServiceOutputTypes =
|
|
|
703
725
|
| DescribeClusterTracksCommandOutput
|
|
704
726
|
| DescribeClusterVersionsCommandOutput
|
|
705
727
|
| DescribeClustersCommandOutput
|
|
728
|
+
| DescribeCustomDomainAssociationsCommandOutput
|
|
706
729
|
| DescribeDataSharesCommandOutput
|
|
707
730
|
| DescribeDataSharesForConsumerCommandOutput
|
|
708
731
|
| DescribeDataSharesForProducerCommandOutput
|
|
@@ -748,6 +771,7 @@ export type ServiceOutputTypes =
|
|
|
748
771
|
| ModifyClusterSnapshotCommandOutput
|
|
749
772
|
| ModifyClusterSnapshotScheduleCommandOutput
|
|
750
773
|
| ModifyClusterSubnetGroupCommandOutput
|
|
774
|
+
| ModifyCustomDomainAssociationCommandOutput
|
|
751
775
|
| ModifyEndpointAccessCommandOutput
|
|
752
776
|
| ModifyEventSubscriptionCommandOutput
|
|
753
777
|
| ModifyScheduledActionCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateCustomDomainAssociationMessage,
|
|
11
|
+
CreateCustomDomainAssociationResult,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateCustomDomainAssociationCommandInput
|
|
20
|
+
extends CreateCustomDomainAssociationMessage {}
|
|
21
|
+
export interface CreateCustomDomainAssociationCommandOutput
|
|
22
|
+
extends CreateCustomDomainAssociationResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateCustomDomainAssociationCommand extends $Command<
|
|
25
|
+
CreateCustomDomainAssociationCommandInput,
|
|
26
|
+
CreateCustomDomainAssociationCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateCustomDomainAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateCustomDomainAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateCustomDomainAssociationCommandInput,
|
|
38
|
+
CreateCustomDomainAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { DeleteCustomDomainAssociationMessage } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
RedshiftClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../RedshiftClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteCustomDomainAssociationCommandInput
|
|
17
|
+
extends DeleteCustomDomainAssociationMessage {}
|
|
18
|
+
export interface DeleteCustomDomainAssociationCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteCustomDomainAssociationCommand extends $Command<
|
|
21
|
+
DeleteCustomDomainAssociationCommandInput,
|
|
22
|
+
DeleteCustomDomainAssociationCommandOutput,
|
|
23
|
+
RedshiftClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteCustomDomainAssociationCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteCustomDomainAssociationCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: RedshiftClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteCustomDomainAssociationCommandInput,
|
|
34
|
+
DeleteCustomDomainAssociationCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CustomDomainAssociationsMessage,
|
|
11
|
+
DescribeCustomDomainAssociationsMessage,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeCustomDomainAssociationsCommandInput
|
|
20
|
+
extends DescribeCustomDomainAssociationsMessage {}
|
|
21
|
+
export interface DescribeCustomDomainAssociationsCommandOutput
|
|
22
|
+
extends CustomDomainAssociationsMessage,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeCustomDomainAssociationsCommand extends $Command<
|
|
25
|
+
DescribeCustomDomainAssociationsCommandInput,
|
|
26
|
+
DescribeCustomDomainAssociationsCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeCustomDomainAssociationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeCustomDomainAssociationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeCustomDomainAssociationsCommandInput,
|
|
38
|
+
DescribeCustomDomainAssociationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
EventCategoriesMessage,
|
|
12
|
-
} from "../models/models_0";
|
|
9
|
+
import { DescribeEventCategoriesMessage } from "../models/models_0";
|
|
10
|
+
import { EventCategoriesMessage } from "../models/models_1";
|
|
13
11
|
import {
|
|
14
12
|
RedshiftClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DescribeEventsMessage, EventsMessage } from "../models/
|
|
9
|
+
import { DescribeEventsMessage, EventsMessage } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
RedshiftClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ModifyCustomDomainAssociationMessage,
|
|
11
|
+
ModifyCustomDomainAssociationResult,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ModifyCustomDomainAssociationCommandInput
|
|
20
|
+
extends ModifyCustomDomainAssociationMessage {}
|
|
21
|
+
export interface ModifyCustomDomainAssociationCommandOutput
|
|
22
|
+
extends ModifyCustomDomainAssociationResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ModifyCustomDomainAssociationCommand extends $Command<
|
|
25
|
+
ModifyCustomDomainAssociationCommandInput,
|
|
26
|
+
ModifyCustomDomainAssociationCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ModifyCustomDomainAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ModifyCustomDomainAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ModifyCustomDomainAssociationCommandInput,
|
|
38
|
+
ModifyCustomDomainAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -15,6 +15,7 @@ export * from "./CreateClusterParameterGroupCommand";
|
|
|
15
15
|
export * from "./CreateClusterSecurityGroupCommand";
|
|
16
16
|
export * from "./CreateClusterSnapshotCommand";
|
|
17
17
|
export * from "./CreateClusterSubnetGroupCommand";
|
|
18
|
+
export * from "./CreateCustomDomainAssociationCommand";
|
|
18
19
|
export * from "./CreateEndpointAccessCommand";
|
|
19
20
|
export * from "./CreateEventSubscriptionCommand";
|
|
20
21
|
export * from "./CreateHsmClientCertificateCommand";
|
|
@@ -31,6 +32,7 @@ export * from "./DeleteClusterParameterGroupCommand";
|
|
|
31
32
|
export * from "./DeleteClusterSecurityGroupCommand";
|
|
32
33
|
export * from "./DeleteClusterSnapshotCommand";
|
|
33
34
|
export * from "./DeleteClusterSubnetGroupCommand";
|
|
35
|
+
export * from "./DeleteCustomDomainAssociationCommand";
|
|
34
36
|
export * from "./DeleteEndpointAccessCommand";
|
|
35
37
|
export * from "./DeleteEventSubscriptionCommand";
|
|
36
38
|
export * from "./DeleteHsmClientCertificateCommand";
|
|
@@ -52,6 +54,7 @@ export * from "./DescribeClusterSubnetGroupsCommand";
|
|
|
52
54
|
export * from "./DescribeClusterTracksCommand";
|
|
53
55
|
export * from "./DescribeClusterVersionsCommand";
|
|
54
56
|
export * from "./DescribeClustersCommand";
|
|
57
|
+
export * from "./DescribeCustomDomainAssociationsCommand";
|
|
55
58
|
export * from "./DescribeDataSharesCommand";
|
|
56
59
|
export * from "./DescribeDataSharesForConsumerCommand";
|
|
57
60
|
export * from "./DescribeDataSharesForProducerCommand";
|
|
@@ -97,6 +100,7 @@ export * from "./ModifyClusterParameterGroupCommand";
|
|
|
97
100
|
export * from "./ModifyClusterSnapshotCommand";
|
|
98
101
|
export * from "./ModifyClusterSnapshotScheduleCommand";
|
|
99
102
|
export * from "./ModifyClusterSubnetGroupCommand";
|
|
103
|
+
export * from "./ModifyCustomDomainAssociationCommand";
|
|
100
104
|
export * from "./ModifyEndpointAccessCommand";
|
|
101
105
|
export * from "./ModifyEventSubscriptionCommand";
|
|
102
106
|
export * from "./ModifyScheduledActionCommand";
|
|
@@ -229,6 +229,15 @@ export interface ClusterAssociatedToSchedule {
|
|
|
229
229
|
ClusterIdentifier?: string;
|
|
230
230
|
ScheduleAssociationState?: ScheduleState | string;
|
|
231
231
|
}
|
|
232
|
+
export interface CertificateAssociation {
|
|
233
|
+
CustomDomainName?: string;
|
|
234
|
+
ClusterIdentifier?: string;
|
|
235
|
+
}
|
|
236
|
+
export interface Association {
|
|
237
|
+
CustomDomainCertificateArn?: string;
|
|
238
|
+
CustomDomainCertificateExpiryDate?: Date;
|
|
239
|
+
CertificateAssociations?: CertificateAssociation[];
|
|
240
|
+
}
|
|
232
241
|
export interface AuthenticationProfile {
|
|
233
242
|
AuthenticationProfileName?: string;
|
|
234
243
|
AuthenticationProfileContent?: string;
|
|
@@ -743,6 +752,9 @@ export interface Cluster {
|
|
|
743
752
|
AquaConfiguration?: AquaConfiguration;
|
|
744
753
|
DefaultIamRoleArn?: string;
|
|
745
754
|
ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
|
|
755
|
+
CustomDomainName?: string;
|
|
756
|
+
CustomDomainCertificateArn?: string;
|
|
757
|
+
CustomDomainCertificateExpiryDate?: Date;
|
|
746
758
|
}
|
|
747
759
|
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
748
760
|
readonly name: "ClusterAlreadyExistsFault";
|
|
@@ -1187,6 +1199,24 @@ export interface CreateClusterSubnetGroupMessage {
|
|
|
1187
1199
|
export interface CreateClusterSubnetGroupResult {
|
|
1188
1200
|
ClusterSubnetGroup?: ClusterSubnetGroup;
|
|
1189
1201
|
}
|
|
1202
|
+
export interface CreateCustomDomainAssociationMessage {
|
|
1203
|
+
CustomDomainName: string | undefined;
|
|
1204
|
+
CustomDomainCertificateArn: string | undefined;
|
|
1205
|
+
ClusterIdentifier: string | undefined;
|
|
1206
|
+
}
|
|
1207
|
+
export interface CreateCustomDomainAssociationResult {
|
|
1208
|
+
CustomDomainName?: string;
|
|
1209
|
+
CustomDomainCertificateArn?: string;
|
|
1210
|
+
ClusterIdentifier?: string;
|
|
1211
|
+
CustomDomainCertExpiryTime?: string;
|
|
1212
|
+
}
|
|
1213
|
+
export declare class CustomCnameAssociationFault extends __BaseException {
|
|
1214
|
+
readonly name: "CustomCnameAssociationFault";
|
|
1215
|
+
readonly $fault: "client";
|
|
1216
|
+
constructor(
|
|
1217
|
+
opts: __ExceptionOptionType<CustomCnameAssociationFault, __BaseException>
|
|
1218
|
+
);
|
|
1219
|
+
}
|
|
1190
1220
|
export interface CreateEndpointAccessMessage {
|
|
1191
1221
|
ClusterIdentifier?: string;
|
|
1192
1222
|
ResourceOwner?: string;
|
|
@@ -1647,6 +1677,20 @@ export declare class UsageLimitAlreadyExistsFault extends __BaseException {
|
|
|
1647
1677
|
opts: __ExceptionOptionType<UsageLimitAlreadyExistsFault, __BaseException>
|
|
1648
1678
|
);
|
|
1649
1679
|
}
|
|
1680
|
+
export declare class CustomDomainAssociationNotFoundFault extends __BaseException {
|
|
1681
|
+
readonly name: "CustomDomainAssociationNotFoundFault";
|
|
1682
|
+
readonly $fault: "client";
|
|
1683
|
+
constructor(
|
|
1684
|
+
opts: __ExceptionOptionType<
|
|
1685
|
+
CustomDomainAssociationNotFoundFault,
|
|
1686
|
+
__BaseException
|
|
1687
|
+
>
|
|
1688
|
+
);
|
|
1689
|
+
}
|
|
1690
|
+
export interface CustomDomainAssociationsMessage {
|
|
1691
|
+
Marker?: string;
|
|
1692
|
+
Associations?: Association[];
|
|
1693
|
+
}
|
|
1650
1694
|
export interface CustomerStorageMessage {
|
|
1651
1695
|
TotalBackupSizeInMegaBytes?: number;
|
|
1652
1696
|
TotalProvisionedStorageInMegaBytes?: number;
|
|
@@ -1719,6 +1763,9 @@ export declare class InvalidClusterSubnetStateFault extends __BaseException {
|
|
|
1719
1763
|
opts: __ExceptionOptionType<InvalidClusterSubnetStateFault, __BaseException>
|
|
1720
1764
|
);
|
|
1721
1765
|
}
|
|
1766
|
+
export interface DeleteCustomDomainAssociationMessage {
|
|
1767
|
+
ClusterIdentifier: string | undefined;
|
|
1768
|
+
}
|
|
1722
1769
|
export interface DeleteEndpointAccessMessage {
|
|
1723
1770
|
EndpointName: string | undefined;
|
|
1724
1771
|
}
|
|
@@ -1947,6 +1994,12 @@ export interface DescribeClusterVersionsMessage {
|
|
|
1947
1994
|
MaxRecords?: number;
|
|
1948
1995
|
Marker?: string;
|
|
1949
1996
|
}
|
|
1997
|
+
export interface DescribeCustomDomainAssociationsMessage {
|
|
1998
|
+
CustomDomainName?: string;
|
|
1999
|
+
CustomDomainCertificateArn?: string;
|
|
2000
|
+
MaxRecords?: number;
|
|
2001
|
+
Marker?: string;
|
|
2002
|
+
}
|
|
1950
2003
|
export interface DescribeDataSharesMessage {
|
|
1951
2004
|
DataShareArn?: string;
|
|
1952
2005
|
MaxRecords?: number;
|
|
@@ -2020,61 +2073,6 @@ export interface EventCategoriesMap {
|
|
|
2020
2073
|
SourceType?: string;
|
|
2021
2074
|
Events?: EventInfoMap[];
|
|
2022
2075
|
}
|
|
2023
|
-
export interface EventCategoriesMessage {
|
|
2024
|
-
EventCategoriesMapList?: EventCategoriesMap[];
|
|
2025
|
-
}
|
|
2026
|
-
export declare const SourceType: {
|
|
2027
|
-
readonly cluster: "cluster";
|
|
2028
|
-
readonly cluster_parameter_group: "cluster-parameter-group";
|
|
2029
|
-
readonly cluster_security_group: "cluster-security-group";
|
|
2030
|
-
readonly cluster_snapshot: "cluster-snapshot";
|
|
2031
|
-
readonly scheduled_action: "scheduled-action";
|
|
2032
|
-
};
|
|
2033
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
2034
|
-
export interface DescribeEventsMessage {
|
|
2035
|
-
SourceIdentifier?: string;
|
|
2036
|
-
SourceType?: SourceType | string;
|
|
2037
|
-
StartTime?: Date;
|
|
2038
|
-
EndTime?: Date;
|
|
2039
|
-
Duration?: number;
|
|
2040
|
-
MaxRecords?: number;
|
|
2041
|
-
Marker?: string;
|
|
2042
|
-
}
|
|
2043
|
-
export interface Event {
|
|
2044
|
-
SourceIdentifier?: string;
|
|
2045
|
-
SourceType?: SourceType | string;
|
|
2046
|
-
Message?: string;
|
|
2047
|
-
EventCategories?: string[];
|
|
2048
|
-
Severity?: string;
|
|
2049
|
-
Date?: Date;
|
|
2050
|
-
EventId?: string;
|
|
2051
|
-
}
|
|
2052
|
-
export interface EventsMessage {
|
|
2053
|
-
Marker?: string;
|
|
2054
|
-
Events?: Event[];
|
|
2055
|
-
}
|
|
2056
|
-
export interface DescribeEventSubscriptionsMessage {
|
|
2057
|
-
SubscriptionName?: string;
|
|
2058
|
-
MaxRecords?: number;
|
|
2059
|
-
Marker?: string;
|
|
2060
|
-
TagKeys?: string[];
|
|
2061
|
-
TagValues?: string[];
|
|
2062
|
-
}
|
|
2063
|
-
export interface EventSubscriptionsMessage {
|
|
2064
|
-
Marker?: string;
|
|
2065
|
-
EventSubscriptionsList?: EventSubscription[];
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeHsmClientCertificatesMessage {
|
|
2068
|
-
HsmClientCertificateIdentifier?: string;
|
|
2069
|
-
MaxRecords?: number;
|
|
2070
|
-
Marker?: string;
|
|
2071
|
-
TagKeys?: string[];
|
|
2072
|
-
TagValues?: string[];
|
|
2073
|
-
}
|
|
2074
|
-
export interface HsmClientCertificateMessage {
|
|
2075
|
-
Marker?: string;
|
|
2076
|
-
HsmClientCertificates?: HsmClientCertificate[];
|
|
2077
|
-
}
|
|
2078
2076
|
export declare const ClusterCredentialsFilterSensitiveLog: (
|
|
2079
2077
|
obj: ClusterCredentials
|
|
2080
2078
|
) => any;
|