@aws-sdk/client-redshift 3.975.0 → 3.978.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-cjs/index.js +196 -151
- package/dist-es/Redshift.js +87 -1
- package/dist-types/Redshift.d.ts +285 -1
- package/dist-types/ts3.4/Redshift.d.ts +302 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -8004,165 +8004,18 @@ class UpdatePartnerStatusCommand extends smithyClient.Command
|
|
|
8004
8004
|
.build() {
|
|
8005
8005
|
}
|
|
8006
8006
|
|
|
8007
|
-
const commands = {
|
|
8008
|
-
AcceptReservedNodeExchangeCommand,
|
|
8009
|
-
AddPartnerCommand,
|
|
8010
|
-
AssociateDataShareConsumerCommand,
|
|
8011
|
-
AuthorizeClusterSecurityGroupIngressCommand,
|
|
8012
|
-
AuthorizeDataShareCommand,
|
|
8013
|
-
AuthorizeEndpointAccessCommand,
|
|
8014
|
-
AuthorizeSnapshotAccessCommand,
|
|
8015
|
-
BatchDeleteClusterSnapshotsCommand,
|
|
8016
|
-
BatchModifyClusterSnapshotsCommand,
|
|
8017
|
-
CancelResizeCommand,
|
|
8018
|
-
CopyClusterSnapshotCommand,
|
|
8019
|
-
CreateAuthenticationProfileCommand,
|
|
8020
|
-
CreateClusterCommand,
|
|
8021
|
-
CreateClusterParameterGroupCommand,
|
|
8022
|
-
CreateClusterSecurityGroupCommand,
|
|
8023
|
-
CreateClusterSnapshotCommand,
|
|
8024
|
-
CreateClusterSubnetGroupCommand,
|
|
8025
|
-
CreateCustomDomainAssociationCommand,
|
|
8026
|
-
CreateEndpointAccessCommand,
|
|
8027
|
-
CreateEventSubscriptionCommand,
|
|
8028
|
-
CreateHsmClientCertificateCommand,
|
|
8029
|
-
CreateHsmConfigurationCommand,
|
|
8030
|
-
CreateIntegrationCommand,
|
|
8031
|
-
CreateRedshiftIdcApplicationCommand,
|
|
8032
|
-
CreateScheduledActionCommand,
|
|
8033
|
-
CreateSnapshotCopyGrantCommand,
|
|
8034
|
-
CreateSnapshotScheduleCommand,
|
|
8035
|
-
CreateTagsCommand,
|
|
8036
|
-
CreateUsageLimitCommand,
|
|
8037
|
-
DeauthorizeDataShareCommand,
|
|
8038
|
-
DeleteAuthenticationProfileCommand,
|
|
8039
|
-
DeleteClusterCommand,
|
|
8040
|
-
DeleteClusterParameterGroupCommand,
|
|
8041
|
-
DeleteClusterSecurityGroupCommand,
|
|
8042
|
-
DeleteClusterSnapshotCommand,
|
|
8043
|
-
DeleteClusterSubnetGroupCommand,
|
|
8044
|
-
DeleteCustomDomainAssociationCommand,
|
|
8045
|
-
DeleteEndpointAccessCommand,
|
|
8046
|
-
DeleteEventSubscriptionCommand,
|
|
8047
|
-
DeleteHsmClientCertificateCommand,
|
|
8048
|
-
DeleteHsmConfigurationCommand,
|
|
8049
|
-
DeleteIntegrationCommand,
|
|
8050
|
-
DeletePartnerCommand,
|
|
8051
|
-
DeleteRedshiftIdcApplicationCommand,
|
|
8052
|
-
DeleteResourcePolicyCommand,
|
|
8053
|
-
DeleteScheduledActionCommand,
|
|
8054
|
-
DeleteSnapshotCopyGrantCommand,
|
|
8055
|
-
DeleteSnapshotScheduleCommand,
|
|
8056
|
-
DeleteTagsCommand,
|
|
8057
|
-
DeleteUsageLimitCommand,
|
|
8058
|
-
DeregisterNamespaceCommand,
|
|
8059
|
-
DescribeAccountAttributesCommand,
|
|
8060
|
-
DescribeAuthenticationProfilesCommand,
|
|
8061
|
-
DescribeClusterDbRevisionsCommand,
|
|
8062
|
-
DescribeClusterParameterGroupsCommand,
|
|
8063
|
-
DescribeClusterParametersCommand,
|
|
8064
|
-
DescribeClustersCommand,
|
|
8065
|
-
DescribeClusterSecurityGroupsCommand,
|
|
8066
|
-
DescribeClusterSnapshotsCommand,
|
|
8067
|
-
DescribeClusterSubnetGroupsCommand,
|
|
8068
|
-
DescribeClusterTracksCommand,
|
|
8069
|
-
DescribeClusterVersionsCommand,
|
|
8070
|
-
DescribeCustomDomainAssociationsCommand,
|
|
8071
|
-
DescribeDataSharesCommand,
|
|
8072
|
-
DescribeDataSharesForConsumerCommand,
|
|
8073
|
-
DescribeDataSharesForProducerCommand,
|
|
8074
|
-
DescribeDefaultClusterParametersCommand,
|
|
8075
|
-
DescribeEndpointAccessCommand,
|
|
8076
|
-
DescribeEndpointAuthorizationCommand,
|
|
8077
|
-
DescribeEventCategoriesCommand,
|
|
8078
|
-
DescribeEventsCommand,
|
|
8079
|
-
DescribeEventSubscriptionsCommand,
|
|
8080
|
-
DescribeHsmClientCertificatesCommand,
|
|
8081
|
-
DescribeHsmConfigurationsCommand,
|
|
8082
|
-
DescribeInboundIntegrationsCommand,
|
|
8083
|
-
DescribeIntegrationsCommand,
|
|
8084
|
-
DescribeLoggingStatusCommand,
|
|
8085
|
-
DescribeNodeConfigurationOptionsCommand,
|
|
8086
|
-
DescribeOrderableClusterOptionsCommand,
|
|
8087
|
-
DescribePartnersCommand,
|
|
8088
|
-
DescribeRedshiftIdcApplicationsCommand,
|
|
8089
|
-
DescribeReservedNodeExchangeStatusCommand,
|
|
8090
|
-
DescribeReservedNodeOfferingsCommand,
|
|
8091
|
-
DescribeReservedNodesCommand,
|
|
8092
|
-
DescribeResizeCommand,
|
|
8093
|
-
DescribeScheduledActionsCommand,
|
|
8094
|
-
DescribeSnapshotCopyGrantsCommand,
|
|
8095
|
-
DescribeSnapshotSchedulesCommand,
|
|
8096
|
-
DescribeStorageCommand,
|
|
8097
|
-
DescribeTableRestoreStatusCommand,
|
|
8098
|
-
DescribeTagsCommand,
|
|
8099
|
-
DescribeUsageLimitsCommand,
|
|
8100
|
-
DisableLoggingCommand,
|
|
8101
|
-
DisableSnapshotCopyCommand,
|
|
8102
|
-
DisassociateDataShareConsumerCommand,
|
|
8103
|
-
EnableLoggingCommand,
|
|
8104
|
-
EnableSnapshotCopyCommand,
|
|
8105
|
-
FailoverPrimaryComputeCommand,
|
|
8106
|
-
GetClusterCredentialsCommand,
|
|
8107
|
-
GetClusterCredentialsWithIAMCommand,
|
|
8108
|
-
GetIdentityCenterAuthTokenCommand,
|
|
8109
|
-
GetReservedNodeExchangeConfigurationOptionsCommand,
|
|
8110
|
-
GetReservedNodeExchangeOfferingsCommand,
|
|
8111
|
-
GetResourcePolicyCommand,
|
|
8112
|
-
ListRecommendationsCommand,
|
|
8113
|
-
ModifyAquaConfigurationCommand,
|
|
8114
|
-
ModifyAuthenticationProfileCommand,
|
|
8115
|
-
ModifyClusterCommand,
|
|
8116
|
-
ModifyClusterDbRevisionCommand,
|
|
8117
|
-
ModifyClusterIamRolesCommand,
|
|
8118
|
-
ModifyClusterMaintenanceCommand,
|
|
8119
|
-
ModifyClusterParameterGroupCommand,
|
|
8120
|
-
ModifyClusterSnapshotCommand,
|
|
8121
|
-
ModifyClusterSnapshotScheduleCommand,
|
|
8122
|
-
ModifyClusterSubnetGroupCommand,
|
|
8123
|
-
ModifyCustomDomainAssociationCommand,
|
|
8124
|
-
ModifyEndpointAccessCommand,
|
|
8125
|
-
ModifyEventSubscriptionCommand,
|
|
8126
|
-
ModifyIntegrationCommand,
|
|
8127
|
-
ModifyLakehouseConfigurationCommand,
|
|
8128
|
-
ModifyRedshiftIdcApplicationCommand,
|
|
8129
|
-
ModifyScheduledActionCommand,
|
|
8130
|
-
ModifySnapshotCopyRetentionPeriodCommand,
|
|
8131
|
-
ModifySnapshotScheduleCommand,
|
|
8132
|
-
ModifyUsageLimitCommand,
|
|
8133
|
-
PauseClusterCommand,
|
|
8134
|
-
PurchaseReservedNodeOfferingCommand,
|
|
8135
|
-
PutResourcePolicyCommand,
|
|
8136
|
-
RebootClusterCommand,
|
|
8137
|
-
RegisterNamespaceCommand,
|
|
8138
|
-
RejectDataShareCommand,
|
|
8139
|
-
ResetClusterParameterGroupCommand,
|
|
8140
|
-
ResizeClusterCommand,
|
|
8141
|
-
RestoreFromClusterSnapshotCommand,
|
|
8142
|
-
RestoreTableFromClusterSnapshotCommand,
|
|
8143
|
-
ResumeClusterCommand,
|
|
8144
|
-
RevokeClusterSecurityGroupIngressCommand,
|
|
8145
|
-
RevokeEndpointAccessCommand,
|
|
8146
|
-
RevokeSnapshotAccessCommand,
|
|
8147
|
-
RotateEncryptionKeyCommand,
|
|
8148
|
-
UpdatePartnerStatusCommand,
|
|
8149
|
-
};
|
|
8150
|
-
class Redshift extends RedshiftClient {
|
|
8151
|
-
}
|
|
8152
|
-
smithyClient.createAggregatedClient(commands, Redshift);
|
|
8153
|
-
|
|
8154
8007
|
const paginateDescribeClusterDbRevisions = core.createPaginator(RedshiftClient, DescribeClusterDbRevisionsCommand, "Marker", "Marker", "MaxRecords");
|
|
8155
8008
|
|
|
8156
8009
|
const paginateDescribeClusterParameterGroups = core.createPaginator(RedshiftClient, DescribeClusterParameterGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
8157
8010
|
|
|
8158
8011
|
const paginateDescribeClusterParameters = core.createPaginator(RedshiftClient, DescribeClusterParametersCommand, "Marker", "Marker", "MaxRecords");
|
|
8159
8012
|
|
|
8160
|
-
const paginateDescribeClusters = core.createPaginator(RedshiftClient, DescribeClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
8161
|
-
|
|
8162
8013
|
const paginateDescribeClusterSecurityGroups = core.createPaginator(RedshiftClient, DescribeClusterSecurityGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
8163
8014
|
|
|
8164
8015
|
const paginateDescribeClusterSnapshots = core.createPaginator(RedshiftClient, DescribeClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
|
|
8165
8016
|
|
|
8017
|
+
const paginateDescribeClusters = core.createPaginator(RedshiftClient, DescribeClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
8018
|
+
|
|
8166
8019
|
const paginateDescribeClusterSubnetGroups = core.createPaginator(RedshiftClient, DescribeClusterSubnetGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
8167
8020
|
|
|
8168
8021
|
const paginateDescribeClusterTracks = core.createPaginator(RedshiftClient, DescribeClusterTracksCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -8171,12 +8024,12 @@ const paginateDescribeClusterVersions = core.createPaginator(RedshiftClient, Des
|
|
|
8171
8024
|
|
|
8172
8025
|
const paginateDescribeCustomDomainAssociations = core.createPaginator(RedshiftClient, DescribeCustomDomainAssociationsCommand, "Marker", "Marker", "MaxRecords");
|
|
8173
8026
|
|
|
8174
|
-
const paginateDescribeDataShares = core.createPaginator(RedshiftClient, DescribeDataSharesCommand, "Marker", "Marker", "MaxRecords");
|
|
8175
|
-
|
|
8176
8027
|
const paginateDescribeDataSharesForConsumer = core.createPaginator(RedshiftClient, DescribeDataSharesForConsumerCommand, "Marker", "Marker", "MaxRecords");
|
|
8177
8028
|
|
|
8178
8029
|
const paginateDescribeDataSharesForProducer = core.createPaginator(RedshiftClient, DescribeDataSharesForProducerCommand, "Marker", "Marker", "MaxRecords");
|
|
8179
8030
|
|
|
8031
|
+
const paginateDescribeDataShares = core.createPaginator(RedshiftClient, DescribeDataSharesCommand, "Marker", "Marker", "MaxRecords");
|
|
8032
|
+
|
|
8180
8033
|
const paginateDescribeDefaultClusterParameters = core.createPaginator(RedshiftClient, DescribeDefaultClusterParametersCommand, "Marker", "DefaultClusterParameters.Marker", "MaxRecords");
|
|
8181
8034
|
|
|
8182
8035
|
const paginateDescribeEndpointAccess = core.createPaginator(RedshiftClient, DescribeEndpointAccessCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -8456,6 +8309,198 @@ const waitUntilSnapshotAvailable = async (params, input) => {
|
|
|
8456
8309
|
return utilWaiter.checkExceptions(result);
|
|
8457
8310
|
};
|
|
8458
8311
|
|
|
8312
|
+
const commands = {
|
|
8313
|
+
AcceptReservedNodeExchangeCommand,
|
|
8314
|
+
AddPartnerCommand,
|
|
8315
|
+
AssociateDataShareConsumerCommand,
|
|
8316
|
+
AuthorizeClusterSecurityGroupIngressCommand,
|
|
8317
|
+
AuthorizeDataShareCommand,
|
|
8318
|
+
AuthorizeEndpointAccessCommand,
|
|
8319
|
+
AuthorizeSnapshotAccessCommand,
|
|
8320
|
+
BatchDeleteClusterSnapshotsCommand,
|
|
8321
|
+
BatchModifyClusterSnapshotsCommand,
|
|
8322
|
+
CancelResizeCommand,
|
|
8323
|
+
CopyClusterSnapshotCommand,
|
|
8324
|
+
CreateAuthenticationProfileCommand,
|
|
8325
|
+
CreateClusterCommand,
|
|
8326
|
+
CreateClusterParameterGroupCommand,
|
|
8327
|
+
CreateClusterSecurityGroupCommand,
|
|
8328
|
+
CreateClusterSnapshotCommand,
|
|
8329
|
+
CreateClusterSubnetGroupCommand,
|
|
8330
|
+
CreateCustomDomainAssociationCommand,
|
|
8331
|
+
CreateEndpointAccessCommand,
|
|
8332
|
+
CreateEventSubscriptionCommand,
|
|
8333
|
+
CreateHsmClientCertificateCommand,
|
|
8334
|
+
CreateHsmConfigurationCommand,
|
|
8335
|
+
CreateIntegrationCommand,
|
|
8336
|
+
CreateRedshiftIdcApplicationCommand,
|
|
8337
|
+
CreateScheduledActionCommand,
|
|
8338
|
+
CreateSnapshotCopyGrantCommand,
|
|
8339
|
+
CreateSnapshotScheduleCommand,
|
|
8340
|
+
CreateTagsCommand,
|
|
8341
|
+
CreateUsageLimitCommand,
|
|
8342
|
+
DeauthorizeDataShareCommand,
|
|
8343
|
+
DeleteAuthenticationProfileCommand,
|
|
8344
|
+
DeleteClusterCommand,
|
|
8345
|
+
DeleteClusterParameterGroupCommand,
|
|
8346
|
+
DeleteClusterSecurityGroupCommand,
|
|
8347
|
+
DeleteClusterSnapshotCommand,
|
|
8348
|
+
DeleteClusterSubnetGroupCommand,
|
|
8349
|
+
DeleteCustomDomainAssociationCommand,
|
|
8350
|
+
DeleteEndpointAccessCommand,
|
|
8351
|
+
DeleteEventSubscriptionCommand,
|
|
8352
|
+
DeleteHsmClientCertificateCommand,
|
|
8353
|
+
DeleteHsmConfigurationCommand,
|
|
8354
|
+
DeleteIntegrationCommand,
|
|
8355
|
+
DeletePartnerCommand,
|
|
8356
|
+
DeleteRedshiftIdcApplicationCommand,
|
|
8357
|
+
DeleteResourcePolicyCommand,
|
|
8358
|
+
DeleteScheduledActionCommand,
|
|
8359
|
+
DeleteSnapshotCopyGrantCommand,
|
|
8360
|
+
DeleteSnapshotScheduleCommand,
|
|
8361
|
+
DeleteTagsCommand,
|
|
8362
|
+
DeleteUsageLimitCommand,
|
|
8363
|
+
DeregisterNamespaceCommand,
|
|
8364
|
+
DescribeAccountAttributesCommand,
|
|
8365
|
+
DescribeAuthenticationProfilesCommand,
|
|
8366
|
+
DescribeClusterDbRevisionsCommand,
|
|
8367
|
+
DescribeClusterParameterGroupsCommand,
|
|
8368
|
+
DescribeClusterParametersCommand,
|
|
8369
|
+
DescribeClustersCommand,
|
|
8370
|
+
DescribeClusterSecurityGroupsCommand,
|
|
8371
|
+
DescribeClusterSnapshotsCommand,
|
|
8372
|
+
DescribeClusterSubnetGroupsCommand,
|
|
8373
|
+
DescribeClusterTracksCommand,
|
|
8374
|
+
DescribeClusterVersionsCommand,
|
|
8375
|
+
DescribeCustomDomainAssociationsCommand,
|
|
8376
|
+
DescribeDataSharesCommand,
|
|
8377
|
+
DescribeDataSharesForConsumerCommand,
|
|
8378
|
+
DescribeDataSharesForProducerCommand,
|
|
8379
|
+
DescribeDefaultClusterParametersCommand,
|
|
8380
|
+
DescribeEndpointAccessCommand,
|
|
8381
|
+
DescribeEndpointAuthorizationCommand,
|
|
8382
|
+
DescribeEventCategoriesCommand,
|
|
8383
|
+
DescribeEventsCommand,
|
|
8384
|
+
DescribeEventSubscriptionsCommand,
|
|
8385
|
+
DescribeHsmClientCertificatesCommand,
|
|
8386
|
+
DescribeHsmConfigurationsCommand,
|
|
8387
|
+
DescribeInboundIntegrationsCommand,
|
|
8388
|
+
DescribeIntegrationsCommand,
|
|
8389
|
+
DescribeLoggingStatusCommand,
|
|
8390
|
+
DescribeNodeConfigurationOptionsCommand,
|
|
8391
|
+
DescribeOrderableClusterOptionsCommand,
|
|
8392
|
+
DescribePartnersCommand,
|
|
8393
|
+
DescribeRedshiftIdcApplicationsCommand,
|
|
8394
|
+
DescribeReservedNodeExchangeStatusCommand,
|
|
8395
|
+
DescribeReservedNodeOfferingsCommand,
|
|
8396
|
+
DescribeReservedNodesCommand,
|
|
8397
|
+
DescribeResizeCommand,
|
|
8398
|
+
DescribeScheduledActionsCommand,
|
|
8399
|
+
DescribeSnapshotCopyGrantsCommand,
|
|
8400
|
+
DescribeSnapshotSchedulesCommand,
|
|
8401
|
+
DescribeStorageCommand,
|
|
8402
|
+
DescribeTableRestoreStatusCommand,
|
|
8403
|
+
DescribeTagsCommand,
|
|
8404
|
+
DescribeUsageLimitsCommand,
|
|
8405
|
+
DisableLoggingCommand,
|
|
8406
|
+
DisableSnapshotCopyCommand,
|
|
8407
|
+
DisassociateDataShareConsumerCommand,
|
|
8408
|
+
EnableLoggingCommand,
|
|
8409
|
+
EnableSnapshotCopyCommand,
|
|
8410
|
+
FailoverPrimaryComputeCommand,
|
|
8411
|
+
GetClusterCredentialsCommand,
|
|
8412
|
+
GetClusterCredentialsWithIAMCommand,
|
|
8413
|
+
GetIdentityCenterAuthTokenCommand,
|
|
8414
|
+
GetReservedNodeExchangeConfigurationOptionsCommand,
|
|
8415
|
+
GetReservedNodeExchangeOfferingsCommand,
|
|
8416
|
+
GetResourcePolicyCommand,
|
|
8417
|
+
ListRecommendationsCommand,
|
|
8418
|
+
ModifyAquaConfigurationCommand,
|
|
8419
|
+
ModifyAuthenticationProfileCommand,
|
|
8420
|
+
ModifyClusterCommand,
|
|
8421
|
+
ModifyClusterDbRevisionCommand,
|
|
8422
|
+
ModifyClusterIamRolesCommand,
|
|
8423
|
+
ModifyClusterMaintenanceCommand,
|
|
8424
|
+
ModifyClusterParameterGroupCommand,
|
|
8425
|
+
ModifyClusterSnapshotCommand,
|
|
8426
|
+
ModifyClusterSnapshotScheduleCommand,
|
|
8427
|
+
ModifyClusterSubnetGroupCommand,
|
|
8428
|
+
ModifyCustomDomainAssociationCommand,
|
|
8429
|
+
ModifyEndpointAccessCommand,
|
|
8430
|
+
ModifyEventSubscriptionCommand,
|
|
8431
|
+
ModifyIntegrationCommand,
|
|
8432
|
+
ModifyLakehouseConfigurationCommand,
|
|
8433
|
+
ModifyRedshiftIdcApplicationCommand,
|
|
8434
|
+
ModifyScheduledActionCommand,
|
|
8435
|
+
ModifySnapshotCopyRetentionPeriodCommand,
|
|
8436
|
+
ModifySnapshotScheduleCommand,
|
|
8437
|
+
ModifyUsageLimitCommand,
|
|
8438
|
+
PauseClusterCommand,
|
|
8439
|
+
PurchaseReservedNodeOfferingCommand,
|
|
8440
|
+
PutResourcePolicyCommand,
|
|
8441
|
+
RebootClusterCommand,
|
|
8442
|
+
RegisterNamespaceCommand,
|
|
8443
|
+
RejectDataShareCommand,
|
|
8444
|
+
ResetClusterParameterGroupCommand,
|
|
8445
|
+
ResizeClusterCommand,
|
|
8446
|
+
RestoreFromClusterSnapshotCommand,
|
|
8447
|
+
RestoreTableFromClusterSnapshotCommand,
|
|
8448
|
+
ResumeClusterCommand,
|
|
8449
|
+
RevokeClusterSecurityGroupIngressCommand,
|
|
8450
|
+
RevokeEndpointAccessCommand,
|
|
8451
|
+
RevokeSnapshotAccessCommand,
|
|
8452
|
+
RotateEncryptionKeyCommand,
|
|
8453
|
+
UpdatePartnerStatusCommand,
|
|
8454
|
+
};
|
|
8455
|
+
const paginators = {
|
|
8456
|
+
paginateDescribeClusterDbRevisions,
|
|
8457
|
+
paginateDescribeClusterParameterGroups,
|
|
8458
|
+
paginateDescribeClusterParameters,
|
|
8459
|
+
paginateDescribeClusters,
|
|
8460
|
+
paginateDescribeClusterSecurityGroups,
|
|
8461
|
+
paginateDescribeClusterSnapshots,
|
|
8462
|
+
paginateDescribeClusterSubnetGroups,
|
|
8463
|
+
paginateDescribeClusterTracks,
|
|
8464
|
+
paginateDescribeClusterVersions,
|
|
8465
|
+
paginateDescribeCustomDomainAssociations,
|
|
8466
|
+
paginateDescribeDataShares,
|
|
8467
|
+
paginateDescribeDataSharesForConsumer,
|
|
8468
|
+
paginateDescribeDataSharesForProducer,
|
|
8469
|
+
paginateDescribeDefaultClusterParameters,
|
|
8470
|
+
paginateDescribeEndpointAccess,
|
|
8471
|
+
paginateDescribeEndpointAuthorization,
|
|
8472
|
+
paginateDescribeEvents,
|
|
8473
|
+
paginateDescribeEventSubscriptions,
|
|
8474
|
+
paginateDescribeHsmClientCertificates,
|
|
8475
|
+
paginateDescribeHsmConfigurations,
|
|
8476
|
+
paginateDescribeInboundIntegrations,
|
|
8477
|
+
paginateDescribeIntegrations,
|
|
8478
|
+
paginateDescribeNodeConfigurationOptions,
|
|
8479
|
+
paginateDescribeOrderableClusterOptions,
|
|
8480
|
+
paginateDescribeRedshiftIdcApplications,
|
|
8481
|
+
paginateDescribeReservedNodeExchangeStatus,
|
|
8482
|
+
paginateDescribeReservedNodeOfferings,
|
|
8483
|
+
paginateDescribeReservedNodes,
|
|
8484
|
+
paginateDescribeScheduledActions,
|
|
8485
|
+
paginateDescribeSnapshotCopyGrants,
|
|
8486
|
+
paginateDescribeSnapshotSchedules,
|
|
8487
|
+
paginateDescribeTableRestoreStatus,
|
|
8488
|
+
paginateDescribeTags,
|
|
8489
|
+
paginateDescribeUsageLimits,
|
|
8490
|
+
paginateGetReservedNodeExchangeConfigurationOptions,
|
|
8491
|
+
paginateGetReservedNodeExchangeOfferings,
|
|
8492
|
+
paginateListRecommendations,
|
|
8493
|
+
};
|
|
8494
|
+
const waiters = {
|
|
8495
|
+
waitUntilClusterAvailable,
|
|
8496
|
+
waitUntilClusterDeleted,
|
|
8497
|
+
waitUntilClusterRestored,
|
|
8498
|
+
waitUntilSnapshotAvailable,
|
|
8499
|
+
};
|
|
8500
|
+
class Redshift extends RedshiftClient {
|
|
8501
|
+
}
|
|
8502
|
+
smithyClient.createAggregatedClient(commands, Redshift, { paginators, waiters });
|
|
8503
|
+
|
|
8459
8504
|
const ReservedNodeOfferingType = {
|
|
8460
8505
|
Regular: "Regular",
|
|
8461
8506
|
Upgradable: "Upgradable",
|
package/dist-es/Redshift.js
CHANGED
|
@@ -140,7 +140,48 @@ import { RevokeEndpointAccessCommand, } from "./commands/RevokeEndpointAccessCom
|
|
|
140
140
|
import { RevokeSnapshotAccessCommand, } from "./commands/RevokeSnapshotAccessCommand";
|
|
141
141
|
import { RotateEncryptionKeyCommand, } from "./commands/RotateEncryptionKeyCommand";
|
|
142
142
|
import { UpdatePartnerStatusCommand, } from "./commands/UpdatePartnerStatusCommand";
|
|
143
|
+
import { paginateDescribeClusterDbRevisions } from "./pagination/DescribeClusterDbRevisionsPaginator";
|
|
144
|
+
import { paginateDescribeClusterParameterGroups } from "./pagination/DescribeClusterParameterGroupsPaginator";
|
|
145
|
+
import { paginateDescribeClusterParameters } from "./pagination/DescribeClusterParametersPaginator";
|
|
146
|
+
import { paginateDescribeClusterSecurityGroups } from "./pagination/DescribeClusterSecurityGroupsPaginator";
|
|
147
|
+
import { paginateDescribeClusterSnapshots } from "./pagination/DescribeClusterSnapshotsPaginator";
|
|
148
|
+
import { paginateDescribeClusters } from "./pagination/DescribeClustersPaginator";
|
|
149
|
+
import { paginateDescribeClusterSubnetGroups } from "./pagination/DescribeClusterSubnetGroupsPaginator";
|
|
150
|
+
import { paginateDescribeClusterTracks } from "./pagination/DescribeClusterTracksPaginator";
|
|
151
|
+
import { paginateDescribeClusterVersions } from "./pagination/DescribeClusterVersionsPaginator";
|
|
152
|
+
import { paginateDescribeCustomDomainAssociations } from "./pagination/DescribeCustomDomainAssociationsPaginator";
|
|
153
|
+
import { paginateDescribeDataSharesForConsumer } from "./pagination/DescribeDataSharesForConsumerPaginator";
|
|
154
|
+
import { paginateDescribeDataSharesForProducer } from "./pagination/DescribeDataSharesForProducerPaginator";
|
|
155
|
+
import { paginateDescribeDataShares } from "./pagination/DescribeDataSharesPaginator";
|
|
156
|
+
import { paginateDescribeDefaultClusterParameters } from "./pagination/DescribeDefaultClusterParametersPaginator";
|
|
157
|
+
import { paginateDescribeEndpointAccess } from "./pagination/DescribeEndpointAccessPaginator";
|
|
158
|
+
import { paginateDescribeEndpointAuthorization } from "./pagination/DescribeEndpointAuthorizationPaginator";
|
|
159
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
160
|
+
import { paginateDescribeEventSubscriptions } from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
161
|
+
import { paginateDescribeHsmClientCertificates } from "./pagination/DescribeHsmClientCertificatesPaginator";
|
|
162
|
+
import { paginateDescribeHsmConfigurations } from "./pagination/DescribeHsmConfigurationsPaginator";
|
|
163
|
+
import { paginateDescribeInboundIntegrations } from "./pagination/DescribeInboundIntegrationsPaginator";
|
|
164
|
+
import { paginateDescribeIntegrations } from "./pagination/DescribeIntegrationsPaginator";
|
|
165
|
+
import { paginateDescribeNodeConfigurationOptions } from "./pagination/DescribeNodeConfigurationOptionsPaginator";
|
|
166
|
+
import { paginateDescribeOrderableClusterOptions } from "./pagination/DescribeOrderableClusterOptionsPaginator";
|
|
167
|
+
import { paginateDescribeRedshiftIdcApplications } from "./pagination/DescribeRedshiftIdcApplicationsPaginator";
|
|
168
|
+
import { paginateDescribeReservedNodeExchangeStatus } from "./pagination/DescribeReservedNodeExchangeStatusPaginator";
|
|
169
|
+
import { paginateDescribeReservedNodeOfferings } from "./pagination/DescribeReservedNodeOfferingsPaginator";
|
|
170
|
+
import { paginateDescribeReservedNodes } from "./pagination/DescribeReservedNodesPaginator";
|
|
171
|
+
import { paginateDescribeScheduledActions } from "./pagination/DescribeScheduledActionsPaginator";
|
|
172
|
+
import { paginateDescribeSnapshotCopyGrants } from "./pagination/DescribeSnapshotCopyGrantsPaginator";
|
|
173
|
+
import { paginateDescribeSnapshotSchedules } from "./pagination/DescribeSnapshotSchedulesPaginator";
|
|
174
|
+
import { paginateDescribeTableRestoreStatus } from "./pagination/DescribeTableRestoreStatusPaginator";
|
|
175
|
+
import { paginateDescribeTags } from "./pagination/DescribeTagsPaginator";
|
|
176
|
+
import { paginateDescribeUsageLimits } from "./pagination/DescribeUsageLimitsPaginator";
|
|
177
|
+
import { paginateGetReservedNodeExchangeConfigurationOptions, } from "./pagination/GetReservedNodeExchangeConfigurationOptionsPaginator";
|
|
178
|
+
import { paginateGetReservedNodeExchangeOfferings } from "./pagination/GetReservedNodeExchangeOfferingsPaginator";
|
|
179
|
+
import { paginateListRecommendations } from "./pagination/ListRecommendationsPaginator";
|
|
143
180
|
import { RedshiftClient } from "./RedshiftClient";
|
|
181
|
+
import { waitUntilClusterAvailable } from "./waiters/waitForClusterAvailable";
|
|
182
|
+
import { waitUntilClusterDeleted } from "./waiters/waitForClusterDeleted";
|
|
183
|
+
import { waitUntilClusterRestored } from "./waiters/waitForClusterRestored";
|
|
184
|
+
import { waitUntilSnapshotAvailable } from "./waiters/waitForSnapshotAvailable";
|
|
144
185
|
const commands = {
|
|
145
186
|
AcceptReservedNodeExchangeCommand,
|
|
146
187
|
AddPartnerCommand,
|
|
@@ -284,6 +325,51 @@ const commands = {
|
|
|
284
325
|
RotateEncryptionKeyCommand,
|
|
285
326
|
UpdatePartnerStatusCommand,
|
|
286
327
|
};
|
|
328
|
+
const paginators = {
|
|
329
|
+
paginateDescribeClusterDbRevisions,
|
|
330
|
+
paginateDescribeClusterParameterGroups,
|
|
331
|
+
paginateDescribeClusterParameters,
|
|
332
|
+
paginateDescribeClusters,
|
|
333
|
+
paginateDescribeClusterSecurityGroups,
|
|
334
|
+
paginateDescribeClusterSnapshots,
|
|
335
|
+
paginateDescribeClusterSubnetGroups,
|
|
336
|
+
paginateDescribeClusterTracks,
|
|
337
|
+
paginateDescribeClusterVersions,
|
|
338
|
+
paginateDescribeCustomDomainAssociations,
|
|
339
|
+
paginateDescribeDataShares,
|
|
340
|
+
paginateDescribeDataSharesForConsumer,
|
|
341
|
+
paginateDescribeDataSharesForProducer,
|
|
342
|
+
paginateDescribeDefaultClusterParameters,
|
|
343
|
+
paginateDescribeEndpointAccess,
|
|
344
|
+
paginateDescribeEndpointAuthorization,
|
|
345
|
+
paginateDescribeEvents,
|
|
346
|
+
paginateDescribeEventSubscriptions,
|
|
347
|
+
paginateDescribeHsmClientCertificates,
|
|
348
|
+
paginateDescribeHsmConfigurations,
|
|
349
|
+
paginateDescribeInboundIntegrations,
|
|
350
|
+
paginateDescribeIntegrations,
|
|
351
|
+
paginateDescribeNodeConfigurationOptions,
|
|
352
|
+
paginateDescribeOrderableClusterOptions,
|
|
353
|
+
paginateDescribeRedshiftIdcApplications,
|
|
354
|
+
paginateDescribeReservedNodeExchangeStatus,
|
|
355
|
+
paginateDescribeReservedNodeOfferings,
|
|
356
|
+
paginateDescribeReservedNodes,
|
|
357
|
+
paginateDescribeScheduledActions,
|
|
358
|
+
paginateDescribeSnapshotCopyGrants,
|
|
359
|
+
paginateDescribeSnapshotSchedules,
|
|
360
|
+
paginateDescribeTableRestoreStatus,
|
|
361
|
+
paginateDescribeTags,
|
|
362
|
+
paginateDescribeUsageLimits,
|
|
363
|
+
paginateGetReservedNodeExchangeConfigurationOptions,
|
|
364
|
+
paginateGetReservedNodeExchangeOfferings,
|
|
365
|
+
paginateListRecommendations,
|
|
366
|
+
};
|
|
367
|
+
const waiters = {
|
|
368
|
+
waitUntilClusterAvailable,
|
|
369
|
+
waitUntilClusterDeleted,
|
|
370
|
+
waitUntilClusterRestored,
|
|
371
|
+
waitUntilSnapshotAvailable,
|
|
372
|
+
};
|
|
287
373
|
export class Redshift extends RedshiftClient {
|
|
288
374
|
}
|
|
289
|
-
createAggregatedClient(commands, Redshift);
|
|
375
|
+
createAggregatedClient(commands, Redshift, { paginators, waiters });
|
package/dist-types/Redshift.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AcceptReservedNodeExchangeCommandInput, AcceptReservedNodeExchangeCommandOutput } from "./commands/AcceptReservedNodeExchangeCommand";
|
|
3
4
|
import { AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
|
|
4
5
|
import { AssociateDataShareConsumerCommandInput, AssociateDataShareConsumerCommandOutput } from "./commands/AssociateDataShareConsumerCommand";
|
|
@@ -1027,6 +1028,289 @@ export interface Redshift {
|
|
|
1027
1028
|
updatePartnerStatus(args: UpdatePartnerStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerStatusCommandOutput>;
|
|
1028
1029
|
updatePartnerStatus(args: UpdatePartnerStatusCommandInput, cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void): void;
|
|
1029
1030
|
updatePartnerStatus(args: UpdatePartnerStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void): void;
|
|
1031
|
+
/**
|
|
1032
|
+
* @see {@link DescribeClusterDbRevisionsCommand}
|
|
1033
|
+
* @param args - command input.
|
|
1034
|
+
* @param paginationConfig - optional pagination config.
|
|
1035
|
+
* @returns AsyncIterable of {@link DescribeClusterDbRevisionsCommandOutput}.
|
|
1036
|
+
*/
|
|
1037
|
+
paginateDescribeClusterDbRevisions(args?: DescribeClusterDbRevisionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterDbRevisionsCommandOutput>;
|
|
1038
|
+
/**
|
|
1039
|
+
* @see {@link DescribeClusterParameterGroupsCommand}
|
|
1040
|
+
* @param args - command input.
|
|
1041
|
+
* @param paginationConfig - optional pagination config.
|
|
1042
|
+
* @returns AsyncIterable of {@link DescribeClusterParameterGroupsCommandOutput}.
|
|
1043
|
+
*/
|
|
1044
|
+
paginateDescribeClusterParameterGroups(args?: DescribeClusterParameterGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterParameterGroupsCommandOutput>;
|
|
1045
|
+
/**
|
|
1046
|
+
* @see {@link DescribeClusterParametersCommand}
|
|
1047
|
+
* @param args - command input.
|
|
1048
|
+
* @param paginationConfig - optional pagination config.
|
|
1049
|
+
* @returns AsyncIterable of {@link DescribeClusterParametersCommandOutput}.
|
|
1050
|
+
*/
|
|
1051
|
+
paginateDescribeClusterParameters(args: DescribeClusterParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterParametersCommandOutput>;
|
|
1052
|
+
/**
|
|
1053
|
+
* @see {@link DescribeClustersCommand}
|
|
1054
|
+
* @param args - command input.
|
|
1055
|
+
* @param paginationConfig - optional pagination config.
|
|
1056
|
+
* @returns AsyncIterable of {@link DescribeClustersCommandOutput}.
|
|
1057
|
+
*/
|
|
1058
|
+
paginateDescribeClusters(args?: DescribeClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClustersCommandOutput>;
|
|
1059
|
+
/**
|
|
1060
|
+
* @see {@link DescribeClusterSecurityGroupsCommand}
|
|
1061
|
+
* @param args - command input.
|
|
1062
|
+
* @param paginationConfig - optional pagination config.
|
|
1063
|
+
* @returns AsyncIterable of {@link DescribeClusterSecurityGroupsCommandOutput}.
|
|
1064
|
+
*/
|
|
1065
|
+
paginateDescribeClusterSecurityGroups(args?: DescribeClusterSecurityGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterSecurityGroupsCommandOutput>;
|
|
1066
|
+
/**
|
|
1067
|
+
* @see {@link DescribeClusterSnapshotsCommand}
|
|
1068
|
+
* @param args - command input.
|
|
1069
|
+
* @param paginationConfig - optional pagination config.
|
|
1070
|
+
* @returns AsyncIterable of {@link DescribeClusterSnapshotsCommandOutput}.
|
|
1071
|
+
*/
|
|
1072
|
+
paginateDescribeClusterSnapshots(args?: DescribeClusterSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterSnapshotsCommandOutput>;
|
|
1073
|
+
/**
|
|
1074
|
+
* @see {@link DescribeClusterSubnetGroupsCommand}
|
|
1075
|
+
* @param args - command input.
|
|
1076
|
+
* @param paginationConfig - optional pagination config.
|
|
1077
|
+
* @returns AsyncIterable of {@link DescribeClusterSubnetGroupsCommandOutput}.
|
|
1078
|
+
*/
|
|
1079
|
+
paginateDescribeClusterSubnetGroups(args?: DescribeClusterSubnetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterSubnetGroupsCommandOutput>;
|
|
1080
|
+
/**
|
|
1081
|
+
* @see {@link DescribeClusterTracksCommand}
|
|
1082
|
+
* @param args - command input.
|
|
1083
|
+
* @param paginationConfig - optional pagination config.
|
|
1084
|
+
* @returns AsyncIterable of {@link DescribeClusterTracksCommandOutput}.
|
|
1085
|
+
*/
|
|
1086
|
+
paginateDescribeClusterTracks(args?: DescribeClusterTracksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterTracksCommandOutput>;
|
|
1087
|
+
/**
|
|
1088
|
+
* @see {@link DescribeClusterVersionsCommand}
|
|
1089
|
+
* @param args - command input.
|
|
1090
|
+
* @param paginationConfig - optional pagination config.
|
|
1091
|
+
* @returns AsyncIterable of {@link DescribeClusterVersionsCommandOutput}.
|
|
1092
|
+
*/
|
|
1093
|
+
paginateDescribeClusterVersions(args?: DescribeClusterVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeClusterVersionsCommandOutput>;
|
|
1094
|
+
/**
|
|
1095
|
+
* @see {@link DescribeCustomDomainAssociationsCommand}
|
|
1096
|
+
* @param args - command input.
|
|
1097
|
+
* @param paginationConfig - optional pagination config.
|
|
1098
|
+
* @returns AsyncIterable of {@link DescribeCustomDomainAssociationsCommandOutput}.
|
|
1099
|
+
*/
|
|
1100
|
+
paginateDescribeCustomDomainAssociations(args?: DescribeCustomDomainAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCustomDomainAssociationsCommandOutput>;
|
|
1101
|
+
/**
|
|
1102
|
+
* @see {@link DescribeDataSharesCommand}
|
|
1103
|
+
* @param args - command input.
|
|
1104
|
+
* @param paginationConfig - optional pagination config.
|
|
1105
|
+
* @returns AsyncIterable of {@link DescribeDataSharesCommandOutput}.
|
|
1106
|
+
*/
|
|
1107
|
+
paginateDescribeDataShares(args?: DescribeDataSharesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDataSharesCommandOutput>;
|
|
1108
|
+
/**
|
|
1109
|
+
* @see {@link DescribeDataSharesForConsumerCommand}
|
|
1110
|
+
* @param args - command input.
|
|
1111
|
+
* @param paginationConfig - optional pagination config.
|
|
1112
|
+
* @returns AsyncIterable of {@link DescribeDataSharesForConsumerCommandOutput}.
|
|
1113
|
+
*/
|
|
1114
|
+
paginateDescribeDataSharesForConsumer(args?: DescribeDataSharesForConsumerCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDataSharesForConsumerCommandOutput>;
|
|
1115
|
+
/**
|
|
1116
|
+
* @see {@link DescribeDataSharesForProducerCommand}
|
|
1117
|
+
* @param args - command input.
|
|
1118
|
+
* @param paginationConfig - optional pagination config.
|
|
1119
|
+
* @returns AsyncIterable of {@link DescribeDataSharesForProducerCommandOutput}.
|
|
1120
|
+
*/
|
|
1121
|
+
paginateDescribeDataSharesForProducer(args?: DescribeDataSharesForProducerCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDataSharesForProducerCommandOutput>;
|
|
1122
|
+
/**
|
|
1123
|
+
* @see {@link DescribeDefaultClusterParametersCommand}
|
|
1124
|
+
* @param args - command input.
|
|
1125
|
+
* @param paginationConfig - optional pagination config.
|
|
1126
|
+
* @returns AsyncIterable of {@link DescribeDefaultClusterParametersCommandOutput}.
|
|
1127
|
+
*/
|
|
1128
|
+
paginateDescribeDefaultClusterParameters(args: DescribeDefaultClusterParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDefaultClusterParametersCommandOutput>;
|
|
1129
|
+
/**
|
|
1130
|
+
* @see {@link DescribeEndpointAccessCommand}
|
|
1131
|
+
* @param args - command input.
|
|
1132
|
+
* @param paginationConfig - optional pagination config.
|
|
1133
|
+
* @returns AsyncIterable of {@link DescribeEndpointAccessCommandOutput}.
|
|
1134
|
+
*/
|
|
1135
|
+
paginateDescribeEndpointAccess(args?: DescribeEndpointAccessCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEndpointAccessCommandOutput>;
|
|
1136
|
+
/**
|
|
1137
|
+
* @see {@link DescribeEndpointAuthorizationCommand}
|
|
1138
|
+
* @param args - command input.
|
|
1139
|
+
* @param paginationConfig - optional pagination config.
|
|
1140
|
+
* @returns AsyncIterable of {@link DescribeEndpointAuthorizationCommandOutput}.
|
|
1141
|
+
*/
|
|
1142
|
+
paginateDescribeEndpointAuthorization(args?: DescribeEndpointAuthorizationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEndpointAuthorizationCommandOutput>;
|
|
1143
|
+
/**
|
|
1144
|
+
* @see {@link DescribeEventsCommand}
|
|
1145
|
+
* @param args - command input.
|
|
1146
|
+
* @param paginationConfig - optional pagination config.
|
|
1147
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
1148
|
+
*/
|
|
1149
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
1150
|
+
/**
|
|
1151
|
+
* @see {@link DescribeEventSubscriptionsCommand}
|
|
1152
|
+
* @param args - command input.
|
|
1153
|
+
* @param paginationConfig - optional pagination config.
|
|
1154
|
+
* @returns AsyncIterable of {@link DescribeEventSubscriptionsCommandOutput}.
|
|
1155
|
+
*/
|
|
1156
|
+
paginateDescribeEventSubscriptions(args?: DescribeEventSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
1157
|
+
/**
|
|
1158
|
+
* @see {@link DescribeHsmClientCertificatesCommand}
|
|
1159
|
+
* @param args - command input.
|
|
1160
|
+
* @param paginationConfig - optional pagination config.
|
|
1161
|
+
* @returns AsyncIterable of {@link DescribeHsmClientCertificatesCommandOutput}.
|
|
1162
|
+
*/
|
|
1163
|
+
paginateDescribeHsmClientCertificates(args?: DescribeHsmClientCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeHsmClientCertificatesCommandOutput>;
|
|
1164
|
+
/**
|
|
1165
|
+
* @see {@link DescribeHsmConfigurationsCommand}
|
|
1166
|
+
* @param args - command input.
|
|
1167
|
+
* @param paginationConfig - optional pagination config.
|
|
1168
|
+
* @returns AsyncIterable of {@link DescribeHsmConfigurationsCommandOutput}.
|
|
1169
|
+
*/
|
|
1170
|
+
paginateDescribeHsmConfigurations(args?: DescribeHsmConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeHsmConfigurationsCommandOutput>;
|
|
1171
|
+
/**
|
|
1172
|
+
* @see {@link DescribeInboundIntegrationsCommand}
|
|
1173
|
+
* @param args - command input.
|
|
1174
|
+
* @param paginationConfig - optional pagination config.
|
|
1175
|
+
* @returns AsyncIterable of {@link DescribeInboundIntegrationsCommandOutput}.
|
|
1176
|
+
*/
|
|
1177
|
+
paginateDescribeInboundIntegrations(args?: DescribeInboundIntegrationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeInboundIntegrationsCommandOutput>;
|
|
1178
|
+
/**
|
|
1179
|
+
* @see {@link DescribeIntegrationsCommand}
|
|
1180
|
+
* @param args - command input.
|
|
1181
|
+
* @param paginationConfig - optional pagination config.
|
|
1182
|
+
* @returns AsyncIterable of {@link DescribeIntegrationsCommandOutput}.
|
|
1183
|
+
*/
|
|
1184
|
+
paginateDescribeIntegrations(args?: DescribeIntegrationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeIntegrationsCommandOutput>;
|
|
1185
|
+
/**
|
|
1186
|
+
* @see {@link DescribeNodeConfigurationOptionsCommand}
|
|
1187
|
+
* @param args - command input.
|
|
1188
|
+
* @param paginationConfig - optional pagination config.
|
|
1189
|
+
* @returns AsyncIterable of {@link DescribeNodeConfigurationOptionsCommandOutput}.
|
|
1190
|
+
*/
|
|
1191
|
+
paginateDescribeNodeConfigurationOptions(args: DescribeNodeConfigurationOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeNodeConfigurationOptionsCommandOutput>;
|
|
1192
|
+
/**
|
|
1193
|
+
* @see {@link DescribeOrderableClusterOptionsCommand}
|
|
1194
|
+
* @param args - command input.
|
|
1195
|
+
* @param paginationConfig - optional pagination config.
|
|
1196
|
+
* @returns AsyncIterable of {@link DescribeOrderableClusterOptionsCommandOutput}.
|
|
1197
|
+
*/
|
|
1198
|
+
paginateDescribeOrderableClusterOptions(args?: DescribeOrderableClusterOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeOrderableClusterOptionsCommandOutput>;
|
|
1199
|
+
/**
|
|
1200
|
+
* @see {@link DescribeRedshiftIdcApplicationsCommand}
|
|
1201
|
+
* @param args - command input.
|
|
1202
|
+
* @param paginationConfig - optional pagination config.
|
|
1203
|
+
* @returns AsyncIterable of {@link DescribeRedshiftIdcApplicationsCommandOutput}.
|
|
1204
|
+
*/
|
|
1205
|
+
paginateDescribeRedshiftIdcApplications(args?: DescribeRedshiftIdcApplicationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeRedshiftIdcApplicationsCommandOutput>;
|
|
1206
|
+
/**
|
|
1207
|
+
* @see {@link DescribeReservedNodeExchangeStatusCommand}
|
|
1208
|
+
* @param args - command input.
|
|
1209
|
+
* @param paginationConfig - optional pagination config.
|
|
1210
|
+
* @returns AsyncIterable of {@link DescribeReservedNodeExchangeStatusCommandOutput}.
|
|
1211
|
+
*/
|
|
1212
|
+
paginateDescribeReservedNodeExchangeStatus(args?: DescribeReservedNodeExchangeStatusCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedNodeExchangeStatusCommandOutput>;
|
|
1213
|
+
/**
|
|
1214
|
+
* @see {@link DescribeReservedNodeOfferingsCommand}
|
|
1215
|
+
* @param args - command input.
|
|
1216
|
+
* @param paginationConfig - optional pagination config.
|
|
1217
|
+
* @returns AsyncIterable of {@link DescribeReservedNodeOfferingsCommandOutput}.
|
|
1218
|
+
*/
|
|
1219
|
+
paginateDescribeReservedNodeOfferings(args?: DescribeReservedNodeOfferingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedNodeOfferingsCommandOutput>;
|
|
1220
|
+
/**
|
|
1221
|
+
* @see {@link DescribeReservedNodesCommand}
|
|
1222
|
+
* @param args - command input.
|
|
1223
|
+
* @param paginationConfig - optional pagination config.
|
|
1224
|
+
* @returns AsyncIterable of {@link DescribeReservedNodesCommandOutput}.
|
|
1225
|
+
*/
|
|
1226
|
+
paginateDescribeReservedNodes(args?: DescribeReservedNodesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedNodesCommandOutput>;
|
|
1227
|
+
/**
|
|
1228
|
+
* @see {@link DescribeScheduledActionsCommand}
|
|
1229
|
+
* @param args - command input.
|
|
1230
|
+
* @param paginationConfig - optional pagination config.
|
|
1231
|
+
* @returns AsyncIterable of {@link DescribeScheduledActionsCommandOutput}.
|
|
1232
|
+
*/
|
|
1233
|
+
paginateDescribeScheduledActions(args?: DescribeScheduledActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeScheduledActionsCommandOutput>;
|
|
1234
|
+
/**
|
|
1235
|
+
* @see {@link DescribeSnapshotCopyGrantsCommand}
|
|
1236
|
+
* @param args - command input.
|
|
1237
|
+
* @param paginationConfig - optional pagination config.
|
|
1238
|
+
* @returns AsyncIterable of {@link DescribeSnapshotCopyGrantsCommandOutput}.
|
|
1239
|
+
*/
|
|
1240
|
+
paginateDescribeSnapshotCopyGrants(args?: DescribeSnapshotCopyGrantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSnapshotCopyGrantsCommandOutput>;
|
|
1241
|
+
/**
|
|
1242
|
+
* @see {@link DescribeSnapshotSchedulesCommand}
|
|
1243
|
+
* @param args - command input.
|
|
1244
|
+
* @param paginationConfig - optional pagination config.
|
|
1245
|
+
* @returns AsyncIterable of {@link DescribeSnapshotSchedulesCommandOutput}.
|
|
1246
|
+
*/
|
|
1247
|
+
paginateDescribeSnapshotSchedules(args?: DescribeSnapshotSchedulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSnapshotSchedulesCommandOutput>;
|
|
1248
|
+
/**
|
|
1249
|
+
* @see {@link DescribeTableRestoreStatusCommand}
|
|
1250
|
+
* @param args - command input.
|
|
1251
|
+
* @param paginationConfig - optional pagination config.
|
|
1252
|
+
* @returns AsyncIterable of {@link DescribeTableRestoreStatusCommandOutput}.
|
|
1253
|
+
*/
|
|
1254
|
+
paginateDescribeTableRestoreStatus(args?: DescribeTableRestoreStatusCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTableRestoreStatusCommandOutput>;
|
|
1255
|
+
/**
|
|
1256
|
+
* @see {@link DescribeTagsCommand}
|
|
1257
|
+
* @param args - command input.
|
|
1258
|
+
* @param paginationConfig - optional pagination config.
|
|
1259
|
+
* @returns AsyncIterable of {@link DescribeTagsCommandOutput}.
|
|
1260
|
+
*/
|
|
1261
|
+
paginateDescribeTags(args?: DescribeTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTagsCommandOutput>;
|
|
1262
|
+
/**
|
|
1263
|
+
* @see {@link DescribeUsageLimitsCommand}
|
|
1264
|
+
* @param args - command input.
|
|
1265
|
+
* @param paginationConfig - optional pagination config.
|
|
1266
|
+
* @returns AsyncIterable of {@link DescribeUsageLimitsCommandOutput}.
|
|
1267
|
+
*/
|
|
1268
|
+
paginateDescribeUsageLimits(args?: DescribeUsageLimitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeUsageLimitsCommandOutput>;
|
|
1269
|
+
/**
|
|
1270
|
+
* @see {@link GetReservedNodeExchangeConfigurationOptionsCommand}
|
|
1271
|
+
* @param args - command input.
|
|
1272
|
+
* @param paginationConfig - optional pagination config.
|
|
1273
|
+
* @returns AsyncIterable of {@link GetReservedNodeExchangeConfigurationOptionsCommandOutput}.
|
|
1274
|
+
*/
|
|
1275
|
+
paginateGetReservedNodeExchangeConfigurationOptions(args: GetReservedNodeExchangeConfigurationOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
|
|
1276
|
+
/**
|
|
1277
|
+
* @see {@link GetReservedNodeExchangeOfferingsCommand}
|
|
1278
|
+
* @param args - command input.
|
|
1279
|
+
* @param paginationConfig - optional pagination config.
|
|
1280
|
+
* @returns AsyncIterable of {@link GetReservedNodeExchangeOfferingsCommandOutput}.
|
|
1281
|
+
*/
|
|
1282
|
+
paginateGetReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetReservedNodeExchangeOfferingsCommandOutput>;
|
|
1283
|
+
/**
|
|
1284
|
+
* @see {@link ListRecommendationsCommand}
|
|
1285
|
+
* @param args - command input.
|
|
1286
|
+
* @param paginationConfig - optional pagination config.
|
|
1287
|
+
* @returns AsyncIterable of {@link ListRecommendationsCommandOutput}.
|
|
1288
|
+
*/
|
|
1289
|
+
paginateListRecommendations(args?: ListRecommendationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendationsCommandOutput>;
|
|
1290
|
+
/**
|
|
1291
|
+
* @see {@link DescribeClustersCommand}
|
|
1292
|
+
* @param args - command input.
|
|
1293
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1294
|
+
*/
|
|
1295
|
+
waitUntilClusterAvailable(args: DescribeClustersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Redshift>, "client">): Promise<WaiterResult>;
|
|
1296
|
+
/**
|
|
1297
|
+
* @see {@link DescribeClustersCommand}
|
|
1298
|
+
* @param args - command input.
|
|
1299
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1300
|
+
*/
|
|
1301
|
+
waitUntilClusterDeleted(args: DescribeClustersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Redshift>, "client">): Promise<WaiterResult>;
|
|
1302
|
+
/**
|
|
1303
|
+
* @see {@link DescribeClustersCommand}
|
|
1304
|
+
* @param args - command input.
|
|
1305
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1306
|
+
*/
|
|
1307
|
+
waitUntilClusterRestored(args: DescribeClustersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Redshift>, "client">): Promise<WaiterResult>;
|
|
1308
|
+
/**
|
|
1309
|
+
* @see {@link DescribeClusterSnapshotsCommand}
|
|
1310
|
+
* @param args - command input.
|
|
1311
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1312
|
+
*/
|
|
1313
|
+
waitUntilSnapshotAvailable(args: DescribeClusterSnapshotsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Redshift>, "client">): Promise<WaiterResult>;
|
|
1030
1314
|
}
|
|
1031
1315
|
/**
|
|
1032
1316
|
* <fullname>Amazon Redshift</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AcceptReservedNodeExchangeCommandInput,
|
|
4
10
|
AcceptReservedNodeExchangeCommandOutput,
|
|
@@ -2467,5 +2473,300 @@ export interface Redshift {
|
|
|
2467
2473
|
options: __HttpHandlerOptions,
|
|
2468
2474
|
cb: (err: any, data?: UpdatePartnerStatusCommandOutput) => void
|
|
2469
2475
|
): void;
|
|
2476
|
+
paginateDescribeClusterDbRevisions(
|
|
2477
|
+
args?: DescribeClusterDbRevisionsCommandInput,
|
|
2478
|
+
paginationConfig?: Pick<
|
|
2479
|
+
PaginationConfiguration,
|
|
2480
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2481
|
+
>
|
|
2482
|
+
): Paginator<DescribeClusterDbRevisionsCommandOutput>;
|
|
2483
|
+
paginateDescribeClusterParameterGroups(
|
|
2484
|
+
args?: DescribeClusterParameterGroupsCommandInput,
|
|
2485
|
+
paginationConfig?: Pick<
|
|
2486
|
+
PaginationConfiguration,
|
|
2487
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2488
|
+
>
|
|
2489
|
+
): Paginator<DescribeClusterParameterGroupsCommandOutput>;
|
|
2490
|
+
paginateDescribeClusterParameters(
|
|
2491
|
+
args: DescribeClusterParametersCommandInput,
|
|
2492
|
+
paginationConfig?: Pick<
|
|
2493
|
+
PaginationConfiguration,
|
|
2494
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2495
|
+
>
|
|
2496
|
+
): Paginator<DescribeClusterParametersCommandOutput>;
|
|
2497
|
+
paginateDescribeClusters(
|
|
2498
|
+
args?: DescribeClustersCommandInput,
|
|
2499
|
+
paginationConfig?: Pick<
|
|
2500
|
+
PaginationConfiguration,
|
|
2501
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2502
|
+
>
|
|
2503
|
+
): Paginator<DescribeClustersCommandOutput>;
|
|
2504
|
+
paginateDescribeClusterSecurityGroups(
|
|
2505
|
+
args?: DescribeClusterSecurityGroupsCommandInput,
|
|
2506
|
+
paginationConfig?: Pick<
|
|
2507
|
+
PaginationConfiguration,
|
|
2508
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2509
|
+
>
|
|
2510
|
+
): Paginator<DescribeClusterSecurityGroupsCommandOutput>;
|
|
2511
|
+
paginateDescribeClusterSnapshots(
|
|
2512
|
+
args?: DescribeClusterSnapshotsCommandInput,
|
|
2513
|
+
paginationConfig?: Pick<
|
|
2514
|
+
PaginationConfiguration,
|
|
2515
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2516
|
+
>
|
|
2517
|
+
): Paginator<DescribeClusterSnapshotsCommandOutput>;
|
|
2518
|
+
paginateDescribeClusterSubnetGroups(
|
|
2519
|
+
args?: DescribeClusterSubnetGroupsCommandInput,
|
|
2520
|
+
paginationConfig?: Pick<
|
|
2521
|
+
PaginationConfiguration,
|
|
2522
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2523
|
+
>
|
|
2524
|
+
): Paginator<DescribeClusterSubnetGroupsCommandOutput>;
|
|
2525
|
+
paginateDescribeClusterTracks(
|
|
2526
|
+
args?: DescribeClusterTracksCommandInput,
|
|
2527
|
+
paginationConfig?: Pick<
|
|
2528
|
+
PaginationConfiguration,
|
|
2529
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2530
|
+
>
|
|
2531
|
+
): Paginator<DescribeClusterTracksCommandOutput>;
|
|
2532
|
+
paginateDescribeClusterVersions(
|
|
2533
|
+
args?: DescribeClusterVersionsCommandInput,
|
|
2534
|
+
paginationConfig?: Pick<
|
|
2535
|
+
PaginationConfiguration,
|
|
2536
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2537
|
+
>
|
|
2538
|
+
): Paginator<DescribeClusterVersionsCommandOutput>;
|
|
2539
|
+
paginateDescribeCustomDomainAssociations(
|
|
2540
|
+
args?: DescribeCustomDomainAssociationsCommandInput,
|
|
2541
|
+
paginationConfig?: Pick<
|
|
2542
|
+
PaginationConfiguration,
|
|
2543
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2544
|
+
>
|
|
2545
|
+
): Paginator<DescribeCustomDomainAssociationsCommandOutput>;
|
|
2546
|
+
paginateDescribeDataShares(
|
|
2547
|
+
args?: DescribeDataSharesCommandInput,
|
|
2548
|
+
paginationConfig?: Pick<
|
|
2549
|
+
PaginationConfiguration,
|
|
2550
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2551
|
+
>
|
|
2552
|
+
): Paginator<DescribeDataSharesCommandOutput>;
|
|
2553
|
+
paginateDescribeDataSharesForConsumer(
|
|
2554
|
+
args?: DescribeDataSharesForConsumerCommandInput,
|
|
2555
|
+
paginationConfig?: Pick<
|
|
2556
|
+
PaginationConfiguration,
|
|
2557
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2558
|
+
>
|
|
2559
|
+
): Paginator<DescribeDataSharesForConsumerCommandOutput>;
|
|
2560
|
+
paginateDescribeDataSharesForProducer(
|
|
2561
|
+
args?: DescribeDataSharesForProducerCommandInput,
|
|
2562
|
+
paginationConfig?: Pick<
|
|
2563
|
+
PaginationConfiguration,
|
|
2564
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2565
|
+
>
|
|
2566
|
+
): Paginator<DescribeDataSharesForProducerCommandOutput>;
|
|
2567
|
+
paginateDescribeDefaultClusterParameters(
|
|
2568
|
+
args: DescribeDefaultClusterParametersCommandInput,
|
|
2569
|
+
paginationConfig?: Pick<
|
|
2570
|
+
PaginationConfiguration,
|
|
2571
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2572
|
+
>
|
|
2573
|
+
): Paginator<DescribeDefaultClusterParametersCommandOutput>;
|
|
2574
|
+
paginateDescribeEndpointAccess(
|
|
2575
|
+
args?: DescribeEndpointAccessCommandInput,
|
|
2576
|
+
paginationConfig?: Pick<
|
|
2577
|
+
PaginationConfiguration,
|
|
2578
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2579
|
+
>
|
|
2580
|
+
): Paginator<DescribeEndpointAccessCommandOutput>;
|
|
2581
|
+
paginateDescribeEndpointAuthorization(
|
|
2582
|
+
args?: DescribeEndpointAuthorizationCommandInput,
|
|
2583
|
+
paginationConfig?: Pick<
|
|
2584
|
+
PaginationConfiguration,
|
|
2585
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2586
|
+
>
|
|
2587
|
+
): Paginator<DescribeEndpointAuthorizationCommandOutput>;
|
|
2588
|
+
paginateDescribeEvents(
|
|
2589
|
+
args?: DescribeEventsCommandInput,
|
|
2590
|
+
paginationConfig?: Pick<
|
|
2591
|
+
PaginationConfiguration,
|
|
2592
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2593
|
+
>
|
|
2594
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
2595
|
+
paginateDescribeEventSubscriptions(
|
|
2596
|
+
args?: DescribeEventSubscriptionsCommandInput,
|
|
2597
|
+
paginationConfig?: Pick<
|
|
2598
|
+
PaginationConfiguration,
|
|
2599
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2600
|
+
>
|
|
2601
|
+
): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
2602
|
+
paginateDescribeHsmClientCertificates(
|
|
2603
|
+
args?: DescribeHsmClientCertificatesCommandInput,
|
|
2604
|
+
paginationConfig?: Pick<
|
|
2605
|
+
PaginationConfiguration,
|
|
2606
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2607
|
+
>
|
|
2608
|
+
): Paginator<DescribeHsmClientCertificatesCommandOutput>;
|
|
2609
|
+
paginateDescribeHsmConfigurations(
|
|
2610
|
+
args?: DescribeHsmConfigurationsCommandInput,
|
|
2611
|
+
paginationConfig?: Pick<
|
|
2612
|
+
PaginationConfiguration,
|
|
2613
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2614
|
+
>
|
|
2615
|
+
): Paginator<DescribeHsmConfigurationsCommandOutput>;
|
|
2616
|
+
paginateDescribeInboundIntegrations(
|
|
2617
|
+
args?: DescribeInboundIntegrationsCommandInput,
|
|
2618
|
+
paginationConfig?: Pick<
|
|
2619
|
+
PaginationConfiguration,
|
|
2620
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2621
|
+
>
|
|
2622
|
+
): Paginator<DescribeInboundIntegrationsCommandOutput>;
|
|
2623
|
+
paginateDescribeIntegrations(
|
|
2624
|
+
args?: DescribeIntegrationsCommandInput,
|
|
2625
|
+
paginationConfig?: Pick<
|
|
2626
|
+
PaginationConfiguration,
|
|
2627
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2628
|
+
>
|
|
2629
|
+
): Paginator<DescribeIntegrationsCommandOutput>;
|
|
2630
|
+
paginateDescribeNodeConfigurationOptions(
|
|
2631
|
+
args: DescribeNodeConfigurationOptionsCommandInput,
|
|
2632
|
+
paginationConfig?: Pick<
|
|
2633
|
+
PaginationConfiguration,
|
|
2634
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2635
|
+
>
|
|
2636
|
+
): Paginator<DescribeNodeConfigurationOptionsCommandOutput>;
|
|
2637
|
+
paginateDescribeOrderableClusterOptions(
|
|
2638
|
+
args?: DescribeOrderableClusterOptionsCommandInput,
|
|
2639
|
+
paginationConfig?: Pick<
|
|
2640
|
+
PaginationConfiguration,
|
|
2641
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2642
|
+
>
|
|
2643
|
+
): Paginator<DescribeOrderableClusterOptionsCommandOutput>;
|
|
2644
|
+
paginateDescribeRedshiftIdcApplications(
|
|
2645
|
+
args?: DescribeRedshiftIdcApplicationsCommandInput,
|
|
2646
|
+
paginationConfig?: Pick<
|
|
2647
|
+
PaginationConfiguration,
|
|
2648
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2649
|
+
>
|
|
2650
|
+
): Paginator<DescribeRedshiftIdcApplicationsCommandOutput>;
|
|
2651
|
+
paginateDescribeReservedNodeExchangeStatus(
|
|
2652
|
+
args?: DescribeReservedNodeExchangeStatusCommandInput,
|
|
2653
|
+
paginationConfig?: Pick<
|
|
2654
|
+
PaginationConfiguration,
|
|
2655
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2656
|
+
>
|
|
2657
|
+
): Paginator<DescribeReservedNodeExchangeStatusCommandOutput>;
|
|
2658
|
+
paginateDescribeReservedNodeOfferings(
|
|
2659
|
+
args?: DescribeReservedNodeOfferingsCommandInput,
|
|
2660
|
+
paginationConfig?: Pick<
|
|
2661
|
+
PaginationConfiguration,
|
|
2662
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2663
|
+
>
|
|
2664
|
+
): Paginator<DescribeReservedNodeOfferingsCommandOutput>;
|
|
2665
|
+
paginateDescribeReservedNodes(
|
|
2666
|
+
args?: DescribeReservedNodesCommandInput,
|
|
2667
|
+
paginationConfig?: Pick<
|
|
2668
|
+
PaginationConfiguration,
|
|
2669
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2670
|
+
>
|
|
2671
|
+
): Paginator<DescribeReservedNodesCommandOutput>;
|
|
2672
|
+
paginateDescribeScheduledActions(
|
|
2673
|
+
args?: DescribeScheduledActionsCommandInput,
|
|
2674
|
+
paginationConfig?: Pick<
|
|
2675
|
+
PaginationConfiguration,
|
|
2676
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2677
|
+
>
|
|
2678
|
+
): Paginator<DescribeScheduledActionsCommandOutput>;
|
|
2679
|
+
paginateDescribeSnapshotCopyGrants(
|
|
2680
|
+
args?: DescribeSnapshotCopyGrantsCommandInput,
|
|
2681
|
+
paginationConfig?: Pick<
|
|
2682
|
+
PaginationConfiguration,
|
|
2683
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2684
|
+
>
|
|
2685
|
+
): Paginator<DescribeSnapshotCopyGrantsCommandOutput>;
|
|
2686
|
+
paginateDescribeSnapshotSchedules(
|
|
2687
|
+
args?: DescribeSnapshotSchedulesCommandInput,
|
|
2688
|
+
paginationConfig?: Pick<
|
|
2689
|
+
PaginationConfiguration,
|
|
2690
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2691
|
+
>
|
|
2692
|
+
): Paginator<DescribeSnapshotSchedulesCommandOutput>;
|
|
2693
|
+
paginateDescribeTableRestoreStatus(
|
|
2694
|
+
args?: DescribeTableRestoreStatusCommandInput,
|
|
2695
|
+
paginationConfig?: Pick<
|
|
2696
|
+
PaginationConfiguration,
|
|
2697
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2698
|
+
>
|
|
2699
|
+
): Paginator<DescribeTableRestoreStatusCommandOutput>;
|
|
2700
|
+
paginateDescribeTags(
|
|
2701
|
+
args?: DescribeTagsCommandInput,
|
|
2702
|
+
paginationConfig?: Pick<
|
|
2703
|
+
PaginationConfiguration,
|
|
2704
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2705
|
+
>
|
|
2706
|
+
): Paginator<DescribeTagsCommandOutput>;
|
|
2707
|
+
paginateDescribeUsageLimits(
|
|
2708
|
+
args?: DescribeUsageLimitsCommandInput,
|
|
2709
|
+
paginationConfig?: Pick<
|
|
2710
|
+
PaginationConfiguration,
|
|
2711
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2712
|
+
>
|
|
2713
|
+
): Paginator<DescribeUsageLimitsCommandOutput>;
|
|
2714
|
+
paginateGetReservedNodeExchangeConfigurationOptions(
|
|
2715
|
+
args: GetReservedNodeExchangeConfigurationOptionsCommandInput,
|
|
2716
|
+
paginationConfig?: Pick<
|
|
2717
|
+
PaginationConfiguration,
|
|
2718
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2719
|
+
>
|
|
2720
|
+
): Paginator<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
|
|
2721
|
+
paginateGetReservedNodeExchangeOfferings(
|
|
2722
|
+
args: GetReservedNodeExchangeOfferingsCommandInput,
|
|
2723
|
+
paginationConfig?: Pick<
|
|
2724
|
+
PaginationConfiguration,
|
|
2725
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2726
|
+
>
|
|
2727
|
+
): Paginator<GetReservedNodeExchangeOfferingsCommandOutput>;
|
|
2728
|
+
paginateListRecommendations(
|
|
2729
|
+
args?: ListRecommendationsCommandInput,
|
|
2730
|
+
paginationConfig?: Pick<
|
|
2731
|
+
PaginationConfiguration,
|
|
2732
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2733
|
+
>
|
|
2734
|
+
): Paginator<ListRecommendationsCommandOutput>;
|
|
2735
|
+
waitUntilClusterAvailable(
|
|
2736
|
+
args: DescribeClustersCommandInput,
|
|
2737
|
+
waiterConfig:
|
|
2738
|
+
| number
|
|
2739
|
+
| Pick<
|
|
2740
|
+
WaiterConfiguration<Redshift>,
|
|
2741
|
+
Exclude<keyof WaiterConfiguration<Redshift>, "client">
|
|
2742
|
+
>
|
|
2743
|
+
): Promise<WaiterResult>;
|
|
2744
|
+
waitUntilClusterDeleted(
|
|
2745
|
+
args: DescribeClustersCommandInput,
|
|
2746
|
+
waiterConfig:
|
|
2747
|
+
| number
|
|
2748
|
+
| Pick<
|
|
2749
|
+
WaiterConfiguration<Redshift>,
|
|
2750
|
+
Exclude<keyof WaiterConfiguration<Redshift>, "client">
|
|
2751
|
+
>
|
|
2752
|
+
): Promise<WaiterResult>;
|
|
2753
|
+
waitUntilClusterRestored(
|
|
2754
|
+
args: DescribeClustersCommandInput,
|
|
2755
|
+
waiterConfig:
|
|
2756
|
+
| number
|
|
2757
|
+
| Pick<
|
|
2758
|
+
WaiterConfiguration<Redshift>,
|
|
2759
|
+
Exclude<keyof WaiterConfiguration<Redshift>, "client">
|
|
2760
|
+
>
|
|
2761
|
+
): Promise<WaiterResult>;
|
|
2762
|
+
waitUntilSnapshotAvailable(
|
|
2763
|
+
args: DescribeClusterSnapshotsCommandInput,
|
|
2764
|
+
waiterConfig:
|
|
2765
|
+
| number
|
|
2766
|
+
| Pick<
|
|
2767
|
+
WaiterConfiguration<Redshift>,
|
|
2768
|
+
Exclude<keyof WaiterConfiguration<Redshift>, "client">
|
|
2769
|
+
>
|
|
2770
|
+
): Promise<WaiterResult>;
|
|
2470
2771
|
}
|
|
2471
2772
|
export declare class Redshift extends RedshiftClient implements Redshift {}
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|