@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.
- package/README.md +160 -128
- package/dist-cjs/Redshift.js +8 -0
- package/dist-cjs/commands/CreateRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/DeleteRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/DescribeRedshiftIdcApplicationsCommand.js +51 -0
- package/dist-cjs/commands/ModifyRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +74 -2
- package/dist-cjs/pagination/DescribeRedshiftIdcApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +657 -6
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +47 -0
- package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +68 -0
- package/dist-es/pagination/DescribeRedshiftIdcApplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +645 -2
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +3 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +140 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +84 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -1
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +3 -1
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +119 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
- package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +136 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +291 -361
- package/dist-types/models/models_1.d.ts +456 -1
- package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- 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/CreateRedshiftIdcApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.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 +121 -68
- package/dist-types/ts3.4/models/models_1.d.ts +96 -0
- package/dist-types/ts3.4/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +3 -3
|
@@ -180,6 +180,7 @@ export interface AssociateDataShareConsumerMessage {
|
|
|
180
180
|
AssociateEntireAccount?: boolean;
|
|
181
181
|
ConsumerArn?: string;
|
|
182
182
|
ConsumerRegion?: string;
|
|
183
|
+
AllowWrites?: boolean;
|
|
183
184
|
}
|
|
184
185
|
export declare const DataShareStatus: {
|
|
185
186
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -197,6 +198,8 @@ export interface DataShareAssociation {
|
|
|
197
198
|
ConsumerRegion?: string;
|
|
198
199
|
CreatedDate?: Date;
|
|
199
200
|
StatusChangeDate?: Date;
|
|
201
|
+
ProducerAllowedWrites?: boolean;
|
|
202
|
+
ConsumerAcceptedWrites?: boolean;
|
|
200
203
|
}
|
|
201
204
|
export interface DataShare {
|
|
202
205
|
DataShareArn?: string;
|
|
@@ -359,6 +362,11 @@ export declare class InvalidClusterSecurityGroupStateFault extends __BaseExcepti
|
|
|
359
362
|
export interface AuthorizeDataShareMessage {
|
|
360
363
|
DataShareArn: string | undefined;
|
|
361
364
|
ConsumerIdentifier: string | undefined;
|
|
365
|
+
AllowWrites?: boolean;
|
|
366
|
+
}
|
|
367
|
+
export interface AuthorizedTokenIssuer {
|
|
368
|
+
TrustedTokenIssuerArn?: string;
|
|
369
|
+
AuthorizedAudiencesList?: string[];
|
|
362
370
|
}
|
|
363
371
|
export interface AuthorizeEndpointAccessMessage {
|
|
364
372
|
ClusterIdentifier?: string;
|
|
@@ -1075,6 +1083,7 @@ export interface CreateClusterMessage {
|
|
|
1075
1083
|
MasterPasswordSecretKmsKeyId?: string;
|
|
1076
1084
|
IpAddressType?: string;
|
|
1077
1085
|
MultiAZ?: boolean;
|
|
1086
|
+
RedshiftIdcApplicationArn?: string;
|
|
1078
1087
|
}
|
|
1079
1088
|
export interface CreateClusterResult {
|
|
1080
1089
|
Cluster?: Cluster;
|
|
@@ -1174,6 +1183,16 @@ export declare class NumberOfNodesQuotaExceededFault extends __BaseException {
|
|
|
1174
1183
|
>
|
|
1175
1184
|
);
|
|
1176
1185
|
}
|
|
1186
|
+
export declare class RedshiftIdcApplicationNotExistsFault extends __BaseException {
|
|
1187
|
+
readonly name: "RedshiftIdcApplicationNotExistsFault";
|
|
1188
|
+
readonly $fault: "client";
|
|
1189
|
+
constructor(
|
|
1190
|
+
opts: __ExceptionOptionType<
|
|
1191
|
+
RedshiftIdcApplicationNotExistsFault,
|
|
1192
|
+
__BaseException
|
|
1193
|
+
>
|
|
1194
|
+
);
|
|
1195
|
+
}
|
|
1177
1196
|
export declare class SnapshotScheduleNotFoundFault extends __BaseException {
|
|
1178
1197
|
readonly name: "SnapshotScheduleNotFoundFault";
|
|
1179
1198
|
readonly $fault: "client";
|
|
@@ -1466,6 +1485,105 @@ export declare class HsmConfigurationQuotaExceededFault extends __BaseException
|
|
|
1466
1485
|
>
|
|
1467
1486
|
);
|
|
1468
1487
|
}
|
|
1488
|
+
export declare const ServiceAuthorization: {
|
|
1489
|
+
readonly DISABLED: "Disabled";
|
|
1490
|
+
readonly ENABLED: "Enabled";
|
|
1491
|
+
};
|
|
1492
|
+
export type ServiceAuthorization =
|
|
1493
|
+
(typeof ServiceAuthorization)[keyof typeof ServiceAuthorization];
|
|
1494
|
+
export interface LakeFormationQuery {
|
|
1495
|
+
Authorization: ServiceAuthorization | undefined;
|
|
1496
|
+
}
|
|
1497
|
+
export type LakeFormationScopeUnion =
|
|
1498
|
+
| LakeFormationScopeUnion.LakeFormationQueryMember
|
|
1499
|
+
| LakeFormationScopeUnion.$UnknownMember;
|
|
1500
|
+
export declare namespace LakeFormationScopeUnion {
|
|
1501
|
+
interface LakeFormationQueryMember {
|
|
1502
|
+
LakeFormationQuery: LakeFormationQuery;
|
|
1503
|
+
$unknown?: never;
|
|
1504
|
+
}
|
|
1505
|
+
interface $UnknownMember {
|
|
1506
|
+
LakeFormationQuery?: never;
|
|
1507
|
+
$unknown: [string, any];
|
|
1508
|
+
}
|
|
1509
|
+
interface Visitor<T> {
|
|
1510
|
+
LakeFormationQuery: (value: LakeFormationQuery) => T;
|
|
1511
|
+
_: (name: string, value: any) => T;
|
|
1512
|
+
}
|
|
1513
|
+
const visit: <T>(value: LakeFormationScopeUnion, visitor: Visitor<T>) => T;
|
|
1514
|
+
}
|
|
1515
|
+
export type ServiceIntegrationsUnion =
|
|
1516
|
+
| ServiceIntegrationsUnion.LakeFormationMember
|
|
1517
|
+
| ServiceIntegrationsUnion.$UnknownMember;
|
|
1518
|
+
export declare namespace ServiceIntegrationsUnion {
|
|
1519
|
+
interface LakeFormationMember {
|
|
1520
|
+
LakeFormation: LakeFormationScopeUnion[];
|
|
1521
|
+
$unknown?: never;
|
|
1522
|
+
}
|
|
1523
|
+
interface $UnknownMember {
|
|
1524
|
+
LakeFormation?: never;
|
|
1525
|
+
$unknown: [string, any];
|
|
1526
|
+
}
|
|
1527
|
+
interface Visitor<T> {
|
|
1528
|
+
LakeFormation: (value: LakeFormationScopeUnion[]) => T;
|
|
1529
|
+
_: (name: string, value: any) => T;
|
|
1530
|
+
}
|
|
1531
|
+
const visit: <T>(value: ServiceIntegrationsUnion, visitor: Visitor<T>) => T;
|
|
1532
|
+
}
|
|
1533
|
+
export interface CreateRedshiftIdcApplicationMessage {
|
|
1534
|
+
IdcInstanceArn: string | undefined;
|
|
1535
|
+
RedshiftIdcApplicationName: string | undefined;
|
|
1536
|
+
IdentityNamespace?: string;
|
|
1537
|
+
IdcDisplayName: string | undefined;
|
|
1538
|
+
IamRoleArn: string | undefined;
|
|
1539
|
+
AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[];
|
|
1540
|
+
ServiceIntegrations?: ServiceIntegrationsUnion[];
|
|
1541
|
+
}
|
|
1542
|
+
export interface RedshiftIdcApplication {
|
|
1543
|
+
IdcInstanceArn?: string;
|
|
1544
|
+
RedshiftIdcApplicationName?: string;
|
|
1545
|
+
RedshiftIdcApplicationArn?: string;
|
|
1546
|
+
IdentityNamespace?: string;
|
|
1547
|
+
IdcDisplayName?: string;
|
|
1548
|
+
IamRoleArn?: string;
|
|
1549
|
+
IdcManagedApplicationArn?: string;
|
|
1550
|
+
IdcOnboardStatus?: string;
|
|
1551
|
+
AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[];
|
|
1552
|
+
ServiceIntegrations?: ServiceIntegrationsUnion[];
|
|
1553
|
+
}
|
|
1554
|
+
export interface CreateRedshiftIdcApplicationResult {
|
|
1555
|
+
RedshiftIdcApplication?: RedshiftIdcApplication;
|
|
1556
|
+
}
|
|
1557
|
+
export declare class DependentServiceAccessDeniedFault extends __BaseException {
|
|
1558
|
+
readonly name: "DependentServiceAccessDeniedFault";
|
|
1559
|
+
readonly $fault: "client";
|
|
1560
|
+
constructor(
|
|
1561
|
+
opts: __ExceptionOptionType<
|
|
1562
|
+
DependentServiceAccessDeniedFault,
|
|
1563
|
+
__BaseException
|
|
1564
|
+
>
|
|
1565
|
+
);
|
|
1566
|
+
}
|
|
1567
|
+
export declare class RedshiftIdcApplicationAlreadyExistsFault extends __BaseException {
|
|
1568
|
+
readonly name: "RedshiftIdcApplicationAlreadyExistsFault";
|
|
1569
|
+
readonly $fault: "client";
|
|
1570
|
+
constructor(
|
|
1571
|
+
opts: __ExceptionOptionType<
|
|
1572
|
+
RedshiftIdcApplicationAlreadyExistsFault,
|
|
1573
|
+
__BaseException
|
|
1574
|
+
>
|
|
1575
|
+
);
|
|
1576
|
+
}
|
|
1577
|
+
export declare class RedshiftIdcApplicationQuotaExceededFault extends __BaseException {
|
|
1578
|
+
readonly name: "RedshiftIdcApplicationQuotaExceededFault";
|
|
1579
|
+
readonly $fault: "client";
|
|
1580
|
+
constructor(
|
|
1581
|
+
opts: __ExceptionOptionType<
|
|
1582
|
+
RedshiftIdcApplicationQuotaExceededFault,
|
|
1583
|
+
__BaseException
|
|
1584
|
+
>
|
|
1585
|
+
);
|
|
1586
|
+
}
|
|
1469
1587
|
export interface PauseClusterMessage {
|
|
1470
1588
|
ClusterIdentifier: string | undefined;
|
|
1471
1589
|
}
|
|
@@ -1858,6 +1976,9 @@ export declare class InvalidHsmConfigurationStateFault extends __BaseException {
|
|
|
1858
1976
|
>
|
|
1859
1977
|
);
|
|
1860
1978
|
}
|
|
1979
|
+
export interface DeleteRedshiftIdcApplicationMessage {
|
|
1980
|
+
RedshiftIdcApplicationArn: string | undefined;
|
|
1981
|
+
}
|
|
1861
1982
|
export interface DeleteResourcePolicyMessage {
|
|
1862
1983
|
ResourceArn: string | undefined;
|
|
1863
1984
|
}
|
|
@@ -2023,74 +2144,6 @@ export interface TrackListMessage {
|
|
|
2023
2144
|
MaintenanceTracks?: MaintenanceTrack[];
|
|
2024
2145
|
Marker?: string;
|
|
2025
2146
|
}
|
|
2026
|
-
export interface DescribeClusterVersionsMessage {
|
|
2027
|
-
ClusterVersion?: string;
|
|
2028
|
-
ClusterParameterGroupFamily?: string;
|
|
2029
|
-
MaxRecords?: number;
|
|
2030
|
-
Marker?: string;
|
|
2031
|
-
}
|
|
2032
|
-
export interface DescribeCustomDomainAssociationsMessage {
|
|
2033
|
-
CustomDomainName?: string;
|
|
2034
|
-
CustomDomainCertificateArn?: string;
|
|
2035
|
-
MaxRecords?: number;
|
|
2036
|
-
Marker?: string;
|
|
2037
|
-
}
|
|
2038
|
-
export interface DescribeDataSharesMessage {
|
|
2039
|
-
DataShareArn?: string;
|
|
2040
|
-
MaxRecords?: number;
|
|
2041
|
-
Marker?: string;
|
|
2042
|
-
}
|
|
2043
|
-
export interface DescribeDataSharesResult {
|
|
2044
|
-
DataShares?: DataShare[];
|
|
2045
|
-
Marker?: string;
|
|
2046
|
-
}
|
|
2047
|
-
export interface DescribeDataSharesForConsumerMessage {
|
|
2048
|
-
ConsumerArn?: string;
|
|
2049
|
-
Status?: DataShareStatusForConsumer;
|
|
2050
|
-
MaxRecords?: number;
|
|
2051
|
-
Marker?: string;
|
|
2052
|
-
}
|
|
2053
|
-
export interface DescribeDataSharesForConsumerResult {
|
|
2054
|
-
DataShares?: DataShare[];
|
|
2055
|
-
Marker?: string;
|
|
2056
|
-
}
|
|
2057
|
-
export interface DescribeDataSharesForProducerMessage {
|
|
2058
|
-
ProducerArn?: string;
|
|
2059
|
-
Status?: DataShareStatusForProducer;
|
|
2060
|
-
MaxRecords?: number;
|
|
2061
|
-
Marker?: string;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DescribeDataSharesForProducerResult {
|
|
2064
|
-
DataShares?: DataShare[];
|
|
2065
|
-
Marker?: string;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeDefaultClusterParametersMessage {
|
|
2068
|
-
ParameterGroupFamily: string | undefined;
|
|
2069
|
-
MaxRecords?: number;
|
|
2070
|
-
Marker?: string;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeDefaultClusterParametersResult {
|
|
2073
|
-
DefaultClusterParameters?: DefaultClusterParameters;
|
|
2074
|
-
}
|
|
2075
|
-
export interface DescribeEndpointAccessMessage {
|
|
2076
|
-
ClusterIdentifier?: string;
|
|
2077
|
-
ResourceOwner?: string;
|
|
2078
|
-
EndpointName?: string;
|
|
2079
|
-
VpcId?: string;
|
|
2080
|
-
MaxRecords?: number;
|
|
2081
|
-
Marker?: string;
|
|
2082
|
-
}
|
|
2083
|
-
export interface EndpointAccessList {
|
|
2084
|
-
EndpointAccessList?: EndpointAccess[];
|
|
2085
|
-
Marker?: string;
|
|
2086
|
-
}
|
|
2087
|
-
export interface DescribeEndpointAuthorizationMessage {
|
|
2088
|
-
ClusterIdentifier?: string;
|
|
2089
|
-
Account?: string;
|
|
2090
|
-
Grantee?: boolean;
|
|
2091
|
-
MaxRecords?: number;
|
|
2092
|
-
Marker?: string;
|
|
2093
|
-
}
|
|
2094
2147
|
export declare const PendingModifiedValuesFilterSensitiveLog: (
|
|
2095
2148
|
obj: PendingModifiedValues
|
|
2096
2149
|
) => any;
|
|
@@ -3,21 +3,29 @@ import {
|
|
|
3
3
|
ActionType,
|
|
4
4
|
AquaConfiguration,
|
|
5
5
|
AquaConfigurationStatus,
|
|
6
|
+
AuthorizedTokenIssuer,
|
|
6
7
|
AvailabilityZone,
|
|
7
8
|
Cluster,
|
|
8
9
|
ClusterSecurityGroup,
|
|
9
10
|
ClusterSubnetGroup,
|
|
11
|
+
DataShare,
|
|
12
|
+
DataShareStatusForConsumer,
|
|
13
|
+
DataShareStatusForProducer,
|
|
14
|
+
DefaultClusterParameters,
|
|
15
|
+
EndpointAccess,
|
|
10
16
|
EndpointAuthorization,
|
|
11
17
|
EventSubscription,
|
|
12
18
|
HsmClientCertificate,
|
|
13
19
|
HsmConfiguration,
|
|
14
20
|
Parameter,
|
|
15
21
|
RecurringCharge,
|
|
22
|
+
RedshiftIdcApplication,
|
|
16
23
|
ReservedNode,
|
|
17
24
|
ReservedNodeExchangeStatus,
|
|
18
25
|
ReservedNodeOfferingType,
|
|
19
26
|
ScheduledAction,
|
|
20
27
|
ScheduledActionType,
|
|
28
|
+
ServiceIntegrationsUnion,
|
|
21
29
|
Snapshot,
|
|
22
30
|
SnapshotCopyGrant,
|
|
23
31
|
SnapshotSchedule,
|
|
@@ -27,6 +35,74 @@ import {
|
|
|
27
35
|
UsageLimitFeatureType,
|
|
28
36
|
} from "./models_0";
|
|
29
37
|
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
38
|
+
export interface DescribeClusterVersionsMessage {
|
|
39
|
+
ClusterVersion?: string;
|
|
40
|
+
ClusterParameterGroupFamily?: string;
|
|
41
|
+
MaxRecords?: number;
|
|
42
|
+
Marker?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface DescribeCustomDomainAssociationsMessage {
|
|
45
|
+
CustomDomainName?: string;
|
|
46
|
+
CustomDomainCertificateArn?: string;
|
|
47
|
+
MaxRecords?: number;
|
|
48
|
+
Marker?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface DescribeDataSharesMessage {
|
|
51
|
+
DataShareArn?: string;
|
|
52
|
+
MaxRecords?: number;
|
|
53
|
+
Marker?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface DescribeDataSharesResult {
|
|
56
|
+
DataShares?: DataShare[];
|
|
57
|
+
Marker?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface DescribeDataSharesForConsumerMessage {
|
|
60
|
+
ConsumerArn?: string;
|
|
61
|
+
Status?: DataShareStatusForConsumer;
|
|
62
|
+
MaxRecords?: number;
|
|
63
|
+
Marker?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface DescribeDataSharesForConsumerResult {
|
|
66
|
+
DataShares?: DataShare[];
|
|
67
|
+
Marker?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface DescribeDataSharesForProducerMessage {
|
|
70
|
+
ProducerArn?: string;
|
|
71
|
+
Status?: DataShareStatusForProducer;
|
|
72
|
+
MaxRecords?: number;
|
|
73
|
+
Marker?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface DescribeDataSharesForProducerResult {
|
|
76
|
+
DataShares?: DataShare[];
|
|
77
|
+
Marker?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface DescribeDefaultClusterParametersMessage {
|
|
80
|
+
ParameterGroupFamily: string | undefined;
|
|
81
|
+
MaxRecords?: number;
|
|
82
|
+
Marker?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface DescribeDefaultClusterParametersResult {
|
|
85
|
+
DefaultClusterParameters?: DefaultClusterParameters;
|
|
86
|
+
}
|
|
87
|
+
export interface DescribeEndpointAccessMessage {
|
|
88
|
+
ClusterIdentifier?: string;
|
|
89
|
+
ResourceOwner?: string;
|
|
90
|
+
EndpointName?: string;
|
|
91
|
+
VpcId?: string;
|
|
92
|
+
MaxRecords?: number;
|
|
93
|
+
Marker?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface EndpointAccessList {
|
|
96
|
+
EndpointAccessList?: EndpointAccess[];
|
|
97
|
+
Marker?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface DescribeEndpointAuthorizationMessage {
|
|
100
|
+
ClusterIdentifier?: string;
|
|
101
|
+
Account?: string;
|
|
102
|
+
Grantee?: boolean;
|
|
103
|
+
MaxRecords?: number;
|
|
104
|
+
Marker?: string;
|
|
105
|
+
}
|
|
30
106
|
export interface EndpointAuthorizationList {
|
|
31
107
|
EndpointAuthorizationList?: EndpointAuthorization[];
|
|
32
108
|
Marker?: string;
|
|
@@ -258,6 +334,15 @@ export interface PartnerIntegrationInfo {
|
|
|
258
334
|
export interface DescribePartnersOutputMessage {
|
|
259
335
|
PartnerIntegrationInfoList?: PartnerIntegrationInfo[];
|
|
260
336
|
}
|
|
337
|
+
export interface DescribeRedshiftIdcApplicationsMessage {
|
|
338
|
+
RedshiftIdcApplicationArn?: string;
|
|
339
|
+
MaxRecords?: number;
|
|
340
|
+
Marker?: string;
|
|
341
|
+
}
|
|
342
|
+
export interface DescribeRedshiftIdcApplicationsResult {
|
|
343
|
+
RedshiftIdcApplications?: RedshiftIdcApplication[];
|
|
344
|
+
Marker?: string;
|
|
345
|
+
}
|
|
261
346
|
export interface DescribeReservedNodeExchangeStatusInputMessage {
|
|
262
347
|
ReservedNodeId?: string;
|
|
263
348
|
ReservedNodeExchangeRequestId?: string;
|
|
@@ -777,6 +862,17 @@ export interface ModifyEventSubscriptionMessage {
|
|
|
777
862
|
export interface ModifyEventSubscriptionResult {
|
|
778
863
|
EventSubscription?: EventSubscription;
|
|
779
864
|
}
|
|
865
|
+
export interface ModifyRedshiftIdcApplicationMessage {
|
|
866
|
+
RedshiftIdcApplicationArn: string | undefined;
|
|
867
|
+
IdentityNamespace?: string;
|
|
868
|
+
IamRoleArn?: string;
|
|
869
|
+
IdcDisplayName?: string;
|
|
870
|
+
AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[];
|
|
871
|
+
ServiceIntegrations?: ServiceIntegrationsUnion[];
|
|
872
|
+
}
|
|
873
|
+
export interface ModifyRedshiftIdcApplicationResult {
|
|
874
|
+
RedshiftIdcApplication?: RedshiftIdcApplication;
|
|
875
|
+
}
|
|
780
876
|
export interface ModifyScheduledActionMessage {
|
|
781
877
|
ScheduledActionName: string | undefined;
|
|
782
878
|
TargetAction?: ScheduledActionType;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeRedshiftIdcApplicationsCommandInput,
|
|
4
|
+
DescribeRedshiftIdcApplicationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeRedshiftIdcApplicationsCommand";
|
|
6
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeRedshiftIdcApplications(
|
|
8
|
+
config: RedshiftPaginationConfiguration,
|
|
9
|
+
input: DescribeRedshiftIdcApplicationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeRedshiftIdcApplicationsCommandOutput>;
|
|
@@ -22,6 +22,7 @@ export * from "./DescribeHsmConfigurationsPaginator";
|
|
|
22
22
|
export * from "./DescribeInboundIntegrationsPaginator";
|
|
23
23
|
export * from "./DescribeNodeConfigurationOptionsPaginator";
|
|
24
24
|
export * from "./DescribeOrderableClusterOptionsPaginator";
|
|
25
|
+
export * from "./DescribeRedshiftIdcApplicationsPaginator";
|
|
25
26
|
export * from "./DescribeReservedNodeExchangeStatusPaginator";
|
|
26
27
|
export * from "./DescribeReservedNodeOfferingsPaginator";
|
|
27
28
|
export * from "./DescribeReservedNodesPaginator";
|
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
CreateHsmConfigurationCommandInput,
|
|
92
92
|
CreateHsmConfigurationCommandOutput,
|
|
93
93
|
} from "../commands/CreateHsmConfigurationCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateRedshiftIdcApplicationCommandInput,
|
|
96
|
+
CreateRedshiftIdcApplicationCommandOutput,
|
|
97
|
+
} from "../commands/CreateRedshiftIdcApplicationCommand";
|
|
94
98
|
import {
|
|
95
99
|
CreateScheduledActionCommandInput,
|
|
96
100
|
CreateScheduledActionCommandOutput,
|
|
@@ -163,6 +167,10 @@ import {
|
|
|
163
167
|
DeletePartnerCommandInput,
|
|
164
168
|
DeletePartnerCommandOutput,
|
|
165
169
|
} from "../commands/DeletePartnerCommand";
|
|
170
|
+
import {
|
|
171
|
+
DeleteRedshiftIdcApplicationCommandInput,
|
|
172
|
+
DeleteRedshiftIdcApplicationCommandOutput,
|
|
173
|
+
} from "../commands/DeleteRedshiftIdcApplicationCommand";
|
|
166
174
|
import {
|
|
167
175
|
DeleteResourcePolicyCommandInput,
|
|
168
176
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -299,6 +307,10 @@ import {
|
|
|
299
307
|
DescribePartnersCommandInput,
|
|
300
308
|
DescribePartnersCommandOutput,
|
|
301
309
|
} from "../commands/DescribePartnersCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeRedshiftIdcApplicationsCommandInput,
|
|
312
|
+
DescribeRedshiftIdcApplicationsCommandOutput,
|
|
313
|
+
} from "../commands/DescribeRedshiftIdcApplicationsCommand";
|
|
302
314
|
import {
|
|
303
315
|
DescribeReservedNodeExchangeStatusCommandInput,
|
|
304
316
|
DescribeReservedNodeExchangeStatusCommandOutput,
|
|
@@ -439,6 +451,10 @@ import {
|
|
|
439
451
|
ModifyEventSubscriptionCommandInput,
|
|
440
452
|
ModifyEventSubscriptionCommandOutput,
|
|
441
453
|
} from "../commands/ModifyEventSubscriptionCommand";
|
|
454
|
+
import {
|
|
455
|
+
ModifyRedshiftIdcApplicationCommandInput,
|
|
456
|
+
ModifyRedshiftIdcApplicationCommandOutput,
|
|
457
|
+
} from "../commands/ModifyRedshiftIdcApplicationCommand";
|
|
442
458
|
import {
|
|
443
459
|
ModifyScheduledActionCommandInput,
|
|
444
460
|
ModifyScheduledActionCommandOutput,
|
|
@@ -603,6 +619,10 @@ export declare const se_CreateHsmConfigurationCommand: (
|
|
|
603
619
|
input: CreateHsmConfigurationCommandInput,
|
|
604
620
|
context: __SerdeContext
|
|
605
621
|
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_CreateRedshiftIdcApplicationCommand: (
|
|
623
|
+
input: CreateRedshiftIdcApplicationCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
606
626
|
export declare const se_CreateScheduledActionCommand: (
|
|
607
627
|
input: CreateScheduledActionCommandInput,
|
|
608
628
|
context: __SerdeContext
|
|
@@ -675,6 +695,10 @@ export declare const se_DeletePartnerCommand: (
|
|
|
675
695
|
input: DeletePartnerCommandInput,
|
|
676
696
|
context: __SerdeContext
|
|
677
697
|
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const se_DeleteRedshiftIdcApplicationCommand: (
|
|
699
|
+
input: DeleteRedshiftIdcApplicationCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
678
702
|
export declare const se_DeleteResourcePolicyCommand: (
|
|
679
703
|
input: DeleteResourcePolicyCommandInput,
|
|
680
704
|
context: __SerdeContext
|
|
@@ -811,6 +835,10 @@ export declare const se_DescribePartnersCommand: (
|
|
|
811
835
|
input: DescribePartnersCommandInput,
|
|
812
836
|
context: __SerdeContext
|
|
813
837
|
) => Promise<__HttpRequest>;
|
|
838
|
+
export declare const se_DescribeRedshiftIdcApplicationsCommand: (
|
|
839
|
+
input: DescribeRedshiftIdcApplicationsCommandInput,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<__HttpRequest>;
|
|
814
842
|
export declare const se_DescribeReservedNodeExchangeStatusCommand: (
|
|
815
843
|
input: DescribeReservedNodeExchangeStatusCommandInput,
|
|
816
844
|
context: __SerdeContext
|
|
@@ -951,6 +979,10 @@ export declare const se_ModifyEventSubscriptionCommand: (
|
|
|
951
979
|
input: ModifyEventSubscriptionCommandInput,
|
|
952
980
|
context: __SerdeContext
|
|
953
981
|
) => Promise<__HttpRequest>;
|
|
982
|
+
export declare const se_ModifyRedshiftIdcApplicationCommand: (
|
|
983
|
+
input: ModifyRedshiftIdcApplicationCommandInput,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<__HttpRequest>;
|
|
954
986
|
export declare const se_ModifyScheduledActionCommand: (
|
|
955
987
|
input: ModifyScheduledActionCommandInput,
|
|
956
988
|
context: __SerdeContext
|
|
@@ -1115,6 +1147,10 @@ export declare const de_CreateHsmConfigurationCommand: (
|
|
|
1115
1147
|
output: __HttpResponse,
|
|
1116
1148
|
context: __SerdeContext
|
|
1117
1149
|
) => Promise<CreateHsmConfigurationCommandOutput>;
|
|
1150
|
+
export declare const de_CreateRedshiftIdcApplicationCommand: (
|
|
1151
|
+
output: __HttpResponse,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<CreateRedshiftIdcApplicationCommandOutput>;
|
|
1118
1154
|
export declare const de_CreateScheduledActionCommand: (
|
|
1119
1155
|
output: __HttpResponse,
|
|
1120
1156
|
context: __SerdeContext
|
|
@@ -1187,6 +1223,10 @@ export declare const de_DeletePartnerCommand: (
|
|
|
1187
1223
|
output: __HttpResponse,
|
|
1188
1224
|
context: __SerdeContext
|
|
1189
1225
|
) => Promise<DeletePartnerCommandOutput>;
|
|
1226
|
+
export declare const de_DeleteRedshiftIdcApplicationCommand: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<DeleteRedshiftIdcApplicationCommandOutput>;
|
|
1190
1230
|
export declare const de_DeleteResourcePolicyCommand: (
|
|
1191
1231
|
output: __HttpResponse,
|
|
1192
1232
|
context: __SerdeContext
|
|
@@ -1323,6 +1363,10 @@ export declare const de_DescribePartnersCommand: (
|
|
|
1323
1363
|
output: __HttpResponse,
|
|
1324
1364
|
context: __SerdeContext
|
|
1325
1365
|
) => Promise<DescribePartnersCommandOutput>;
|
|
1366
|
+
export declare const de_DescribeRedshiftIdcApplicationsCommand: (
|
|
1367
|
+
output: __HttpResponse,
|
|
1368
|
+
context: __SerdeContext
|
|
1369
|
+
) => Promise<DescribeRedshiftIdcApplicationsCommandOutput>;
|
|
1326
1370
|
export declare const de_DescribeReservedNodeExchangeStatusCommand: (
|
|
1327
1371
|
output: __HttpResponse,
|
|
1328
1372
|
context: __SerdeContext
|
|
@@ -1463,6 +1507,10 @@ export declare const de_ModifyEventSubscriptionCommand: (
|
|
|
1463
1507
|
output: __HttpResponse,
|
|
1464
1508
|
context: __SerdeContext
|
|
1465
1509
|
) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
1510
|
+
export declare const de_ModifyRedshiftIdcApplicationCommand: (
|
|
1511
|
+
output: __HttpResponse,
|
|
1512
|
+
context: __SerdeContext
|
|
1513
|
+
) => Promise<ModifyRedshiftIdcApplicationCommandOutput>;
|
|
1466
1514
|
export declare const de_ModifyScheduledActionCommand: (
|
|
1467
1515
|
output: __HttpResponse,
|
|
1468
1516
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.458.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.458.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.458.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.451.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.451.0",
|