@aws-sdk/client-redshift 3.33.0 → 3.34.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 +11 -0
- package/dist/cjs/package.json +39 -39
- package/dist/es/Redshift.js +1 -25
- package/dist/es/Redshift.js.map +1 -1
- package/dist/es/RedshiftClient.js +1 -30
- package/dist/es/RedshiftClient.js.map +1 -1
- package/dist/es/commands/AcceptReservedNodeExchangeCommand.js +2 -29
- package/dist/es/commands/AcceptReservedNodeExchangeCommand.js.map +1 -1
- package/dist/es/commands/AddPartnerCommand.js +2 -29
- package/dist/es/commands/AddPartnerCommand.js.map +1 -1
- package/dist/es/commands/AssociateDataShareConsumerCommand.js +2 -29
- package/dist/es/commands/AssociateDataShareConsumerCommand.js.map +1 -1
- package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +2 -42
- package/dist/es/commands/AuthorizeClusterSecurityGroupIngressCommand.js.map +1 -1
- package/dist/es/commands/AuthorizeDataShareCommand.js +2 -29
- package/dist/es/commands/AuthorizeDataShareCommand.js.map +1 -1
- package/dist/es/commands/AuthorizeEndpointAccessCommand.js +2 -27
- package/dist/es/commands/AuthorizeEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/AuthorizeSnapshotAccessCommand.js +2 -32
- package/dist/es/commands/AuthorizeSnapshotAccessCommand.js.map +1 -1
- package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js +2 -27
- package/dist/es/commands/BatchDeleteClusterSnapshotsCommand.js.map +1 -1
- package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js +2 -27
- package/dist/es/commands/BatchModifyClusterSnapshotsCommand.js.map +1 -1
- package/dist/es/commands/CancelResizeCommand.js +2 -27
- package/dist/es/commands/CancelResizeCommand.js.map +1 -1
- package/dist/es/commands/CopyClusterSnapshotCommand.js +2 -38
- package/dist/es/commands/CopyClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/CreateAuthenticationProfileCommand.js +2 -27
- package/dist/es/commands/CreateAuthenticationProfileCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterCommand.js +2 -33
- package/dist/es/commands/CreateClusterCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterParameterGroupCommand.js +2 -35
- package/dist/es/commands/CreateClusterParameterGroupCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterSecurityGroupCommand.js +2 -32
- package/dist/es/commands/CreateClusterSecurityGroupCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterSnapshotCommand.js +2 -32
- package/dist/es/commands/CreateClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterSubnetGroupCommand.js +2 -33
- package/dist/es/commands/CreateClusterSubnetGroupCommand.js.map +1 -1
- package/dist/es/commands/CreateEndpointAccessCommand.js +2 -27
- package/dist/es/commands/CreateEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/CreateEventSubscriptionCommand.js +2 -43
- package/dist/es/commands/CreateEventSubscriptionCommand.js.map +1 -1
- package/dist/es/commands/CreateHsmClientCertificateCommand.js +2 -34
- package/dist/es/commands/CreateHsmClientCertificateCommand.js.map +1 -1
- package/dist/es/commands/CreateHsmConfigurationCommand.js +2 -33
- package/dist/es/commands/CreateHsmConfigurationCommand.js.map +1 -1
- package/dist/es/commands/CreateScheduledActionCommand.js +2 -29
- package/dist/es/commands/CreateScheduledActionCommand.js.map +1 -1
- package/dist/es/commands/CreateSnapshotCopyGrantCommand.js +2 -34
- package/dist/es/commands/CreateSnapshotCopyGrantCommand.js.map +1 -1
- package/dist/es/commands/CreateSnapshotScheduleCommand.js +2 -27
- package/dist/es/commands/CreateSnapshotScheduleCommand.js.map +1 -1
- package/dist/es/commands/CreateTagsCommand.js +2 -31
- package/dist/es/commands/CreateTagsCommand.js.map +1 -1
- package/dist/es/commands/CreateUsageLimitCommand.js +2 -28
- package/dist/es/commands/CreateUsageLimitCommand.js.map +1 -1
- package/dist/es/commands/DeauthorizeDataShareCommand.js +2 -27
- package/dist/es/commands/DeauthorizeDataShareCommand.js.map +1 -1
- package/dist/es/commands/DeleteAuthenticationProfileCommand.js +2 -27
- package/dist/es/commands/DeleteAuthenticationProfileCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterCommand.js +2 -42
- package/dist/es/commands/DeleteClusterCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterParameterGroupCommand.js +2 -31
- package/dist/es/commands/DeleteClusterParameterGroupCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterSecurityGroupCommand.js +2 -35
- package/dist/es/commands/DeleteClusterSecurityGroupCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterSnapshotCommand.js +2 -33
- package/dist/es/commands/DeleteClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterSubnetGroupCommand.js +2 -27
- package/dist/es/commands/DeleteClusterSubnetGroupCommand.js.map +1 -1
- package/dist/es/commands/DeleteEndpointAccessCommand.js +2 -27
- package/dist/es/commands/DeleteEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/DeleteEventSubscriptionCommand.js +2 -27
- package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +1 -1
- package/dist/es/commands/DeleteHsmClientCertificateCommand.js +2 -27
- package/dist/es/commands/DeleteHsmClientCertificateCommand.js.map +1 -1
- package/dist/es/commands/DeleteHsmConfigurationCommand.js +2 -27
- package/dist/es/commands/DeleteHsmConfigurationCommand.js.map +1 -1
- package/dist/es/commands/DeletePartnerCommand.js +2 -27
- package/dist/es/commands/DeletePartnerCommand.js.map +1 -1
- package/dist/es/commands/DeleteScheduledActionCommand.js +2 -28
- package/dist/es/commands/DeleteScheduledActionCommand.js.map +1 -1
- package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js +2 -27
- package/dist/es/commands/DeleteSnapshotCopyGrantCommand.js.map +1 -1
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js +2 -27
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +1 -1
- package/dist/es/commands/DeleteTagsCommand.js +2 -28
- package/dist/es/commands/DeleteTagsCommand.js.map +1 -1
- package/dist/es/commands/DeleteUsageLimitCommand.js +2 -27
- package/dist/es/commands/DeleteUsageLimitCommand.js.map +1 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js +2 -27
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +1 -1
- package/dist/es/commands/DescribeAuthenticationProfilesCommand.js +2 -27
- package/dist/es/commands/DescribeAuthenticationProfilesCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterDbRevisionsCommand.js +2 -27
- package/dist/es/commands/DescribeClusterDbRevisionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterParameterGroupsCommand.js +2 -43
- package/dist/es/commands/DescribeClusterParameterGroupsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterParametersCommand.js +2 -38
- package/dist/es/commands/DescribeClusterParametersCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js +2 -41
- package/dist/es/commands/DescribeClusterSecurityGroupsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterSnapshotsCommand.js +2 -39
- package/dist/es/commands/DescribeClusterSnapshotsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js +2 -37
- package/dist/es/commands/DescribeClusterSubnetGroupsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterTracksCommand.js +2 -27
- package/dist/es/commands/DescribeClusterTracksCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterVersionsCommand.js +2 -32
- package/dist/es/commands/DescribeClusterVersionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClustersCommand.js +2 -39
- package/dist/es/commands/DescribeClustersCommand.js.map +1 -1
- package/dist/es/commands/DescribeDataSharesCommand.js +2 -28
- package/dist/es/commands/DescribeDataSharesCommand.js.map +1 -1
- package/dist/es/commands/DescribeDataSharesForConsumerCommand.js +2 -27
- package/dist/es/commands/DescribeDataSharesForConsumerCommand.js.map +1 -1
- package/dist/es/commands/DescribeDataSharesForProducerCommand.js +2 -27
- package/dist/es/commands/DescribeDataSharesForProducerCommand.js.map +1 -1
- package/dist/es/commands/DescribeDefaultClusterParametersCommand.js +2 -32
- package/dist/es/commands/DescribeDefaultClusterParametersCommand.js.map +1 -1
- package/dist/es/commands/DescribeEndpointAccessCommand.js +2 -27
- package/dist/es/commands/DescribeEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/DescribeEndpointAuthorizationCommand.js +2 -27
- package/dist/es/commands/DescribeEndpointAuthorizationCommand.js.map +1 -1
- package/dist/es/commands/DescribeEventCategoriesCommand.js +2 -29
- package/dist/es/commands/DescribeEventCategoriesCommand.js.map +1 -1
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js +2 -37
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeEventsCommand.js +2 -30
- package/dist/es/commands/DescribeEventsCommand.js.map +1 -1
- package/dist/es/commands/DescribeHsmClientCertificatesCommand.js +2 -36
- package/dist/es/commands/DescribeHsmClientCertificatesCommand.js.map +1 -1
- package/dist/es/commands/DescribeHsmConfigurationsCommand.js +2 -37
- package/dist/es/commands/DescribeHsmConfigurationsCommand.js.map +1 -1
- package/dist/es/commands/DescribeLoggingStatusCommand.js +2 -28
- package/dist/es/commands/DescribeLoggingStatusCommand.js.map +1 -1
- package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js +2 -28
- package/dist/es/commands/DescribeNodeConfigurationOptionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js +2 -35
- package/dist/es/commands/DescribeOrderableClusterOptionsCommand.js.map +1 -1
- package/dist/es/commands/DescribePartnersCommand.js +2 -27
- package/dist/es/commands/DescribePartnersCommand.js.map +1 -1
- package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js +2 -36
- package/dist/es/commands/DescribeReservedNodeOfferingsCommand.js.map +1 -1
- package/dist/es/commands/DescribeReservedNodesCommand.js +2 -27
- package/dist/es/commands/DescribeReservedNodesCommand.js.map +1 -1
- package/dist/es/commands/DescribeResizeCommand.js +2 -32
- package/dist/es/commands/DescribeResizeCommand.js.map +1 -1
- package/dist/es/commands/DescribeScheduledActionsCommand.js +2 -28
- package/dist/es/commands/DescribeScheduledActionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js +2 -33
- package/dist/es/commands/DescribeSnapshotCopyGrantsCommand.js.map +1 -1
- package/dist/es/commands/DescribeSnapshotSchedulesCommand.js +2 -27
- package/dist/es/commands/DescribeSnapshotSchedulesCommand.js.map +1 -1
- package/dist/es/commands/DescribeStorageCommand.js +2 -27
- package/dist/es/commands/DescribeStorageCommand.js.map +1 -1
- package/dist/es/commands/DescribeTableRestoreStatusCommand.js +2 -32
- package/dist/es/commands/DescribeTableRestoreStatusCommand.js.map +1 -1
- package/dist/es/commands/DescribeTagsCommand.js +2 -51
- package/dist/es/commands/DescribeTagsCommand.js.map +1 -1
- package/dist/es/commands/DescribeUsageLimitsCommand.js +2 -46
- package/dist/es/commands/DescribeUsageLimitsCommand.js.map +1 -1
- package/dist/es/commands/DisableLoggingCommand.js +2 -28
- package/dist/es/commands/DisableLoggingCommand.js.map +1 -1
- package/dist/es/commands/DisableSnapshotCopyCommand.js +2 -31
- package/dist/es/commands/DisableSnapshotCopyCommand.js.map +1 -1
- package/dist/es/commands/DisassociateDataShareConsumerCommand.js +2 -28
- package/dist/es/commands/DisassociateDataShareConsumerCommand.js.map +1 -1
- package/dist/es/commands/EnableLoggingCommand.js +2 -28
- package/dist/es/commands/EnableLoggingCommand.js.map +1 -1
- package/dist/es/commands/EnableSnapshotCopyCommand.js +2 -28
- package/dist/es/commands/EnableSnapshotCopyCommand.js.map +1 -1
- package/dist/es/commands/GetClusterCredentialsCommand.js +2 -47
- package/dist/es/commands/GetClusterCredentialsCommand.js.map +1 -1
- package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js +2 -28
- package/dist/es/commands/GetReservedNodeExchangeOfferingsCommand.js.map +1 -1
- package/dist/es/commands/ModifyAquaConfigurationCommand.js +2 -27
- package/dist/es/commands/ModifyAquaConfigurationCommand.js.map +1 -1
- package/dist/es/commands/ModifyAuthenticationProfileCommand.js +2 -27
- package/dist/es/commands/ModifyAuthenticationProfileCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterCommand.js +2 -35
- package/dist/es/commands/ModifyClusterCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterDbRevisionCommand.js +2 -28
- package/dist/es/commands/ModifyClusterDbRevisionCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterIamRolesCommand.js +2 -29
- package/dist/es/commands/ModifyClusterIamRolesCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterMaintenanceCommand.js +2 -27
- package/dist/es/commands/ModifyClusterMaintenanceCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterParameterGroupCommand.js +2 -31
- package/dist/es/commands/ModifyClusterParameterGroupCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterSnapshotCommand.js +2 -28
- package/dist/es/commands/ModifyClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js +2 -27
- package/dist/es/commands/ModifyClusterSnapshotScheduleCommand.js.map +1 -1
- package/dist/es/commands/ModifyClusterSubnetGroupCommand.js +2 -28
- package/dist/es/commands/ModifyClusterSubnetGroupCommand.js.map +1 -1
- package/dist/es/commands/ModifyEndpointAccessCommand.js +2 -27
- package/dist/es/commands/ModifyEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/ModifyEventSubscriptionCommand.js +2 -27
- package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +1 -1
- package/dist/es/commands/ModifyScheduledActionCommand.js +2 -28
- package/dist/es/commands/ModifyScheduledActionCommand.js.map +1 -1
- package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -33
- package/dist/es/commands/ModifySnapshotCopyRetentionPeriodCommand.js.map +1 -1
- package/dist/es/commands/ModifySnapshotScheduleCommand.js +2 -28
- package/dist/es/commands/ModifySnapshotScheduleCommand.js.map +1 -1
- package/dist/es/commands/ModifyUsageLimitCommand.js +2 -28
- package/dist/es/commands/ModifyUsageLimitCommand.js.map +1 -1
- package/dist/es/commands/PauseClusterCommand.js +2 -27
- package/dist/es/commands/PauseClusterCommand.js.map +1 -1
- package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js +2 -35
- package/dist/es/commands/PurchaseReservedNodeOfferingCommand.js.map +1 -1
- package/dist/es/commands/RebootClusterCommand.js +2 -34
- package/dist/es/commands/RebootClusterCommand.js.map +1 -1
- package/dist/es/commands/RejectDataShareCommand.js +2 -27
- package/dist/es/commands/RejectDataShareCommand.js.map +1 -1
- package/dist/es/commands/ResetClusterParameterGroupCommand.js +2 -30
- package/dist/es/commands/ResetClusterParameterGroupCommand.js.map +1 -1
- package/dist/es/commands/ResizeClusterCommand.js +2 -69
- package/dist/es/commands/ResizeClusterCommand.js.map +1 -1
- package/dist/es/commands/RestoreFromClusterSnapshotCommand.js +2 -38
- package/dist/es/commands/RestoreFromClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js +2 -38
- package/dist/es/commands/RestoreTableFromClusterSnapshotCommand.js.map +1 -1
- package/dist/es/commands/ResumeClusterCommand.js +2 -27
- package/dist/es/commands/ResumeClusterCommand.js.map +1 -1
- package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js +2 -31
- package/dist/es/commands/RevokeClusterSecurityGroupIngressCommand.js.map +1 -1
- package/dist/es/commands/RevokeEndpointAccessCommand.js +2 -27
- package/dist/es/commands/RevokeEndpointAccessCommand.js.map +1 -1
- package/dist/es/commands/RevokeSnapshotAccessCommand.js +2 -33
- package/dist/es/commands/RevokeSnapshotAccessCommand.js.map +1 -1
- package/dist/es/commands/RotateEncryptionKeyCommand.js +2 -27
- package/dist/es/commands/RotateEncryptionKeyCommand.js.map +1 -1
- package/dist/es/commands/UpdatePartnerStatusCommand.js +2 -27
- package/dist/es/commands/UpdatePartnerStatusCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -846
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/models/models_1.js +0 -321
- package/dist/es/models/models_1.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterDbRevisionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterParameterGroupsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterParametersPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterParametersPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterSecurityGroupsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterSnapshotsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterSubnetGroupsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterTracksPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterTracksPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClusterVersionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeClusterVersionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeClustersPaginator.js +16 -28
- package/dist/es/pagination/DescribeClustersPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js +16 -28
- package/dist/es/pagination/DescribeDefaultClusterParametersPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeEndpointAccessPaginator.js +16 -28
- package/dist/es/pagination/DescribeEndpointAccessPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js +16 -28
- package/dist/es/pagination/DescribeEndpointAuthorizationPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeEventsPaginator.js +16 -28
- package/dist/es/pagination/DescribeEventsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js +16 -28
- package/dist/es/pagination/DescribeHsmClientCertificatesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js +16 -28
- package/dist/es/pagination/DescribeHsmConfigurationsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeNodeConfigurationOptionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeOrderableClusterOptionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js +16 -28
- package/dist/es/pagination/DescribeReservedNodeOfferingsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeReservedNodesPaginator.js +16 -28
- package/dist/es/pagination/DescribeReservedNodesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeScheduledActionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js +16 -28
- package/dist/es/pagination/DescribeSnapshotCopyGrantsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js +16 -28
- package/dist/es/pagination/DescribeSnapshotSchedulesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js +16 -28
- package/dist/es/pagination/DescribeTableRestoreStatusPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeTagsPaginator.js +16 -28
- package/dist/es/pagination/DescribeTagsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeUsageLimitsPaginator.js +16 -28
- package/dist/es/pagination/DescribeUsageLimitsPaginator.js.map +1 -1
- package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +16 -28
- package/dist/es/pagination/GetReservedNodeExchangeOfferingsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_query.js +2643 -2645
- package/dist/es/protocols/Aws_query.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForClusterAvailable.js +10 -19
- package/dist/es/waiters/waitForClusterAvailable.js.map +1 -1
- package/dist/es/waiters/waitForClusterDeleted.js +10 -19
- package/dist/es/waiters/waitForClusterDeleted.js.map +1 -1
- package/dist/es/waiters/waitForClusterRestored.js +9 -18
- package/dist/es/waiters/waitForClusterRestored.js.map +1 -1
- package/dist/es/waiters/waitForSnapshotAvailable.js +10 -19
- package/dist/es/waiters/waitForSnapshotAvailable.js.map +1 -1
- package/package.json +39 -39
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -3,49 +3,13 @@ import { RestoreTableFromClusterSnapshotMessage, RestoreTableFromClusterSnapshot
|
|
|
3
3
|
import { deserializeAws_queryRestoreTableFromClusterSnapshotCommand, serializeAws_queryRestoreTableFromClusterSnapshotCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Creates a new table from a table in an Amazon Redshift cluster snapshot. You must
|
|
8
|
-
* create the new table within the Amazon Redshift cluster that the snapshot was taken
|
|
9
|
-
* from.</p>
|
|
10
|
-
* <p>You cannot use <code>RestoreTableFromClusterSnapshot</code> to restore a table with
|
|
11
|
-
* the same name as an existing table in an Amazon Redshift cluster. That is, you cannot
|
|
12
|
-
* overwrite an existing table in a cluster with a restored table. If you want to replace
|
|
13
|
-
* your original table with a new, restored table, then rename or drop your original table
|
|
14
|
-
* before you call <code>RestoreTableFromClusterSnapshot</code>. When you have renamed your
|
|
15
|
-
* original table, then you can pass the original name of the table as the
|
|
16
|
-
* <code>NewTableName</code> parameter value in the call to
|
|
17
|
-
* <code>RestoreTableFromClusterSnapshot</code>. This way, you can replace the original
|
|
18
|
-
* table with the table created from the snapshot.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { RedshiftClient, RestoreTableFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
23
|
-
* // const { RedshiftClient, RestoreTableFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
24
|
-
* const client = new RedshiftClient(config);
|
|
25
|
-
* const command = new RestoreTableFromClusterSnapshotCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link RestoreTableFromClusterSnapshotCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link RestoreTableFromClusterSnapshotCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var RestoreTableFromClusterSnapshotCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RestoreTableFromClusterSnapshotCommand = (function (_super) {
|
|
35
7
|
__extends(RestoreTableFromClusterSnapshotCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
8
|
function RestoreTableFromClusterSnapshotCommand(input) {
|
|
39
|
-
var _this =
|
|
40
|
-
// Start section: command_constructor
|
|
41
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
42
10
|
_this.input = input;
|
|
43
11
|
return _this;
|
|
44
|
-
// End section: command_constructor
|
|
45
12
|
}
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
13
|
RestoreTableFromClusterSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
50
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
51
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RestoreTableFromClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/RestoreTableFromClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sCAAsC,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,0DAA0D,EAC1D,wDAAwD,GACzD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RestoreTableFromClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/RestoreTableFromClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sCAAsC,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,0DAA0D,EAC1D,wDAAwD,GACzD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA4C7D;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,qCAAqC,CAAC,kBAAkB;SACnF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|
|
@@ -4,38 +4,13 @@ import { ResumeClusterResult } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryResumeClusterCommand, serializeAws_queryResumeClusterCommand, } from "../protocols/Aws_query";
|
|
5
5
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
6
6
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
7
|
-
|
|
8
|
-
* <p>Resumes a paused cluster.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, ResumeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, ResumeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new ResumeClusterCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ResumeClusterCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ResumeClusterCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ResumeClusterCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ResumeClusterCommand = (function (_super) {
|
|
25
8
|
__extends(ResumeClusterCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function ResumeClusterCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
32
11
|
_this.input = input;
|
|
33
12
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
13
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
14
|
ResumeClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResumeClusterCommand.js","sourceRoot":"","sources":["../../../commands/ResumeClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EACL,wCAAwC,EACxC,sCAAsC,GACvC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"ResumeClusterCommand.js","sourceRoot":"","sources":["../../../commands/ResumeClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EACL,wCAAwC,EACxC,sCAAsC,GACvC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,sCAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,wCAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
|
|
@@ -3,42 +3,13 @@ import { RevokeClusterSecurityGroupIngressMessage, RevokeClusterSecurityGroupIng
|
|
|
3
3
|
import { deserializeAws_queryRevokeClusterSecurityGroupIngressCommand, serializeAws_queryRevokeClusterSecurityGroupIngressCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Revokes an ingress rule in an Amazon Redshift security group for a previously authorized
|
|
8
|
-
* IP range or Amazon EC2 security group. To add an ingress rule, see <a>AuthorizeClusterSecurityGroupIngress</a>.
|
|
9
|
-
* For information about managing security groups, go to
|
|
10
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
|
|
11
|
-
* <i>Amazon Redshift Cluster Management Guide</i>. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
16
|
-
* // const { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
17
|
-
* const client = new RedshiftClient(config);
|
|
18
|
-
* const command = new RevokeClusterSecurityGroupIngressCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link RevokeClusterSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link RevokeClusterSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var RevokeClusterSecurityGroupIngressCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RevokeClusterSecurityGroupIngressCommand = (function (_super) {
|
|
28
7
|
__extends(RevokeClusterSecurityGroupIngressCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
8
|
function RevokeClusterSecurityGroupIngressCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
35
10
|
_this.input = input;
|
|
36
11
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
RevokeClusterSecurityGroupIngressCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RevokeClusterSecurityGroupIngressCommand.js","sourceRoot":"","sources":["../../../commands/RevokeClusterSecurityGroupIngressCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wCAAwC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RevokeClusterSecurityGroupIngressCommand.js","sourceRoot":"","sources":["../../../commands/RevokeClusterSecurityGroupIngressCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wCAAwC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqC7D;IAA8D,4DAI7D;IAIC,kDAAqB,KAAoD;QAAzE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+C;;IAIzE,CAAC;IAKD,oEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,0CAA0C,CAAC;QAC/D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wCAAwC,CAAC,kBAAkB;YACpF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4DAAS,GAAjB,UACE,KAAoD,EACpD,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,8DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,+CAAC;AAAD,CAAC,AA5DD,CAA8D,QAAQ,GA4DrE"}
|
|
@@ -4,38 +4,13 @@ import { RevokeEndpointAccessMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryRevokeEndpointAccessCommand, serializeAws_queryRevokeEndpointAccessCommand, } from "../protocols/Aws_query";
|
|
5
5
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
6
6
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
7
|
-
|
|
8
|
-
* <p>Revokes access to a cluster.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, RevokeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, RevokeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new RevokeEndpointAccessCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link RevokeEndpointAccessCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link RevokeEndpointAccessCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var RevokeEndpointAccessCommand = /** @class */ (function (_super) {
|
|
7
|
+
var RevokeEndpointAccessCommand = (function (_super) {
|
|
25
8
|
__extends(RevokeEndpointAccessCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function RevokeEndpointAccessCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
32
11
|
_this.input = input;
|
|
33
12
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
13
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
14
|
RevokeEndpointAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RevokeEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/RevokeEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RevokeEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/RevokeEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
|
|
@@ -3,44 +3,13 @@ import { RevokeSnapshotAccessMessage, RevokeSnapshotAccessResult } from "../mode
|
|
|
3
3
|
import { deserializeAws_queryRevokeSnapshotAccessCommand, serializeAws_queryRevokeSnapshotAccessCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Removes the ability of the specified Amazon Web Services account to restore the specified
|
|
8
|
-
* snapshot. If the account is currently restoring the snapshot, the restore will run to
|
|
9
|
-
* completion.</p>
|
|
10
|
-
* <p>
|
|
11
|
-
* For more information about working with snapshots, go to
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a>
|
|
13
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { RedshiftClient, RevokeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
18
|
-
* // const { RedshiftClient, RevokeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
19
|
-
* const client = new RedshiftClient(config);
|
|
20
|
-
* const command = new RevokeSnapshotAccessCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link RevokeSnapshotAccessCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link RevokeSnapshotAccessCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var RevokeSnapshotAccessCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RevokeSnapshotAccessCommand = (function (_super) {
|
|
30
7
|
__extends(RevokeSnapshotAccessCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function RevokeSnapshotAccessCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
RevokeSnapshotAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RevokeSnapshotAccessCommand.js","sourceRoot":"","sources":["../../../commands/RevokeSnapshotAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RevokeSnapshotAccessCommand.js","sourceRoot":"","sources":["../../../commands/RevokeSnapshotAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqC7D;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
|
|
@@ -3,38 +3,13 @@ import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult } from "../models
|
|
|
3
3
|
import { deserializeAws_queryRotateEncryptionKeyCommand, serializeAws_queryRotateEncryptionKeyCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Rotates the encryption keys for a cluster.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, RotateEncryptionKeyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, RotateEncryptionKeyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new RotateEncryptionKeyCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RotateEncryptionKeyCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RotateEncryptionKeyCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RotateEncryptionKeyCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RotateEncryptionKeyCommand = (function (_super) {
|
|
24
7
|
__extends(RotateEncryptionKeyCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RotateEncryptionKeyCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RotateEncryptionKeyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RotateEncryptionKeyCommand.js","sourceRoot":"","sources":["../../../commands/RotateEncryptionKeyCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RotateEncryptionKeyCommand.js","sourceRoot":"","sources":["../../../commands/RotateEncryptionKeyCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
|
|
@@ -4,38 +4,13 @@ import { UpdatePartnerStatusInputMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryUpdatePartnerStatusCommand, serializeAws_queryUpdatePartnerStatusCommand, } from "../protocols/Aws_query";
|
|
5
5
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
6
6
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
7
|
-
|
|
8
|
-
* <p>Updates the status of a partner integration.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, UpdatePartnerStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, UpdatePartnerStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new UpdatePartnerStatusCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link UpdatePartnerStatusCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link UpdatePartnerStatusCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var UpdatePartnerStatusCommand = /** @class */ (function (_super) {
|
|
7
|
+
var UpdatePartnerStatusCommand = (function (_super) {
|
|
25
8
|
__extends(UpdatePartnerStatusCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function UpdatePartnerStatusCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
32
11
|
_this.input = input;
|
|
33
12
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
13
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
14
|
UpdatePartnerStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdatePartnerStatusCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePartnerStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdatePartnerStatusCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePartnerStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
|
package/dist/es/endpoints.js
CHANGED
|
@@ -81,7 +81,7 @@ var partitionHash = {
|
|
|
81
81
|
};
|
|
82
82
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
83
83
|
return __generator(this, function (_a) {
|
|
84
|
-
return [2
|
|
84
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "redshift", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
85
85
|
});
|
|
86
86
|
}); };
|
|
87
87
|
//# sourceMappingURL=endpoints.js.map
|
package/dist/es/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,mBAAmB,EAAE;QACnB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,cAAc;KAC9B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,iCAAiC;KAC5C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,oCAAoC;KAC/C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,8BAA8B;KACzC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,iCAAiC;KAC5C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,mBAAmB,EAAE;QACnB,QAAQ,EAAE,0CAA0C;QACpD,aAAa,EAAE,cAAc;KAC9B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,WAAW;KAC3B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,iCAAiC;KAC5C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,oCAAoC;KAC/C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,8BAA8B;KACzC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,iCAAiC;KAC5C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,UAAU,EAC1B,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|