@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,54 +3,13 @@ import { ClusterParameterGroupsMessage, DescribeClusterParameterGroupsMessage }
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterParameterGroupsCommand, serializeAws_queryDescribeClusterParameterGroupsCommand, } 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>Returns a list of Amazon Redshift parameter groups, including parameter groups you
|
|
8
|
-
* created and the default parameter group. For each parameter group, the response includes
|
|
9
|
-
* the parameter group name, description, and parameter group family name. You can
|
|
10
|
-
* optionally specify a name to retrieve the description of a specific parameter
|
|
11
|
-
* group.</p>
|
|
12
|
-
* <p>
|
|
13
|
-
* For more information about parameters and parameter groups, go to
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
|
|
15
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
16
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
17
|
-
* all parameter groups that match any combination of the specified keys and values. For
|
|
18
|
-
* example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
19
|
-
* <code>admin</code> and <code>test</code> for tag values, all parameter groups that
|
|
20
|
-
* have any combination of those values are returned.</p>
|
|
21
|
-
* <p>If both tag keys and values are omitted from the request, parameter groups are
|
|
22
|
-
* returned regardless of whether they have tag keys or values associated with
|
|
23
|
-
* them.</p>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { RedshiftClient, DescribeClusterParameterGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
|
-
* // const { RedshiftClient, DescribeClusterParameterGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
|
-
* const client = new RedshiftClient(config);
|
|
30
|
-
* const command = new DescribeClusterParameterGroupsCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link DescribeClusterParameterGroupsCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link DescribeClusterParameterGroupsCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
var DescribeClusterParameterGroupsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterParameterGroupsCommand = (function (_super) {
|
|
40
7
|
__extends(DescribeClusterParameterGroupsCommand, _super);
|
|
41
|
-
// Start section: command_properties
|
|
42
|
-
// End section: command_properties
|
|
43
8
|
function DescribeClusterParameterGroupsCommand(input) {
|
|
44
|
-
var _this =
|
|
45
|
-
// Start section: command_constructor
|
|
46
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
47
10
|
_this.input = input;
|
|
48
11
|
return _this;
|
|
49
|
-
// End section: command_constructor
|
|
50
12
|
}
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
13
|
DescribeClusterParameterGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
55
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
56
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterParameterGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterParameterGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AAC1G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,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":"DescribeClusterParameterGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterParameterGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AAC1G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+C7D;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,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,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qCAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,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,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
|
|
@@ -3,49 +3,13 @@ import { ClusterParameterGroupDetails, DescribeClusterParametersMessage } from "
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterParametersCommand, serializeAws_queryDescribeClusterParametersCommand, } 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>Returns a detailed list of parameters contained within the specified Amazon Redshift
|
|
8
|
-
* parameter group. For each parameter the response includes information such as parameter
|
|
9
|
-
* name, description, data type, value, whether the parameter value is modifiable, and so
|
|
10
|
-
* on.</p>
|
|
11
|
-
* <p>You can specify <i>source</i> filter to retrieve parameters of only
|
|
12
|
-
* specific type. For example, to retrieve parameters that were modified by a user action
|
|
13
|
-
* such as from <a>ModifyClusterParameterGroup</a>, you can specify
|
|
14
|
-
* <i>source</i> equal to <i>user</i>.</p>
|
|
15
|
-
* <p>
|
|
16
|
-
* For more information about parameters and parameter groups, go to
|
|
17
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
|
|
18
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { RedshiftClient, DescribeClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
23
|
-
* // const { RedshiftClient, DescribeClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
24
|
-
* const client = new RedshiftClient(config);
|
|
25
|
-
* const command = new DescribeClusterParametersCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DescribeClusterParametersCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DescribeClusterParametersCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var DescribeClusterParametersCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterParametersCommand = (function (_super) {
|
|
35
7
|
__extends(DescribeClusterParametersCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
8
|
function DescribeClusterParametersCommand(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
|
DescribeClusterParametersCommand.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":"DescribeClusterParametersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterParametersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACpG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,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":"DescribeClusterParametersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterParametersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACpG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA0C7D;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,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,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,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,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
|
|
@@ -3,52 +3,13 @@ import { ClusterSecurityGroupMessage, DescribeClusterSecurityGroupsMessage } fro
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterSecurityGroupsCommand, serializeAws_queryDescribeClusterSecurityGroupsCommand, } 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>Returns information about Amazon Redshift security groups. If the name of a security
|
|
8
|
-
* group is specified, the response will contain only information about only that security
|
|
9
|
-
* group.</p>
|
|
10
|
-
* <p>
|
|
11
|
-
* For information about managing security groups, go to
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the
|
|
13
|
-
* <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
14
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
15
|
-
* all security groups that match any combination of the specified keys and values. For
|
|
16
|
-
* example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
17
|
-
* <code>admin</code> and <code>test</code> for tag values, all security groups that
|
|
18
|
-
* have any combination of those values are returned.</p>
|
|
19
|
-
* <p>If both tag keys and values are omitted from the request, security groups are
|
|
20
|
-
* returned regardless of whether they have tag keys or values associated with
|
|
21
|
-
* them.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { RedshiftClient, DescribeClusterSecurityGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
26
|
-
* // const { RedshiftClient, DescribeClusterSecurityGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
27
|
-
* const client = new RedshiftClient(config);
|
|
28
|
-
* const command = new DescribeClusterSecurityGroupsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link DescribeClusterSecurityGroupsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link DescribeClusterSecurityGroupsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
var DescribeClusterSecurityGroupsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterSecurityGroupsCommand = (function (_super) {
|
|
38
7
|
__extends(DescribeClusterSecurityGroupsCommand, _super);
|
|
39
|
-
// Start section: command_properties
|
|
40
|
-
// End section: command_properties
|
|
41
8
|
function DescribeClusterSecurityGroupsCommand(input) {
|
|
42
|
-
var _this =
|
|
43
|
-
// Start section: command_constructor
|
|
44
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
45
10
|
_this.input = input;
|
|
46
11
|
return _this;
|
|
47
|
-
// End section: command_constructor
|
|
48
12
|
}
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
13
|
DescribeClusterSecurityGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
53
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
54
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterSecurityGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSecurityGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,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":"DescribeClusterSecurityGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSecurityGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA6C7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,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,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,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,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|
|
@@ -3,50 +3,13 @@ import { DescribeClusterSnapshotsMessage, SnapshotMessage } from "../models/mode
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterSnapshotsCommand, serializeAws_queryDescribeClusterSnapshotsCommand, } 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>Returns one or more snapshot objects, which contain metadata about your cluster
|
|
8
|
-
* snapshots. By default, this operation returns information about all snapshots of all
|
|
9
|
-
* clusters that are owned by your Amazon Web Services account. No information is returned for
|
|
10
|
-
* snapshots owned by inactive Amazon Web Services accounts.</p>
|
|
11
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
12
|
-
* all snapshots that match any combination of the specified keys and values. For example,
|
|
13
|
-
* if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
14
|
-
* <code>admin</code> and <code>test</code> for tag values, all snapshots that have any
|
|
15
|
-
* combination of those values are returned. Only snapshots that you own are returned in
|
|
16
|
-
* the response; shared snapshots are not returned with the tag key and tag value request
|
|
17
|
-
* parameters.</p>
|
|
18
|
-
* <p>If both tag keys and values are omitted from the request, snapshots are returned
|
|
19
|
-
* regardless of whether they have tag keys or values associated with them.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { RedshiftClient, DescribeClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
24
|
-
* // const { RedshiftClient, DescribeClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
25
|
-
* const client = new RedshiftClient(config);
|
|
26
|
-
* const command = new DescribeClusterSnapshotsCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link DescribeClusterSnapshotsCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link DescribeClusterSnapshotsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
var DescribeClusterSnapshotsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterSnapshotsCommand = (function (_super) {
|
|
36
7
|
__extends(DescribeClusterSnapshotsCommand, _super);
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
8
|
function DescribeClusterSnapshotsCommand(input) {
|
|
40
|
-
var _this =
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
43
10
|
_this.input = input;
|
|
44
11
|
return _this;
|
|
45
|
-
// End section: command_constructor
|
|
46
12
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
13
|
DescribeClusterSnapshotsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
51
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterSnapshotsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSnapshotsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,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":"DescribeClusterSnapshotsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSnapshotsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA2C7D;IAAqD,mDAIpD;IAIC,yCAAqB,KAA2C;QAAhE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;IAIhE,CAAC;IAKD,2DAAiB,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,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,eAAe,CAAC,kBAAkB;SAC7D,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,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
|
|
@@ -3,48 +3,13 @@ import { ClusterSubnetGroupMessage, DescribeClusterSubnetGroupsMessage } from ".
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterSubnetGroupsCommand, serializeAws_queryDescribeClusterSubnetGroupsCommand, } 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>Returns one or more cluster subnet group objects, which contain metadata about your
|
|
8
|
-
* cluster subnet groups. By default, this operation returns information about all cluster
|
|
9
|
-
* subnet groups that are defined in your Amazon Web Services account.</p>
|
|
10
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
11
|
-
* all subnet groups that match any combination of the specified keys and values. For
|
|
12
|
-
* example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
13
|
-
* <code>admin</code> and <code>test</code> for tag values, all subnet groups that have
|
|
14
|
-
* any combination of those values are returned.</p>
|
|
15
|
-
* <p>If both tag keys and values are omitted from the request, subnet groups are
|
|
16
|
-
* returned regardless of whether they have tag keys or values associated with
|
|
17
|
-
* them.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { RedshiftClient, DescribeClusterSubnetGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
22
|
-
* // const { RedshiftClient, DescribeClusterSubnetGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
23
|
-
* const client = new RedshiftClient(config);
|
|
24
|
-
* const command = new DescribeClusterSubnetGroupsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeClusterSubnetGroupsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeClusterSubnetGroupsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DescribeClusterSubnetGroupsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterSubnetGroupsCommand = (function (_super) {
|
|
34
7
|
__extends(DescribeClusterSubnetGroupsCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
8
|
function DescribeClusterSubnetGroupsCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
41
10
|
_this.input = input;
|
|
42
11
|
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
DescribeClusterSubnetGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterSubnetGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSubnetGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,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":"DescribeClusterSubnetGroupsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterSubnetGroupsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyC7D;IAAwD,sDAIvD;IAIC,4CAAqB,KAA8C;QAAnE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyC;;IAInE,CAAC;IAKD,8DAAiB,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,oCAAoC,CAAC;QACzD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kCAAkC,CAAC,kBAAkB;YAC9E,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,sDAAS,GAAjB,UAAkB,KAA8C,EAAE,OAAuB;QACvF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,wDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,yCAAC;AAAD,CAAC,AAzDD,CAAwD,QAAQ,GAyD/D"}
|
|
@@ -3,38 +3,13 @@ import { DescribeClusterTracksMessage, TrackListMessage } from "../models/models
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterTracksCommand, serializeAws_queryDescribeClusterTracksCommand, } 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>Returns a list of all the available maintenance tracks.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, DescribeClusterTracksCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, DescribeClusterTracksCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new DescribeClusterTracksCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeClusterTracksCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeClusterTracksCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeClusterTracksCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterTracksCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeClusterTracksCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeClusterTracksCommand(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
|
DescribeClusterTracksCommand.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":"DescribeClusterTracksCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterTracksCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACpF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,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":"DescribeClusterTracksCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterTracksCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACpF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,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,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,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,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -3,43 +3,13 @@ import { ClusterVersionsMessage, DescribeClusterVersionsMessage } from "../model
|
|
|
3
3
|
import { deserializeAws_queryDescribeClusterVersionsCommand, serializeAws_queryDescribeClusterVersionsCommand, } 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>Returns descriptions of the available Amazon Redshift cluster versions. You can call this
|
|
8
|
-
* operation even before creating any clusters to learn more about the Amazon Redshift versions.
|
|
9
|
-
*
|
|
10
|
-
* For more information about managing clusters, go to
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
|
|
12
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { RedshiftClient, DescribeClusterVersionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
17
|
-
* // const { RedshiftClient, DescribeClusterVersionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
18
|
-
* const client = new RedshiftClient(config);
|
|
19
|
-
* const command = new DescribeClusterVersionsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeClusterVersionsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeClusterVersionsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var DescribeClusterVersionsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClusterVersionsCommand = (function (_super) {
|
|
29
7
|
__extends(DescribeClusterVersionsCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
8
|
function DescribeClusterVersionsCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
36
10
|
_this.input = input;
|
|
37
11
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
DescribeClusterVersionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterVersionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterVersionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,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":"DescribeClusterVersionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClusterVersionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAoC7D;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,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,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,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,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -3,50 +3,13 @@ import { ClustersMessage, DescribeClustersMessage } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_queryDescribeClustersCommand, serializeAws_queryDescribeClustersCommand, } 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>Returns properties of provisioned clusters including general cluster properties,
|
|
8
|
-
* cluster database properties, maintenance and backup properties, and security and access
|
|
9
|
-
* properties. This operation supports pagination.
|
|
10
|
-
* For more information about managing clusters, go to
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
|
|
12
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
13
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
14
|
-
* all clusters that match any combination of the specified keys and values. For example,
|
|
15
|
-
* if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
16
|
-
* <code>admin</code> and <code>test</code> for tag values, all clusters that have any
|
|
17
|
-
* combination of those values are returned.</p>
|
|
18
|
-
* <p>If both tag keys and values are omitted from the request, clusters are returned
|
|
19
|
-
* regardless of whether they have tag keys or values associated with them.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { RedshiftClient, DescribeClustersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
24
|
-
* // const { RedshiftClient, DescribeClustersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
25
|
-
* const client = new RedshiftClient(config);
|
|
26
|
-
* const command = new DescribeClustersCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link DescribeClustersCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link DescribeClustersCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
var DescribeClustersCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeClustersCommand = (function (_super) {
|
|
36
7
|
__extends(DescribeClustersCommand, _super);
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
8
|
function DescribeClustersCommand(input) {
|
|
40
|
-
var _this =
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
43
10
|
_this.input = input;
|
|
44
11
|
return _this;
|
|
45
|
-
// End section: command_constructor
|
|
46
12
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
13
|
DescribeClustersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
51
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClustersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClustersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,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":"DescribeClustersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeClustersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA2C7D;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,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,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,eAAe,CAAC,kBAAkB;SAC7D,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,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -3,39 +3,13 @@ import { DescribeDataSharesMessage, DescribeDataSharesResult } from "../models/m
|
|
|
3
3
|
import { deserializeAws_queryDescribeDataSharesCommand, serializeAws_queryDescribeDataSharesCommand, } 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>Shows the status of any inbound or outbound datashares available in the specified
|
|
8
|
-
* account.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, DescribeDataSharesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, DescribeDataSharesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new DescribeDataSharesCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DescribeDataSharesCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DescribeDataSharesCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DescribeDataSharesCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeDataSharesCommand = (function (_super) {
|
|
25
7
|
__extends(DescribeDataSharesCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DescribeDataSharesCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DescribeDataSharesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDataSharesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,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":"DescribeDataSharesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAA+C,6CAI9C;IAIC,mCAAqB,KAAqC;QAA1D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;IAI1D,CAAC;IAKD,qDAAiB,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,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,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,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
|
|
@@ -3,38 +3,13 @@ import { DescribeDataSharesForConsumerMessage, DescribeDataSharesForConsumerResu
|
|
|
3
3
|
import { deserializeAws_queryDescribeDataSharesForConsumerCommand, serializeAws_queryDescribeDataSharesForConsumerCommand, } 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>Returns a list of datashares where the account identifier being called is a consumer account identifier.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, DescribeDataSharesForConsumerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, DescribeDataSharesForConsumerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new DescribeDataSharesForConsumerCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeDataSharesForConsumerCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeDataSharesForConsumerCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeDataSharesForConsumerCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeDataSharesForConsumerCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeDataSharesForConsumerCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeDataSharesForConsumerCommand(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
|
DescribeDataSharesForConsumerCommand.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":"DescribeDataSharesForConsumerCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesForConsumerCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,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":"DescribeDataSharesForConsumerCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesForConsumerCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,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,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,mCAAmC,CAAC,kBAAkB;SACjF,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,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|