@aws-sdk/client-redshift 3.325.0 → 3.326.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/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +25 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
- package/package.json +3 -3
|
@@ -47,6 +47,20 @@ export interface CreateClusterParameterGroupCommandOutput extends CreateClusterP
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new CreateClusterParameterGroupCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateClusterParameterGroupResult
|
|
51
|
+
* // ClusterParameterGroup: { // ClusterParameterGroup
|
|
52
|
+
* // ParameterGroupName: "STRING_VALUE",
|
|
53
|
+
* // ParameterGroupFamily: "STRING_VALUE",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // Tags: [ // TagList
|
|
56
|
+
* // { // Tag
|
|
57
|
+
* // Key: "STRING_VALUE",
|
|
58
|
+
* // Value: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
50
64
|
* ```
|
|
51
65
|
*
|
|
52
66
|
* @param CreateClusterParameterGroupCommandInput - {@link CreateClusterParameterGroupCommandInput}
|
|
@@ -71,6 +85,8 @@ export interface CreateClusterParameterGroupCommandOutput extends CreateClusterP
|
|
|
71
85
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
72
86
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
73
87
|
*
|
|
88
|
+
* @throws {@link RedshiftServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
74
90
|
*
|
|
75
91
|
*/
|
|
76
92
|
export declare class CreateClusterParameterGroupCommand extends $Command<CreateClusterParameterGroupCommandInput, CreateClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -43,6 +43,44 @@ export interface CreateClusterSecurityGroupCommandOutput extends CreateClusterSe
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateClusterSecurityGroupCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // CreateClusterSecurityGroupResult
|
|
47
|
+
* // ClusterSecurityGroup: { // ClusterSecurityGroup
|
|
48
|
+
* // ClusterSecurityGroupName: "STRING_VALUE",
|
|
49
|
+
* // Description: "STRING_VALUE",
|
|
50
|
+
* // EC2SecurityGroups: [ // EC2SecurityGroupList
|
|
51
|
+
* // { // EC2SecurityGroup
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // EC2SecurityGroupName: "STRING_VALUE",
|
|
54
|
+
* // EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
55
|
+
* // Tags: [ // TagList
|
|
56
|
+
* // { // Tag
|
|
57
|
+
* // Key: "STRING_VALUE",
|
|
58
|
+
* // Value: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // IPRanges: [ // IPRangeList
|
|
64
|
+
* // { // IPRange
|
|
65
|
+
* // Status: "STRING_VALUE",
|
|
66
|
+
* // CIDRIP: "STRING_VALUE",
|
|
67
|
+
* // Tags: [
|
|
68
|
+
* // {
|
|
69
|
+
* // Key: "STRING_VALUE",
|
|
70
|
+
* // Value: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // Tags: [
|
|
76
|
+
* // {
|
|
77
|
+
* // Key: "STRING_VALUE",
|
|
78
|
+
* // Value: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
46
84
|
* ```
|
|
47
85
|
*
|
|
48
86
|
* @param CreateClusterSecurityGroupCommandInput - {@link CreateClusterSecurityGroupCommandInput}
|
|
@@ -67,6 +105,8 @@ export interface CreateClusterSecurityGroupCommandOutput extends CreateClusterSe
|
|
|
67
105
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
68
106
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
69
107
|
*
|
|
108
|
+
* @throws {@link RedshiftServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
70
110
|
*
|
|
71
111
|
*/
|
|
72
112
|
export declare class CreateClusterSecurityGroupCommand extends $Command<CreateClusterSecurityGroupCommandInput, CreateClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -44,6 +44,57 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new CreateClusterSnapshotCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateClusterSnapshotResult
|
|
48
|
+
* // Snapshot: { // Snapshot
|
|
49
|
+
* // SnapshotIdentifier: "STRING_VALUE",
|
|
50
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
51
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // Port: Number("int"),
|
|
54
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
55
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // MasterUsername: "STRING_VALUE",
|
|
57
|
+
* // ClusterVersion: "STRING_VALUE",
|
|
58
|
+
* // EngineFullVersion: "STRING_VALUE",
|
|
59
|
+
* // SnapshotType: "STRING_VALUE",
|
|
60
|
+
* // NodeType: "STRING_VALUE",
|
|
61
|
+
* // NumberOfNodes: Number("int"),
|
|
62
|
+
* // DBName: "STRING_VALUE",
|
|
63
|
+
* // VpcId: "STRING_VALUE",
|
|
64
|
+
* // Encrypted: true || false,
|
|
65
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
66
|
+
* // EncryptedWithHSM: true || false,
|
|
67
|
+
* // AccountsWithRestoreAccess: [ // AccountsWithRestoreAccessList
|
|
68
|
+
* // { // AccountWithRestoreAccess
|
|
69
|
+
* // AccountId: "STRING_VALUE",
|
|
70
|
+
* // AccountAlias: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // OwnerAccount: "STRING_VALUE",
|
|
74
|
+
* // TotalBackupSizeInMegaBytes: Number("double"),
|
|
75
|
+
* // ActualIncrementalBackupSizeInMegaBytes: Number("double"),
|
|
76
|
+
* // BackupProgressInMegaBytes: Number("double"),
|
|
77
|
+
* // CurrentBackupRateInMegaBytesPerSecond: Number("double"),
|
|
78
|
+
* // EstimatedSecondsToCompletion: Number("long"),
|
|
79
|
+
* // ElapsedTimeInSeconds: Number("long"),
|
|
80
|
+
* // SourceRegion: "STRING_VALUE",
|
|
81
|
+
* // Tags: [ // TagList
|
|
82
|
+
* // { // Tag
|
|
83
|
+
* // Key: "STRING_VALUE",
|
|
84
|
+
* // Value: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // RestorableNodeTypes: [ // RestorableNodeTypeList
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // EnhancedVpcRouting: true || false,
|
|
91
|
+
* // MaintenanceTrackName: "STRING_VALUE",
|
|
92
|
+
* // ManualSnapshotRetentionPeriod: Number("int"),
|
|
93
|
+
* // ManualSnapshotRemainingDays: Number("int"),
|
|
94
|
+
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
95
|
+
* // },
|
|
96
|
+
* // };
|
|
97
|
+
*
|
|
47
98
|
* ```
|
|
48
99
|
*
|
|
49
100
|
* @param CreateClusterSnapshotCommandInput - {@link CreateClusterSnapshotCommandInput}
|
|
@@ -77,6 +128,8 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho
|
|
|
77
128
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
78
129
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
79
130
|
*
|
|
131
|
+
* @throws {@link RedshiftServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
80
133
|
*
|
|
81
134
|
*/
|
|
82
135
|
export declare class CreateClusterSnapshotCommand extends $Command<CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -47,6 +47,35 @@ export interface CreateClusterSubnetGroupCommandOutput extends CreateClusterSubn
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new CreateClusterSubnetGroupCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateClusterSubnetGroupResult
|
|
51
|
+
* // ClusterSubnetGroup: { // ClusterSubnetGroup
|
|
52
|
+
* // ClusterSubnetGroupName: "STRING_VALUE",
|
|
53
|
+
* // Description: "STRING_VALUE",
|
|
54
|
+
* // VpcId: "STRING_VALUE",
|
|
55
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
56
|
+
* // Subnets: [ // SubnetList
|
|
57
|
+
* // { // Subnet
|
|
58
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
59
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
60
|
+
* // Name: "STRING_VALUE",
|
|
61
|
+
* // SupportedPlatforms: [ // SupportedPlatformsList
|
|
62
|
+
* // { // SupportedPlatform
|
|
63
|
+
* // Name: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // Tags: [ // TagList
|
|
71
|
+
* // { // Tag
|
|
72
|
+
* // Key: "STRING_VALUE",
|
|
73
|
+
* // Value: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
50
79
|
* ```
|
|
51
80
|
*
|
|
52
81
|
* @param CreateClusterSubnetGroupCommandInput - {@link CreateClusterSubnetGroupCommandInput}
|
|
@@ -90,6 +119,8 @@ export interface CreateClusterSubnetGroupCommandOutput extends CreateClusterSubn
|
|
|
90
119
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
91
120
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
92
121
|
*
|
|
122
|
+
* @throws {@link RedshiftServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
93
124
|
*
|
|
94
125
|
*/
|
|
95
126
|
export declare class CreateClusterSubnetGroupCommand extends $Command<CreateClusterSubnetGroupCommandInput, CreateClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -37,6 +37,35 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new CreateEndpointAccessCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // EndpointAccess
|
|
41
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
42
|
+
* // ResourceOwner: "STRING_VALUE",
|
|
43
|
+
* // SubnetGroupName: "STRING_VALUE",
|
|
44
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
45
|
+
* // EndpointName: "STRING_VALUE",
|
|
46
|
+
* // EndpointCreateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // Port: Number("int"),
|
|
48
|
+
* // Address: "STRING_VALUE",
|
|
49
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
50
|
+
* // { // VpcSecurityGroupMembership
|
|
51
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // VpcEndpoint: { // VpcEndpoint
|
|
56
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
57
|
+
* // VpcId: "STRING_VALUE",
|
|
58
|
+
* // NetworkInterfaces: [ // NetworkInterfaceList
|
|
59
|
+
* // { // NetworkInterface
|
|
60
|
+
* // NetworkInterfaceId: "STRING_VALUE",
|
|
61
|
+
* // SubnetId: "STRING_VALUE",
|
|
62
|
+
* // PrivateIpAddress: "STRING_VALUE",
|
|
63
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
40
69
|
* ```
|
|
41
70
|
*
|
|
42
71
|
* @param CreateEndpointAccessCommandInput - {@link CreateEndpointAccessCommandInput}
|
|
@@ -77,6 +106,8 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
77
106
|
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
78
107
|
* <p>The requested operation isn't supported.</p>
|
|
79
108
|
*
|
|
109
|
+
* @throws {@link RedshiftServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
80
111
|
*
|
|
81
112
|
*/
|
|
82
113
|
export declare class CreateEndpointAccessCommand extends $Command<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -63,6 +63,31 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new CreateEventSubscriptionCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // { // CreateEventSubscriptionResult
|
|
67
|
+
* // EventSubscription: { // EventSubscription
|
|
68
|
+
* // CustomerAwsId: "STRING_VALUE",
|
|
69
|
+
* // CustSubscriptionId: "STRING_VALUE",
|
|
70
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
71
|
+
* // Status: "STRING_VALUE",
|
|
72
|
+
* // SubscriptionCreationTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // SourceType: "STRING_VALUE",
|
|
74
|
+
* // SourceIdsList: [ // SourceIdsList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // EventCategoriesList: [ // EventCategoriesList
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // Severity: "STRING_VALUE",
|
|
81
|
+
* // Enabled: true || false,
|
|
82
|
+
* // Tags: [ // TagList
|
|
83
|
+
* // { // Tag
|
|
84
|
+
* // Key: "STRING_VALUE",
|
|
85
|
+
* // Value: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // };
|
|
90
|
+
*
|
|
66
91
|
* ```
|
|
67
92
|
*
|
|
68
93
|
* @param CreateEventSubscriptionCommandInput - {@link CreateEventSubscriptionCommandInput}
|
|
@@ -115,6 +140,8 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
115
140
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
116
141
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
117
142
|
*
|
|
143
|
+
* @throws {@link RedshiftServiceException}
|
|
144
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
118
145
|
*
|
|
119
146
|
*/
|
|
120
147
|
export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -44,6 +44,19 @@ export interface CreateHsmClientCertificateCommandOutput extends CreateHsmClient
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new CreateHsmClientCertificateCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateHsmClientCertificateResult
|
|
48
|
+
* // HsmClientCertificate: { // HsmClientCertificate
|
|
49
|
+
* // HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
50
|
+
* // HsmClientCertificatePublicKey: "STRING_VALUE",
|
|
51
|
+
* // Tags: [ // TagList
|
|
52
|
+
* // { // Tag
|
|
53
|
+
* // Key: "STRING_VALUE",
|
|
54
|
+
* // Value: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
47
60
|
* ```
|
|
48
61
|
*
|
|
49
62
|
* @param CreateHsmClientCertificateCommandInput - {@link CreateHsmClientCertificateCommandInput}
|
|
@@ -68,6 +81,8 @@ export interface CreateHsmClientCertificateCommandOutput extends CreateHsmClient
|
|
|
68
81
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
69
82
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
70
83
|
*
|
|
84
|
+
* @throws {@link RedshiftServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
71
86
|
*
|
|
72
87
|
*/
|
|
73
88
|
export declare class CreateHsmClientCertificateCommand extends $Command<CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -48,6 +48,21 @@ export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurat
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new CreateHsmConfigurationCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateHsmConfigurationResult
|
|
52
|
+
* // HsmConfiguration: { // HsmConfiguration
|
|
53
|
+
* // HsmConfigurationIdentifier: "STRING_VALUE",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // HsmIpAddress: "STRING_VALUE",
|
|
56
|
+
* // HsmPartitionName: "STRING_VALUE",
|
|
57
|
+
* // Tags: [ // TagList
|
|
58
|
+
* // { // Tag
|
|
59
|
+
* // Key: "STRING_VALUE",
|
|
60
|
+
* // Value: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
51
66
|
* ```
|
|
52
67
|
*
|
|
53
68
|
* @param CreateHsmConfigurationCommandInput - {@link CreateHsmConfigurationCommandInput}
|
|
@@ -72,6 +87,8 @@ export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurat
|
|
|
72
87
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
73
88
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
74
89
|
*
|
|
90
|
+
* @throws {@link RedshiftServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
75
92
|
*
|
|
76
93
|
*/
|
|
77
94
|
export declare class CreateHsmConfigurationCommand extends $Command<CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -56,6 +56,36 @@ export interface CreateScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new CreateScheduledActionCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // ScheduledAction
|
|
60
|
+
* // ScheduledActionName: "STRING_VALUE",
|
|
61
|
+
* // TargetAction: { // ScheduledActionType
|
|
62
|
+
* // ResizeCluster: { // ResizeClusterMessage
|
|
63
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
64
|
+
* // ClusterType: "STRING_VALUE",
|
|
65
|
+
* // NodeType: "STRING_VALUE",
|
|
66
|
+
* // NumberOfNodes: Number("int"),
|
|
67
|
+
* // Classic: true || false,
|
|
68
|
+
* // ReservedNodeId: "STRING_VALUE",
|
|
69
|
+
* // TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // PauseCluster: { // PauseClusterMessage
|
|
72
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ResumeCluster: { // ResumeClusterMessage
|
|
75
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // Schedule: "STRING_VALUE",
|
|
79
|
+
* // IamRole: "STRING_VALUE",
|
|
80
|
+
* // ScheduledActionDescription: "STRING_VALUE",
|
|
81
|
+
* // State: "ACTIVE" || "DISABLED",
|
|
82
|
+
* // NextInvocations: [ // ScheduledActionTimeList
|
|
83
|
+
* // new Date("TIMESTAMP"),
|
|
84
|
+
* // ],
|
|
85
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
86
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
59
89
|
* ```
|
|
60
90
|
*
|
|
61
91
|
* @param CreateScheduledActionCommandInput - {@link CreateScheduledActionCommandInput}
|
|
@@ -82,6 +112,8 @@ export interface CreateScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
82
112
|
* @throws {@link UnauthorizedOperation} (client fault)
|
|
83
113
|
* <p>Your account is not authorized to perform the requested operation.</p>
|
|
84
114
|
*
|
|
115
|
+
* @throws {@link RedshiftServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
85
117
|
*
|
|
86
118
|
*/
|
|
87
119
|
export declare class CreateScheduledActionCommand extends $Command<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -45,6 +45,19 @@ export interface CreateSnapshotCopyGrantCommandOutput extends CreateSnapshotCopy
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateSnapshotCopyGrantCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateSnapshotCopyGrantResult
|
|
49
|
+
* // SnapshotCopyGrant: { // SnapshotCopyGrant
|
|
50
|
+
* // SnapshotCopyGrantName: "STRING_VALUE",
|
|
51
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
52
|
+
* // Tags: [ // TagList
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // Key: "STRING_VALUE",
|
|
55
|
+
* // Value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
48
61
|
* ```
|
|
49
62
|
*
|
|
50
63
|
* @param CreateSnapshotCopyGrantCommandInput - {@link CreateSnapshotCopyGrantCommandInput}
|
|
@@ -74,6 +87,8 @@ export interface CreateSnapshotCopyGrantCommandOutput extends CreateSnapshotCopy
|
|
|
74
87
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
75
88
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
76
89
|
*
|
|
90
|
+
* @throws {@link RedshiftServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
77
92
|
*
|
|
78
93
|
*/
|
|
79
94
|
export declare class CreateSnapshotCopyGrantCommand extends $Command<CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -43,6 +43,30 @@ export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateSnapshotScheduleCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // SnapshotSchedule
|
|
47
|
+
* // ScheduleDefinitions: [ // ScheduleDefinitionList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // ScheduleIdentifier: "STRING_VALUE",
|
|
51
|
+
* // ScheduleDescription: "STRING_VALUE",
|
|
52
|
+
* // Tags: [ // TagList
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // Key: "STRING_VALUE",
|
|
55
|
+
* // Value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextInvocations: [ // ScheduledSnapshotTimeList
|
|
59
|
+
* // new Date("TIMESTAMP"),
|
|
60
|
+
* // ],
|
|
61
|
+
* // AssociatedClusterCount: Number("int"),
|
|
62
|
+
* // AssociatedClusters: [ // AssociatedClusterList
|
|
63
|
+
* // { // ClusterAssociatedToSchedule
|
|
64
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
65
|
+
* // ScheduleAssociationState: "MODIFYING" || "ACTIVE" || "FAILED",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
46
70
|
* ```
|
|
47
71
|
*
|
|
48
72
|
* @param CreateSnapshotScheduleCommandInput - {@link CreateSnapshotScheduleCommandInput}
|
|
@@ -69,6 +93,8 @@ export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
69
93
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
70
94
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
71
95
|
*
|
|
96
|
+
* @throws {@link RedshiftServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
72
98
|
*
|
|
73
99
|
*/
|
|
74
100
|
export declare class CreateSnapshotScheduleCommand extends $Command<CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateTagsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param CreateTagsCommandInput - {@link CreateTagsCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
|
61
63
|
* @throws {@link TagLimitExceededFault} (client fault)
|
|
62
64
|
* <p>You have exceeded the number of tags allowed.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link RedshiftServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -43,6 +43,22 @@ export interface CreateUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateUsageLimitCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // UsageLimit
|
|
47
|
+
* // UsageLimitId: "STRING_VALUE",
|
|
48
|
+
* // ClusterIdentifier: "STRING_VALUE",
|
|
49
|
+
* // FeatureType: "spectrum" || "concurrency-scaling" || "cross-region-datasharing",
|
|
50
|
+
* // LimitType: "time" || "data-scanned",
|
|
51
|
+
* // Amount: Number("long"),
|
|
52
|
+
* // Period: "daily" || "weekly" || "monthly",
|
|
53
|
+
* // BreachAction: "log" || "emit-metric" || "disable",
|
|
54
|
+
* // Tags: [ // TagList
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // Key: "STRING_VALUE",
|
|
57
|
+
* // Value: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
46
62
|
* ```
|
|
47
63
|
*
|
|
48
64
|
* @param CreateUsageLimitCommandInput - {@link CreateUsageLimitCommandInput}
|
|
@@ -73,6 +89,8 @@ export interface CreateUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
73
89
|
* @throws {@link UsageLimitAlreadyExistsFault} (client fault)
|
|
74
90
|
* <p>The usage limit already exists. </p>
|
|
75
91
|
*
|
|
92
|
+
* @throws {@link RedshiftServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
76
94
|
*
|
|
77
95
|
*/
|
|
78
96
|
export declare class CreateUsageLimitCommand extends $Command<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -32,6 +32,22 @@ export interface DeauthorizeDataShareCommandOutput extends DataShare, __Metadata
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeauthorizeDataShareCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DataShare
|
|
36
|
+
* // DataShareArn: "STRING_VALUE",
|
|
37
|
+
* // ProducerArn: "STRING_VALUE",
|
|
38
|
+
* // AllowPubliclyAccessibleConsumers: true || false,
|
|
39
|
+
* // DataShareAssociations: [ // DataShareAssociationList
|
|
40
|
+
* // { // DataShareAssociation
|
|
41
|
+
* // ConsumerIdentifier: "STRING_VALUE",
|
|
42
|
+
* // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
|
|
43
|
+
* // ConsumerRegion: "STRING_VALUE",
|
|
44
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
45
|
+
* // StatusChangeDate: new Date("TIMESTAMP"),
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // ManagedBy: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
35
51
|
* ```
|
|
36
52
|
*
|
|
37
53
|
* @param DeauthorizeDataShareCommandInput - {@link DeauthorizeDataShareCommandInput}
|
|
@@ -43,6 +59,8 @@ export interface DeauthorizeDataShareCommandOutput extends DataShare, __Metadata
|
|
|
43
59
|
* @throws {@link InvalidDataShareFault} (client fault)
|
|
44
60
|
* <p>There is an error with the datashare.</p>
|
|
45
61
|
*
|
|
62
|
+
* @throws {@link RedshiftServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
46
64
|
*
|
|
47
65
|
*/
|
|
48
66
|
export declare class DeauthorizeDataShareCommand extends $Command<DeauthorizeDataShareCommandInput, DeauthorizeDataShareCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteAuthenticationProfileCommandOutput extends DeleteAuthenti
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAuthenticationProfileCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteAuthenticationProfileResult
|
|
35
|
+
* // AuthenticationProfileName: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteAuthenticationProfileCommandInput - {@link DeleteAuthenticationProfileCommandInput}
|
|
@@ -46,6 +50,8 @@ export interface DeleteAuthenticationProfileCommandOutput extends DeleteAuthenti
|
|
|
46
50
|
* <p>The authentication profile request is not valid. The profile name can't be null or empty.
|
|
47
51
|
* The authentication profile API operation must be available in the Amazon Web Services Region.</p>
|
|
48
52
|
*
|
|
53
|
+
* @throws {@link RedshiftServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
49
55
|
*
|
|
50
56
|
*/
|
|
51
57
|
export declare class DeleteAuthenticationProfileCommand extends $Command<DeleteAuthenticationProfileCommandInput, DeleteAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
|