@aws-sdk/client-redshift 3.436.0 → 3.438.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/DeleteResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/DescribeInboundIntegrationsCommand.js +51 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +28 -2
- package/dist-cjs/models/models_1.js +36 -1
- package/dist-cjs/pagination/DescribeInboundIntegrationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +432 -5
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +47 -0
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +47 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +47 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/models/models_1.js +33 -0
- package/dist-es/pagination/DescribeInboundIntegrationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +420 -2
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +7 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +77 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +100 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +85 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +89 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +7 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +55 -57
- package/dist-types/models/models_1.d.ts +277 -1
- package/dist-types/pagination/DescribeInboundIntegrationsPaginator.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/DeleteResourcePolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -13
- package/dist-types/ts3.4/models/models_1.d.ts +77 -1
- package/dist-types/ts3.4/pagination/DescribeInboundIntegrationsPaginator.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 +7 -6
|
@@ -0,0 +1,37 @@
|
|
|
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 { DeleteResourcePolicyMessage } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
RedshiftClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../RedshiftClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteResourcePolicyCommandInput
|
|
17
|
+
extends DeleteResourcePolicyMessage {}
|
|
18
|
+
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
20
|
+
DeleteResourcePolicyCommandInput,
|
|
21
|
+
DeleteResourcePolicyCommandOutput,
|
|
22
|
+
RedshiftClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteResourcePolicyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteResourcePolicyCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: RedshiftClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteResourcePolicyCommandInput,
|
|
33
|
+
DeleteResourcePolicyCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
DescribeEventCategoriesMessage,
|
|
11
|
+
EventCategoriesMessage,
|
|
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
|
+
DescribeInboundIntegrationsMessage,
|
|
11
|
+
InboundIntegrationsMessage,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeInboundIntegrationsCommandInput
|
|
20
|
+
extends DescribeInboundIntegrationsMessage {}
|
|
21
|
+
export interface DescribeInboundIntegrationsCommandOutput
|
|
22
|
+
extends InboundIntegrationsMessage,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeInboundIntegrationsCommand extends $Command<
|
|
25
|
+
DescribeInboundIntegrationsCommandInput,
|
|
26
|
+
DescribeInboundIntegrationsCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeInboundIntegrationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeInboundIntegrationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeInboundIntegrationsCommandInput,
|
|
38
|
+
DescribeInboundIntegrationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
GetResourcePolicyMessage,
|
|
11
|
+
GetResourcePolicyResult,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetResourcePolicyCommandInput
|
|
20
|
+
extends GetResourcePolicyMessage {}
|
|
21
|
+
export interface GetResourcePolicyCommandOutput
|
|
22
|
+
extends GetResourcePolicyResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetResourcePolicyCommand extends $Command<
|
|
25
|
+
GetResourcePolicyCommandInput,
|
|
26
|
+
GetResourcePolicyCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetResourcePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetResourcePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
PutResourcePolicyMessage,
|
|
11
|
+
PutResourcePolicyResult,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface PutResourcePolicyCommandInput
|
|
20
|
+
extends PutResourcePolicyMessage {}
|
|
21
|
+
export interface PutResourcePolicyCommandOutput
|
|
22
|
+
extends PutResourcePolicyResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class PutResourcePolicyCommand extends $Command<
|
|
25
|
+
PutResourcePolicyCommandInput,
|
|
26
|
+
PutResourcePolicyCommandOutput,
|
|
27
|
+
RedshiftClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: PutResourcePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: PutResourcePolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -38,6 +38,7 @@ export * from "./DeleteEventSubscriptionCommand";
|
|
|
38
38
|
export * from "./DeleteHsmClientCertificateCommand";
|
|
39
39
|
export * from "./DeleteHsmConfigurationCommand";
|
|
40
40
|
export * from "./DeletePartnerCommand";
|
|
41
|
+
export * from "./DeleteResourcePolicyCommand";
|
|
41
42
|
export * from "./DeleteScheduledActionCommand";
|
|
42
43
|
export * from "./DeleteSnapshotCopyGrantCommand";
|
|
43
44
|
export * from "./DeleteSnapshotScheduleCommand";
|
|
@@ -66,6 +67,7 @@ export * from "./DescribeEventSubscriptionsCommand";
|
|
|
66
67
|
export * from "./DescribeEventsCommand";
|
|
67
68
|
export * from "./DescribeHsmClientCertificatesCommand";
|
|
68
69
|
export * from "./DescribeHsmConfigurationsCommand";
|
|
70
|
+
export * from "./DescribeInboundIntegrationsCommand";
|
|
69
71
|
export * from "./DescribeLoggingStatusCommand";
|
|
70
72
|
export * from "./DescribeNodeConfigurationOptionsCommand";
|
|
71
73
|
export * from "./DescribeOrderableClusterOptionsCommand";
|
|
@@ -90,6 +92,7 @@ export * from "./GetClusterCredentialsCommand";
|
|
|
90
92
|
export * from "./GetClusterCredentialsWithIAMCommand";
|
|
91
93
|
export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
92
94
|
export * from "./GetReservedNodeExchangeOfferingsCommand";
|
|
95
|
+
export * from "./GetResourcePolicyCommand";
|
|
93
96
|
export * from "./ModifyAquaConfigurationCommand";
|
|
94
97
|
export * from "./ModifyAuthenticationProfileCommand";
|
|
95
98
|
export * from "./ModifyClusterCommand";
|
|
@@ -109,6 +112,7 @@ export * from "./ModifySnapshotScheduleCommand";
|
|
|
109
112
|
export * from "./ModifyUsageLimitCommand";
|
|
110
113
|
export * from "./PauseClusterCommand";
|
|
111
114
|
export * from "./PurchaseReservedNodeOfferingCommand";
|
|
115
|
+
export * from "./PutResourcePolicyCommand";
|
|
112
116
|
export * from "./RebootClusterCommand";
|
|
113
117
|
export * from "./RejectDataShareCommand";
|
|
114
118
|
export * from "./ResetClusterParameterGroupCommand";
|
|
@@ -631,6 +631,7 @@ export interface NetworkInterface {
|
|
|
631
631
|
SubnetId?: string;
|
|
632
632
|
PrivateIpAddress?: string;
|
|
633
633
|
AvailabilityZone?: string;
|
|
634
|
+
Ipv6Address?: string;
|
|
634
635
|
}
|
|
635
636
|
export interface VpcEndpoint {
|
|
636
637
|
VpcEndpointId?: string;
|
|
@@ -759,6 +760,7 @@ export interface Cluster {
|
|
|
759
760
|
CustomDomainCertificateExpiryDate?: Date;
|
|
760
761
|
MasterPasswordSecretArn?: string;
|
|
761
762
|
MasterPasswordSecretKmsKeyId?: string;
|
|
763
|
+
IpAddressType?: string;
|
|
762
764
|
}
|
|
763
765
|
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
764
766
|
readonly name: "ClusterAlreadyExistsFault";
|
|
@@ -932,6 +934,7 @@ export interface ClusterSubnetGroup {
|
|
|
932
934
|
SubnetGroupStatus?: string;
|
|
933
935
|
Subnets?: Subnet[];
|
|
934
936
|
Tags?: Tag[];
|
|
937
|
+
SupportedClusterIpAddressTypes?: string[];
|
|
935
938
|
}
|
|
936
939
|
export declare class ClusterSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
937
940
|
readonly name: "ClusterSubnetGroupAlreadyExistsFault";
|
|
@@ -986,6 +989,13 @@ export interface ClusterVersionsMessage {
|
|
|
986
989
|
Marker?: string;
|
|
987
990
|
ClusterVersions?: ClusterVersion[];
|
|
988
991
|
}
|
|
992
|
+
export declare class ConflictPolicyUpdateFault extends __BaseException {
|
|
993
|
+
readonly name: "ConflictPolicyUpdateFault";
|
|
994
|
+
readonly $fault: "client";
|
|
995
|
+
constructor(
|
|
996
|
+
opts: __ExceptionOptionType<ConflictPolicyUpdateFault, __BaseException>
|
|
997
|
+
);
|
|
998
|
+
}
|
|
989
999
|
export interface CopyClusterSnapshotMessage {
|
|
990
1000
|
SourceSnapshotIdentifier: string | undefined;
|
|
991
1001
|
SourceSnapshotClusterIdentifier?: string;
|
|
@@ -1057,6 +1067,7 @@ export interface CreateClusterMessage {
|
|
|
1057
1067
|
LoadSampleData?: string;
|
|
1058
1068
|
ManageMasterPassword?: boolean;
|
|
1059
1069
|
MasterPasswordSecretKmsKeyId?: string;
|
|
1070
|
+
IpAddressType?: string;
|
|
1060
1071
|
}
|
|
1061
1072
|
export interface CreateClusterResult {
|
|
1062
1073
|
Cluster?: Cluster;
|
|
@@ -1129,6 +1140,13 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
|
1129
1140
|
opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
|
|
1130
1141
|
);
|
|
1131
1142
|
}
|
|
1143
|
+
export declare class Ipv6CidrBlockNotFoundFault extends __BaseException {
|
|
1144
|
+
readonly name: "Ipv6CidrBlockNotFoundFault";
|
|
1145
|
+
readonly $fault: "client";
|
|
1146
|
+
constructor(
|
|
1147
|
+
opts: __ExceptionOptionType<Ipv6CidrBlockNotFoundFault, __BaseException>
|
|
1148
|
+
);
|
|
1149
|
+
}
|
|
1132
1150
|
export declare class NumberOfNodesPerClusterLimitExceededFault extends __BaseException {
|
|
1133
1151
|
readonly name: "NumberOfNodesPerClusterLimitExceededFault";
|
|
1134
1152
|
readonly $fault: "client";
|
|
@@ -1832,6 +1850,9 @@ export declare class InvalidHsmConfigurationStateFault extends __BaseException {
|
|
|
1832
1850
|
>
|
|
1833
1851
|
);
|
|
1834
1852
|
}
|
|
1853
|
+
export interface DeleteResourcePolicyMessage {
|
|
1854
|
+
ResourceArn: string | undefined;
|
|
1855
|
+
}
|
|
1835
1856
|
export interface DeleteScheduledActionMessage {
|
|
1836
1857
|
ScheduledActionName: string | undefined;
|
|
1837
1858
|
}
|
|
@@ -2066,19 +2087,6 @@ export interface EndpointAuthorizationList {
|
|
|
2066
2087
|
EndpointAuthorizationList?: EndpointAuthorization[];
|
|
2067
2088
|
Marker?: string;
|
|
2068
2089
|
}
|
|
2069
|
-
export interface DescribeEventCategoriesMessage {
|
|
2070
|
-
SourceType?: string;
|
|
2071
|
-
}
|
|
2072
|
-
export interface EventInfoMap {
|
|
2073
|
-
EventId?: string;
|
|
2074
|
-
EventCategories?: string[];
|
|
2075
|
-
EventDescription?: string;
|
|
2076
|
-
Severity?: string;
|
|
2077
|
-
}
|
|
2078
|
-
export interface EventCategoriesMap {
|
|
2079
|
-
SourceType?: string;
|
|
2080
|
-
Events?: EventInfoMap[];
|
|
2081
|
-
}
|
|
2082
2090
|
export declare const PendingModifiedValuesFilterSensitiveLog: (
|
|
2083
2091
|
obj: PendingModifiedValues
|
|
2084
2092
|
) => any;
|
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
Cluster,
|
|
8
8
|
ClusterSecurityGroup,
|
|
9
9
|
ClusterSubnetGroup,
|
|
10
|
-
EventCategoriesMap,
|
|
11
10
|
EventSubscription,
|
|
12
11
|
HsmClientCertificate,
|
|
13
12
|
HsmConfiguration,
|
|
@@ -27,6 +26,19 @@ import {
|
|
|
27
26
|
UsageLimitFeatureType,
|
|
28
27
|
} from "./models_0";
|
|
29
28
|
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
29
|
+
export interface DescribeEventCategoriesMessage {
|
|
30
|
+
SourceType?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface EventInfoMap {
|
|
33
|
+
EventId?: string;
|
|
34
|
+
EventCategories?: string[];
|
|
35
|
+
EventDescription?: string;
|
|
36
|
+
Severity?: string;
|
|
37
|
+
}
|
|
38
|
+
export interface EventCategoriesMap {
|
|
39
|
+
SourceType?: string;
|
|
40
|
+
Events?: EventInfoMap[];
|
|
41
|
+
}
|
|
30
42
|
export interface EventCategoriesMessage {
|
|
31
43
|
EventCategoriesMapList?: EventCategoriesMap[];
|
|
32
44
|
}
|
|
@@ -93,6 +105,46 @@ export interface HsmConfigurationMessage {
|
|
|
93
105
|
Marker?: string;
|
|
94
106
|
HsmConfigurations?: HsmConfiguration[];
|
|
95
107
|
}
|
|
108
|
+
export interface DescribeInboundIntegrationsMessage {
|
|
109
|
+
IntegrationArn?: string;
|
|
110
|
+
TargetArn?: string;
|
|
111
|
+
MaxRecords?: number;
|
|
112
|
+
Marker?: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IntegrationError {
|
|
115
|
+
ErrorCode: string | undefined;
|
|
116
|
+
ErrorMessage?: string;
|
|
117
|
+
}
|
|
118
|
+
export declare const ZeroETLIntegrationStatus: {
|
|
119
|
+
readonly ACTIVE: "active";
|
|
120
|
+
readonly CREATING: "creating";
|
|
121
|
+
readonly DELETING: "deleting";
|
|
122
|
+
readonly FAILED: "failed";
|
|
123
|
+
readonly MODIFYING: "modifying";
|
|
124
|
+
readonly NEEDS_ATTENTION: "needs_attention";
|
|
125
|
+
readonly SYNCING: "syncing";
|
|
126
|
+
};
|
|
127
|
+
export type ZeroETLIntegrationStatus =
|
|
128
|
+
(typeof ZeroETLIntegrationStatus)[keyof typeof ZeroETLIntegrationStatus];
|
|
129
|
+
export interface InboundIntegration {
|
|
130
|
+
IntegrationArn?: string;
|
|
131
|
+
SourceArn?: string;
|
|
132
|
+
TargetArn?: string;
|
|
133
|
+
Status?: ZeroETLIntegrationStatus;
|
|
134
|
+
Errors?: IntegrationError[];
|
|
135
|
+
CreateTime?: Date;
|
|
136
|
+
}
|
|
137
|
+
export interface InboundIntegrationsMessage {
|
|
138
|
+
Marker?: string;
|
|
139
|
+
InboundIntegrations?: InboundIntegration[];
|
|
140
|
+
}
|
|
141
|
+
export declare class IntegrationNotFoundFault extends __BaseException {
|
|
142
|
+
readonly name: "IntegrationNotFoundFault";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
constructor(
|
|
145
|
+
opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
|
|
146
|
+
);
|
|
147
|
+
}
|
|
96
148
|
export interface DescribeLoggingStatusMessage {
|
|
97
149
|
ClusterIdentifier: string | undefined;
|
|
98
150
|
}
|
|
@@ -525,6 +577,21 @@ export interface GetReservedNodeExchangeOfferingsOutputMessage {
|
|
|
525
577
|
Marker?: string;
|
|
526
578
|
ReservedNodeOfferings?: ReservedNodeOffering[];
|
|
527
579
|
}
|
|
580
|
+
export interface GetResourcePolicyMessage {
|
|
581
|
+
ResourceArn: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface ResourcePolicy {
|
|
584
|
+
ResourceArn?: string;
|
|
585
|
+
Policy?: string;
|
|
586
|
+
}
|
|
587
|
+
export interface GetResourcePolicyResult {
|
|
588
|
+
ResourcePolicy?: ResourcePolicy;
|
|
589
|
+
}
|
|
590
|
+
export declare class InvalidPolicyFault extends __BaseException {
|
|
591
|
+
readonly name: "InvalidPolicyFault";
|
|
592
|
+
readonly $fault: "client";
|
|
593
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyFault, __BaseException>);
|
|
594
|
+
}
|
|
528
595
|
export declare class InProgressTableRestoreQuotaExceededFault extends __BaseException {
|
|
529
596
|
readonly name: "InProgressTableRestoreQuotaExceededFault";
|
|
530
597
|
readonly $fault: "client";
|
|
@@ -595,6 +662,7 @@ export interface ModifyClusterMessage {
|
|
|
595
662
|
Port?: number;
|
|
596
663
|
ManageMasterPassword?: boolean;
|
|
597
664
|
MasterPasswordSecretKmsKeyId?: string;
|
|
665
|
+
IpAddressType?: string;
|
|
598
666
|
}
|
|
599
667
|
export interface ModifyClusterResult {
|
|
600
668
|
Cluster?: Cluster;
|
|
@@ -758,6 +826,13 @@ export declare class ReservedNodeQuotaExceededFault extends __BaseException {
|
|
|
758
826
|
opts: __ExceptionOptionType<ReservedNodeQuotaExceededFault, __BaseException>
|
|
759
827
|
);
|
|
760
828
|
}
|
|
829
|
+
export interface PutResourcePolicyMessage {
|
|
830
|
+
ResourceArn: string | undefined;
|
|
831
|
+
Policy: string | undefined;
|
|
832
|
+
}
|
|
833
|
+
export interface PutResourcePolicyResult {
|
|
834
|
+
ResourcePolicy?: ResourcePolicy;
|
|
835
|
+
}
|
|
761
836
|
export interface RebootClusterMessage {
|
|
762
837
|
ClusterIdentifier: string | undefined;
|
|
763
838
|
}
|
|
@@ -811,6 +886,7 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
811
886
|
Encrypted?: boolean;
|
|
812
887
|
ManageMasterPassword?: boolean;
|
|
813
888
|
MasterPasswordSecretKmsKeyId?: string;
|
|
889
|
+
IpAddressType?: string;
|
|
814
890
|
}
|
|
815
891
|
export interface RestoreFromClusterSnapshotResult {
|
|
816
892
|
Cluster?: Cluster;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInboundIntegrationsCommandInput,
|
|
4
|
+
DescribeInboundIntegrationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInboundIntegrationsCommand";
|
|
6
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInboundIntegrations(
|
|
8
|
+
config: RedshiftPaginationConfiguration,
|
|
9
|
+
input: DescribeInboundIntegrationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInboundIntegrationsCommandOutput>;
|
|
@@ -19,6 +19,7 @@ export * from "./DescribeEventSubscriptionsPaginator";
|
|
|
19
19
|
export * from "./DescribeEventsPaginator";
|
|
20
20
|
export * from "./DescribeHsmClientCertificatesPaginator";
|
|
21
21
|
export * from "./DescribeHsmConfigurationsPaginator";
|
|
22
|
+
export * from "./DescribeInboundIntegrationsPaginator";
|
|
22
23
|
export * from "./DescribeNodeConfigurationOptionsPaginator";
|
|
23
24
|
export * from "./DescribeOrderableClusterOptionsPaginator";
|
|
24
25
|
export * from "./DescribeReservedNodeExchangeStatusPaginator";
|
|
@@ -163,6 +163,10 @@ import {
|
|
|
163
163
|
DeletePartnerCommandInput,
|
|
164
164
|
DeletePartnerCommandOutput,
|
|
165
165
|
} from "../commands/DeletePartnerCommand";
|
|
166
|
+
import {
|
|
167
|
+
DeleteResourcePolicyCommandInput,
|
|
168
|
+
DeleteResourcePolicyCommandOutput,
|
|
169
|
+
} from "../commands/DeleteResourcePolicyCommand";
|
|
166
170
|
import {
|
|
167
171
|
DeleteScheduledActionCommandInput,
|
|
168
172
|
DeleteScheduledActionCommandOutput,
|
|
@@ -275,6 +279,10 @@ import {
|
|
|
275
279
|
DescribeHsmConfigurationsCommandInput,
|
|
276
280
|
DescribeHsmConfigurationsCommandOutput,
|
|
277
281
|
} from "../commands/DescribeHsmConfigurationsCommand";
|
|
282
|
+
import {
|
|
283
|
+
DescribeInboundIntegrationsCommandInput,
|
|
284
|
+
DescribeInboundIntegrationsCommandOutput,
|
|
285
|
+
} from "../commands/DescribeInboundIntegrationsCommand";
|
|
278
286
|
import {
|
|
279
287
|
DescribeLoggingStatusCommandInput,
|
|
280
288
|
DescribeLoggingStatusCommandOutput,
|
|
@@ -371,6 +379,10 @@ import {
|
|
|
371
379
|
GetReservedNodeExchangeOfferingsCommandInput,
|
|
372
380
|
GetReservedNodeExchangeOfferingsCommandOutput,
|
|
373
381
|
} from "../commands/GetReservedNodeExchangeOfferingsCommand";
|
|
382
|
+
import {
|
|
383
|
+
GetResourcePolicyCommandInput,
|
|
384
|
+
GetResourcePolicyCommandOutput,
|
|
385
|
+
} from "../commands/GetResourcePolicyCommand";
|
|
374
386
|
import {
|
|
375
387
|
ModifyAquaConfigurationCommandInput,
|
|
376
388
|
ModifyAquaConfigurationCommandOutput,
|
|
@@ -447,6 +459,10 @@ import {
|
|
|
447
459
|
PurchaseReservedNodeOfferingCommandInput,
|
|
448
460
|
PurchaseReservedNodeOfferingCommandOutput,
|
|
449
461
|
} from "../commands/PurchaseReservedNodeOfferingCommand";
|
|
462
|
+
import {
|
|
463
|
+
PutResourcePolicyCommandInput,
|
|
464
|
+
PutResourcePolicyCommandOutput,
|
|
465
|
+
} from "../commands/PutResourcePolicyCommand";
|
|
450
466
|
import {
|
|
451
467
|
RebootClusterCommandInput,
|
|
452
468
|
RebootClusterCommandOutput,
|
|
@@ -655,6 +671,10 @@ export declare const se_DeletePartnerCommand: (
|
|
|
655
671
|
input: DeletePartnerCommandInput,
|
|
656
672
|
context: __SerdeContext
|
|
657
673
|
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const se_DeleteResourcePolicyCommand: (
|
|
675
|
+
input: DeleteResourcePolicyCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
658
678
|
export declare const se_DeleteScheduledActionCommand: (
|
|
659
679
|
input: DeleteScheduledActionCommandInput,
|
|
660
680
|
context: __SerdeContext
|
|
@@ -767,6 +787,10 @@ export declare const se_DescribeHsmConfigurationsCommand: (
|
|
|
767
787
|
input: DescribeHsmConfigurationsCommandInput,
|
|
768
788
|
context: __SerdeContext
|
|
769
789
|
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const se_DescribeInboundIntegrationsCommand: (
|
|
791
|
+
input: DescribeInboundIntegrationsCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
770
794
|
export declare const se_DescribeLoggingStatusCommand: (
|
|
771
795
|
input: DescribeLoggingStatusCommandInput,
|
|
772
796
|
context: __SerdeContext
|
|
@@ -863,6 +887,10 @@ export declare const se_GetReservedNodeExchangeOfferingsCommand: (
|
|
|
863
887
|
input: GetReservedNodeExchangeOfferingsCommandInput,
|
|
864
888
|
context: __SerdeContext
|
|
865
889
|
) => Promise<__HttpRequest>;
|
|
890
|
+
export declare const se_GetResourcePolicyCommand: (
|
|
891
|
+
input: GetResourcePolicyCommandInput,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<__HttpRequest>;
|
|
866
894
|
export declare const se_ModifyAquaConfigurationCommand: (
|
|
867
895
|
input: ModifyAquaConfigurationCommandInput,
|
|
868
896
|
context: __SerdeContext
|
|
@@ -939,6 +967,10 @@ export declare const se_PurchaseReservedNodeOfferingCommand: (
|
|
|
939
967
|
input: PurchaseReservedNodeOfferingCommandInput,
|
|
940
968
|
context: __SerdeContext
|
|
941
969
|
) => Promise<__HttpRequest>;
|
|
970
|
+
export declare const se_PutResourcePolicyCommand: (
|
|
971
|
+
input: PutResourcePolicyCommandInput,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<__HttpRequest>;
|
|
942
974
|
export declare const se_RebootClusterCommand: (
|
|
943
975
|
input: RebootClusterCommandInput,
|
|
944
976
|
context: __SerdeContext
|
|
@@ -1147,6 +1179,10 @@ export declare const de_DeletePartnerCommand: (
|
|
|
1147
1179
|
output: __HttpResponse,
|
|
1148
1180
|
context: __SerdeContext
|
|
1149
1181
|
) => Promise<DeletePartnerCommandOutput>;
|
|
1182
|
+
export declare const de_DeleteResourcePolicyCommand: (
|
|
1183
|
+
output: __HttpResponse,
|
|
1184
|
+
context: __SerdeContext
|
|
1185
|
+
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
1150
1186
|
export declare const de_DeleteScheduledActionCommand: (
|
|
1151
1187
|
output: __HttpResponse,
|
|
1152
1188
|
context: __SerdeContext
|
|
@@ -1259,6 +1295,10 @@ export declare const de_DescribeHsmConfigurationsCommand: (
|
|
|
1259
1295
|
output: __HttpResponse,
|
|
1260
1296
|
context: __SerdeContext
|
|
1261
1297
|
) => Promise<DescribeHsmConfigurationsCommandOutput>;
|
|
1298
|
+
export declare const de_DescribeInboundIntegrationsCommand: (
|
|
1299
|
+
output: __HttpResponse,
|
|
1300
|
+
context: __SerdeContext
|
|
1301
|
+
) => Promise<DescribeInboundIntegrationsCommandOutput>;
|
|
1262
1302
|
export declare const de_DescribeLoggingStatusCommand: (
|
|
1263
1303
|
output: __HttpResponse,
|
|
1264
1304
|
context: __SerdeContext
|
|
@@ -1355,6 +1395,10 @@ export declare const de_GetReservedNodeExchangeOfferingsCommand: (
|
|
|
1355
1395
|
output: __HttpResponse,
|
|
1356
1396
|
context: __SerdeContext
|
|
1357
1397
|
) => Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
|
|
1398
|
+
export declare const de_GetResourcePolicyCommand: (
|
|
1399
|
+
output: __HttpResponse,
|
|
1400
|
+
context: __SerdeContext
|
|
1401
|
+
) => Promise<GetResourcePolicyCommandOutput>;
|
|
1358
1402
|
export declare const de_ModifyAquaConfigurationCommand: (
|
|
1359
1403
|
output: __HttpResponse,
|
|
1360
1404
|
context: __SerdeContext
|
|
@@ -1431,6 +1475,10 @@ export declare const de_PurchaseReservedNodeOfferingCommand: (
|
|
|
1431
1475
|
output: __HttpResponse,
|
|
1432
1476
|
context: __SerdeContext
|
|
1433
1477
|
) => Promise<PurchaseReservedNodeOfferingCommandOutput>;
|
|
1478
|
+
export declare const de_PutResourcePolicyCommand: (
|
|
1479
|
+
output: __HttpResponse,
|
|
1480
|
+
context: __SerdeContext
|
|
1481
|
+
) => Promise<PutResourcePolicyCommandOutput>;
|
|
1434
1482
|
export declare const de_RebootClusterCommand: (
|
|
1435
1483
|
output: __HttpResponse,
|
|
1436
1484
|
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.438.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,19 +21,19 @@
|
|
|
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.438.0",
|
|
25
25
|
"@aws-sdk/core": "3.436.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.438.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.438.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
33
|
"@aws-sdk/types": "3.433.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.438.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.437.0",
|
|
37
37
|
"@smithy/config-resolver": "^2.0.16",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
39
|
"@smithy/hash-node": "^2.0.12",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
56
|
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-endpoints": "^1.0.2",
|
|
57
58
|
"@smithy/util-retry": "^2.0.5",
|
|
58
59
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
60
|
"@smithy/util-waiter": "^2.0.12",
|