@aws-sdk/client-redshift 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
- package/dist-cjs/Redshift.js +30 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +20 -17
- package/dist-cjs/models/models_1.js +56 -3
- package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
- package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_query.js +508 -4
- package/dist-es/Redshift.js +30 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +13 -8
- package/dist-es/models/models_1.js +37 -0
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_query.js +675 -161
- package/dist-types/Redshift.d.ts +18 -1
- package/dist-types/RedshiftClient.d.ts +4 -2
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +1 -1
- package/dist-types/commands/AddPartnerCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CancelResizeCommand.d.ts +1 -1
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePartnerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +1 -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 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +2 -3
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePartnersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStorageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DisableLoggingCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +1 -1
- package/dist-types/commands/EnableLoggingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +1 -1
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/PauseClusterCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootClusterCommand.d.ts +1 -1
- package/dist-types/commands/RejectDataShareCommand.d.ts +1 -1
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResizeClusterCommand.d.ts +1 -1
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ResumeClusterCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +90 -49
- package/dist-types/models/models_1.d.ts +202 -1
- package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_query.d.ts +6 -0
- package/dist-types/ts3.4/Redshift.d.ts +10 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -20
- package/dist-types/ts3.4/models/models_1.d.ts +106 -1
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
- package/package.json +6 -6
|
@@ -10,8 +10,11 @@ tslib_1.__exportStar(require("./DescribeClusterSubnetGroupsPaginator"), exports)
|
|
|
10
10
|
tslib_1.__exportStar(require("./DescribeClusterTracksPaginator"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./DescribeClusterVersionsPaginator"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./DescribeClustersPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./
|
|
13
|
+
tslib_1.__exportStar(require("./DescribeDataSharesForConsumerPaginator"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeDataSharesForProducerPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeDataSharesPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeDefaultClusterParametersPaginator"), exports);
|
|
15
18
|
tslib_1.__exportStar(require("./DescribeEndpointAccessPaginator"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./DescribeEndpointAuthorizationPaginator"), exports);
|
|
17
20
|
tslib_1.__exportStar(require("./DescribeEventSubscriptionsPaginator"), exports);
|
|
@@ -20,6 +23,7 @@ tslib_1.__exportStar(require("./DescribeHsmClientCertificatesPaginator"), export
|
|
|
20
23
|
tslib_1.__exportStar(require("./DescribeHsmConfigurationsPaginator"), exports);
|
|
21
24
|
tslib_1.__exportStar(require("./DescribeNodeConfigurationOptionsPaginator"), exports);
|
|
22
25
|
tslib_1.__exportStar(require("./DescribeOrderableClusterOptionsPaginator"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeReservedNodeExchangeStatusPaginator"), exports);
|
|
23
27
|
tslib_1.__exportStar(require("./DescribeReservedNodeOfferingsPaginator"), exports);
|
|
24
28
|
tslib_1.__exportStar(require("./DescribeReservedNodesPaginator"), exports);
|
|
25
29
|
tslib_1.__exportStar(require("./DescribeScheduledActionsPaginator"), exports);
|
|
@@ -28,4 +32,5 @@ tslib_1.__exportStar(require("./DescribeSnapshotSchedulesPaginator"), exports);
|
|
|
28
32
|
tslib_1.__exportStar(require("./DescribeTableRestoreStatusPaginator"), exports);
|
|
29
33
|
tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
|
|
30
34
|
tslib_1.__exportStar(require("./DescribeUsageLimitsPaginator"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetReservedNodeExchangeConfigurationOptionsPaginator"), exports);
|
|
31
36
|
tslib_1.__exportStar(require("./GetReservedNodeExchangeOfferingsPaginator"), exports);
|