@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,44 +3,13 @@ import { ModifySnapshotCopyRetentionPeriodMessage, ModifySnapshotCopyRetentionPe
|
|
|
3
3
|
import { deserializeAws_queryModifySnapshotCopyRetentionPeriodCommand, serializeAws_queryModifySnapshotCopyRetentionPeriodCommand, } 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>Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after
|
|
8
|
-
* they are copied from the source Amazon Web Services Region. By default, this operation only changes the
|
|
9
|
-
* retention period of copied automated snapshots. The retention periods for both new and
|
|
10
|
-
* existing copied automated snapshots are updated with the new retention period. You can
|
|
11
|
-
* set the manual option to change only the retention periods of copied manual snapshots.
|
|
12
|
-
* If you set this option, only newly copied manual snapshots have the new retention
|
|
13
|
-
* period. </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
18
|
-
* // const { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
19
|
-
* const client = new RedshiftClient(config);
|
|
20
|
-
* const command = new ModifySnapshotCopyRetentionPeriodCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ModifySnapshotCopyRetentionPeriodCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ModifySnapshotCopyRetentionPeriodCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var ModifySnapshotCopyRetentionPeriodCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifySnapshotCopyRetentionPeriodCommand = (function (_super) {
|
|
30
7
|
__extends(ModifySnapshotCopyRetentionPeriodCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function ModifySnapshotCopyRetentionPeriodCommand(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
|
ModifySnapshotCopyRetentionPeriodCommand.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":"ModifySnapshotCopyRetentionPeriodCommand.js","sourceRoot":"","sources":["../../../commands/ModifySnapshotCopyRetentionPeriodCommand.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":"ModifySnapshotCopyRetentionPeriodCommand.js","sourceRoot":"","sources":["../../../commands/ModifySnapshotCopyRetentionPeriodCommand.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;AAuC7D;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,39 +4,13 @@ import { ModifySnapshotScheduleMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryModifySnapshotScheduleCommand, serializeAws_queryModifySnapshotScheduleCommand, } 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>Modifies a snapshot schedule. Any schedule associated with a cluster is modified
|
|
9
|
-
* asynchronously.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, ModifySnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, ModifySnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new ModifySnapshotScheduleCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ModifySnapshotScheduleCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ModifySnapshotScheduleCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ModifySnapshotScheduleCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ModifySnapshotScheduleCommand = (function (_super) {
|
|
26
8
|
__extends(ModifySnapshotScheduleCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
function ModifySnapshotScheduleCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
33
11
|
_this.input = input;
|
|
34
12
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
13
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
14
|
ModifySnapshotScheduleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifySnapshotScheduleCommand.js","sourceRoot":"","sources":["../../../commands/ModifySnapshotScheduleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,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":"ModifySnapshotScheduleCommand.js","sourceRoot":"","sources":["../../../commands/ModifySnapshotScheduleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,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,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,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,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
|
|
@@ -4,39 +4,13 @@ import { ModifyUsageLimitMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryModifyUsageLimitCommand, serializeAws_queryModifyUsageLimitCommand, } 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>Modifies a usage limit in a cluster.
|
|
9
|
-
* You can't modify the feature type or period of a usage limit.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, ModifyUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, ModifyUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new ModifyUsageLimitCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ModifyUsageLimitCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ModifyUsageLimitCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ModifyUsageLimitCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ModifyUsageLimitCommand = (function (_super) {
|
|
26
8
|
__extends(ModifyUsageLimitCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
function ModifyUsageLimitCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
33
11
|
_this.input = input;
|
|
34
12
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
13
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
14
|
ModifyUsageLimitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyUsageLimitCommand.js","sourceRoot":"","sources":["../../../commands/ModifyUsageLimitCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,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":"ModifyUsageLimitCommand.js","sourceRoot":"","sources":["../../../commands/ModifyUsageLimitCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,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;AAgC7D;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,UAAU,CAAC,kBAAkB;SACxD,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"}
|
|
@@ -4,38 +4,13 @@ import { PauseClusterResult } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryPauseClusterCommand, serializeAws_queryPauseClusterCommand } 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>Pauses 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, PauseClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, PauseClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new PauseClusterCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link PauseClusterCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link PauseClusterCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var PauseClusterCommand = /** @class */ (function (_super) {
|
|
7
|
+
var PauseClusterCommand = (function (_super) {
|
|
25
8
|
__extends(PauseClusterCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function PauseClusterCommand(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
|
PauseClusterCommand.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":"PauseClusterCommand.js","sourceRoot":"","sources":["../../../commands/PauseClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,uCAAuC,EAAE,qCAAqC,EAAE,MAAM,wBAAwB,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"PauseClusterCommand.js","sourceRoot":"","sources":["../../../commands/PauseClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,uCAAuC,EAAE,qCAAqC,EAAE,MAAM,wBAAwB,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,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,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,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,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
|
|
@@ -3,46 +3,13 @@ import { PurchaseReservedNodeOfferingMessage, PurchaseReservedNodeOfferingResult
|
|
|
3
3
|
import { deserializeAws_queryPurchaseReservedNodeOfferingCommand, serializeAws_queryPurchaseReservedNodeOfferingCommand, } 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>Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of
|
|
8
|
-
* reserved node offerings. You can purchase one or more of the offerings. You can call the
|
|
9
|
-
* <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved
|
|
10
|
-
* node offerings. You can call this API by providing a specific reserved node offering and
|
|
11
|
-
* the number of nodes you want to reserve. </p>
|
|
12
|
-
* <p>
|
|
13
|
-
* For more information about reserved node offerings, go to
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html">Purchasing Reserved Nodes</a>
|
|
15
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { RedshiftClient, PurchaseReservedNodeOfferingCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
20
|
-
* // const { RedshiftClient, PurchaseReservedNodeOfferingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
21
|
-
* const client = new RedshiftClient(config);
|
|
22
|
-
* const command = new PurchaseReservedNodeOfferingCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link PurchaseReservedNodeOfferingCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link PurchaseReservedNodeOfferingCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
var PurchaseReservedNodeOfferingCommand = /** @class */ (function (_super) {
|
|
6
|
+
var PurchaseReservedNodeOfferingCommand = (function (_super) {
|
|
32
7
|
__extends(PurchaseReservedNodeOfferingCommand, _super);
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
8
|
function PurchaseReservedNodeOfferingCommand(input) {
|
|
36
|
-
var _this =
|
|
37
|
-
// Start section: command_constructor
|
|
38
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
39
10
|
_this.input = input;
|
|
40
11
|
return _this;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
PurchaseReservedNodeOfferingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseReservedNodeOfferingCommand.js","sourceRoot":"","sources":["../../../commands/PurchaseReservedNodeOfferingCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC7G,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,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":"PurchaseReservedNodeOfferingCommand.js","sourceRoot":"","sources":["../../../commands/PurchaseReservedNodeOfferingCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC7G,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyC7D;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,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,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,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,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
|
|
@@ -3,45 +3,13 @@ import { RebootClusterMessage, RebootClusterResult } from "../models/models_1";
|
|
|
3
3
|
import { deserializeAws_queryRebootClusterCommand, serializeAws_queryRebootClusterCommand, } 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>Reboots a cluster. This action is taken as soon as possible. It results in a
|
|
8
|
-
* momentary outage to the cluster, during which the cluster status is set to
|
|
9
|
-
* <code>rebooting</code>. A cluster event is created when the reboot is completed. Any
|
|
10
|
-
* pending cluster modifications (see <a>ModifyCluster</a>) are applied at this
|
|
11
|
-
* reboot.
|
|
12
|
-
* For more information about managing clusters, go to
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a>
|
|
14
|
-
* in the <i>Amazon Redshift Cluster Management Guide</i>. </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { RedshiftClient, RebootClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
19
|
-
* // const { RedshiftClient, RebootClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
20
|
-
* const client = new RedshiftClient(config);
|
|
21
|
-
* const command = new RebootClusterCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link RebootClusterCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link RebootClusterCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var RebootClusterCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RebootClusterCommand = (function (_super) {
|
|
31
7
|
__extends(RebootClusterCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function RebootClusterCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
RebootClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RebootClusterCommand.js","sourceRoot":"","sources":["../../../commands/RebootClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,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":"RebootClusterCommand.js","sourceRoot":"","sources":["../../../commands/RebootClusterCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,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;AAsC7D;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"}
|
|
@@ -4,38 +4,13 @@ import { RejectDataShareMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryRejectDataShareCommand, serializeAws_queryRejectDataShareCommand, } 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>From the consumer account, rejects the specified datashare.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, RejectDataShareCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, RejectDataShareCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new RejectDataShareCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link RejectDataShareCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link RejectDataShareCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var RejectDataShareCommand = /** @class */ (function (_super) {
|
|
7
|
+
var RejectDataShareCommand = (function (_super) {
|
|
25
8
|
__extends(RejectDataShareCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function RejectDataShareCommand(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
|
RejectDataShareCommand.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":"RejectDataShareCommand.js","sourceRoot":"","sources":["../../../commands/RejectDataShareCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,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":"RejectDataShareCommand.js","sourceRoot":"","sources":["../../../commands/RejectDataShareCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA4C,0CAI3C;IAIC,gCAAqB,KAAkC;QAAvD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;IAIvD,CAAC;IAKD,kDAAiB,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,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,SAAS,CAAC,kBAAkB;SACvD,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,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
|
|
@@ -4,41 +4,13 @@ import { ResetClusterParameterGroupMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryResetClusterParameterGroupCommand, serializeAws_queryResetClusterParameterGroupCommand, } 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>Sets one or more parameters of the specified parameter group to their default
|
|
9
|
-
* values and sets the source values of the parameters to "engine-default". To reset the
|
|
10
|
-
* entire parameter group specify the <i>ResetAllParameters</i> parameter.
|
|
11
|
-
* For parameter changes to take effect you must reboot any associated clusters. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { RedshiftClient, ResetClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
16
|
-
* // const { RedshiftClient, ResetClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
17
|
-
* const client = new RedshiftClient(config);
|
|
18
|
-
* const command = new ResetClusterParameterGroupCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ResetClusterParameterGroupCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ResetClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var ResetClusterParameterGroupCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ResetClusterParameterGroupCommand = (function (_super) {
|
|
28
8
|
__extends(ResetClusterParameterGroupCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
function ResetClusterParameterGroupCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
35
11
|
_this.input = input;
|
|
36
12
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
13
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
14
|
ResetClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetClusterParameterGroupCommand.js","sourceRoot":"","sources":["../../../commands/ResetClusterParameterGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,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":"ResetClusterParameterGroupCommand.js","sourceRoot":"","sources":["../../../commands/ResetClusterParameterGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,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,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,gCAAgC,CAAC,kBAAkB;SAC9E,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,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
|
|
@@ -4,80 +4,13 @@ import { ResizeClusterResult } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryResizeClusterCommand, serializeAws_queryResizeClusterCommand, } 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>Changes the size of the cluster. You can change the cluster's type, or change the
|
|
9
|
-
* number or type of nodes. The default behavior is to use the elastic resize method. With
|
|
10
|
-
* an elastic resize, your cluster is available for read and write operations more quickly
|
|
11
|
-
* than with the classic resize method. </p>
|
|
12
|
-
* <p>Elastic resize operations have the following restrictions:</p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p>You can only resize clusters of the following types:</p>
|
|
16
|
-
* <ul>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>dc1.large (if your cluster is in a VPC)</p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>dc1.8xlarge (if your cluster is in a VPC)</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>dc2.large</p>
|
|
25
|
-
* </li>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p>dc2.8xlarge</p>
|
|
28
|
-
* </li>
|
|
29
|
-
* <li>
|
|
30
|
-
* <p>ds2.xlarge</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>ds2.8xlarge</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>ra3.xlplus</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>ra3.4xlarge</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>ra3.16xlarge</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* </ul>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>The type of nodes that you add must match the node type for the
|
|
48
|
-
* cluster.</p>
|
|
49
|
-
* </li>
|
|
50
|
-
* </ul>
|
|
51
|
-
* @example
|
|
52
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
-
* ```javascript
|
|
54
|
-
* import { RedshiftClient, ResizeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
55
|
-
* // const { RedshiftClient, ResizeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
56
|
-
* const client = new RedshiftClient(config);
|
|
57
|
-
* const command = new ResizeClusterCommand(input);
|
|
58
|
-
* const response = await client.send(command);
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @see {@link ResizeClusterCommandInput} for command's `input` shape.
|
|
62
|
-
* @see {@link ResizeClusterCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
64
|
-
*
|
|
65
|
-
*/
|
|
66
|
-
var ResizeClusterCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ResizeClusterCommand = (function (_super) {
|
|
67
8
|
__extends(ResizeClusterCommand, _super);
|
|
68
|
-
// Start section: command_properties
|
|
69
|
-
// End section: command_properties
|
|
70
9
|
function ResizeClusterCommand(input) {
|
|
71
|
-
var _this =
|
|
72
|
-
// Start section: command_constructor
|
|
73
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
74
11
|
_this.input = input;
|
|
75
12
|
return _this;
|
|
76
|
-
// End section: command_constructor
|
|
77
13
|
}
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
14
|
ResizeClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
82
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
83
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResizeClusterCommand.js","sourceRoot":"","sources":["../../../commands/ResizeClusterCommand.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":"ResizeClusterCommand.js","sourceRoot":"","sources":["../../../commands/ResizeClusterCommand.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;AAyE7D;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,49 +3,13 @@ import { RestoreFromClusterSnapshotMessage, RestoreFromClusterSnapshotResult } f
|
|
|
3
3
|
import { deserializeAws_queryRestoreFromClusterSnapshotCommand, serializeAws_queryRestoreFromClusterSnapshotCommand, } 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 cluster from a snapshot. By default, Amazon Redshift creates the resulting
|
|
8
|
-
* cluster with the same configuration as the original cluster from which the snapshot was
|
|
9
|
-
* created, except that the new cluster is created with the default cluster security and
|
|
10
|
-
* parameter groups. After Amazon Redshift creates the cluster, you can use the <a>ModifyCluster</a> API to associate a different security group and different
|
|
11
|
-
* parameter group with the restored cluster. If you are using a DS node type, you can also
|
|
12
|
-
* choose to change to another DS node type of the same size during restore.</p>
|
|
13
|
-
* <p>If you restore a cluster into a VPC, you must provide a cluster subnet group where
|
|
14
|
-
* you want the cluster restored.</p>
|
|
15
|
-
* <p>
|
|
16
|
-
* For more information about working with snapshots, go to
|
|
17
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</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, RestoreFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
23
|
-
* // const { RedshiftClient, RestoreFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
24
|
-
* const client = new RedshiftClient(config);
|
|
25
|
-
* const command = new RestoreFromClusterSnapshotCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link RestoreFromClusterSnapshotCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link RestoreFromClusterSnapshotCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var RestoreFromClusterSnapshotCommand = /** @class */ (function (_super) {
|
|
6
|
+
var RestoreFromClusterSnapshotCommand = (function (_super) {
|
|
35
7
|
__extends(RestoreFromClusterSnapshotCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
8
|
function RestoreFromClusterSnapshotCommand(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
|
RestoreFromClusterSnapshotCommand.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":"RestoreFromClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/RestoreFromClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,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":"RestoreFromClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/RestoreFromClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA0C7D;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,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,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,gCAAgC,CAAC,kBAAkB;SAC9E,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,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
|