@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,46 +3,13 @@ import { ModifyClusterMessage, ModifyClusterResult } from "../models/models_1";
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterCommand, serializeAws_queryModifyClusterCommand, } 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 settings for a cluster.</p>
|
|
8
|
-
* <p>You can also change node type and the number of nodes to scale up or down the
|
|
9
|
-
* cluster. When resizing a cluster, you must specify both the number of nodes and the node
|
|
10
|
-
* type even if one of the parameters does not change.</p>
|
|
11
|
-
* <p>You can add another security or
|
|
12
|
-
* parameter group, or change the admin user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect.
|
|
13
|
-
* For more information about managing clusters, go to
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</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, ModifyClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
20
|
-
* // const { RedshiftClient, ModifyClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
21
|
-
* const client = new RedshiftClient(config);
|
|
22
|
-
* const command = new ModifyClusterCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link ModifyClusterCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link ModifyClusterCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
var ModifyClusterCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterCommand = (function (_super) {
|
|
32
7
|
__extends(ModifyClusterCommand, _super);
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
8
|
function ModifyClusterCommand(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
|
ModifyClusterCommand.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":"ModifyClusterCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterCommand.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":"ModifyClusterCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterCommand.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;AAuC7D;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,39 +3,13 @@ import { ModifyClusterDbRevisionMessage, ModifyClusterDbRevisionResult } from ".
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterDbRevisionCommand, serializeAws_queryModifyClusterDbRevisionCommand, } 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 database revision of a cluster. The database revision is a unique
|
|
8
|
-
* revision of the database running in 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, ModifyClusterDbRevisionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, ModifyClusterDbRevisionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new ModifyClusterDbRevisionCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ModifyClusterDbRevisionCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ModifyClusterDbRevisionCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ModifyClusterDbRevisionCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterDbRevisionCommand = (function (_super) {
|
|
25
7
|
__extends(ModifyClusterDbRevisionCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ModifyClusterDbRevisionCommand(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
|
ModifyClusterDbRevisionCommand.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":"ModifyClusterDbRevisionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterDbRevisionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnG,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":"ModifyClusterDbRevisionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterDbRevisionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnG,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;AAgC7D;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,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,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,40 +3,13 @@ import { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult } from "../mo
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterIamRolesCommand, serializeAws_queryModifyClusterIamRolesCommand, } 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 list of Identity and Access Management (IAM) roles that can be
|
|
8
|
-
* used by the cluster to access other Amazon Web Services services.</p>
|
|
9
|
-
* <p>A cluster can have up to 10 IAM roles associated at any time.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, ModifyClusterIamRolesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, ModifyClusterIamRolesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new ModifyClusterIamRolesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ModifyClusterIamRolesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ModifyClusterIamRolesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ModifyClusterIamRolesCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterIamRolesCommand = (function (_super) {
|
|
26
7
|
__extends(ModifyClusterIamRolesCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function ModifyClusterIamRolesCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
ModifyClusterIamRolesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyClusterIamRolesCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterIamRolesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,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":"ModifyClusterIamRolesCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterIamRolesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,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;AAiC7D;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,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,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,38 +3,13 @@ import { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult } from
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterMaintenanceCommand, serializeAws_queryModifyClusterMaintenanceCommand, } 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 maintenance settings of a cluster.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, ModifyClusterMaintenanceCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, ModifyClusterMaintenanceCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new ModifyClusterMaintenanceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ModifyClusterMaintenanceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ModifyClusterMaintenanceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ModifyClusterMaintenanceCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterMaintenanceCommand = (function (_super) {
|
|
24
7
|
__extends(ModifyClusterMaintenanceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ModifyClusterMaintenanceCommand(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
|
ModifyClusterMaintenanceCommand.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":"ModifyClusterMaintenanceCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterMaintenanceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACrG,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":"ModifyClusterMaintenanceCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterMaintenanceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACrG,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;AA+B7D;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,8BAA8B,CAAC,kBAAkB;SAC5E,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"}
|
|
@@ -4,42 +4,13 @@ import { ModifyClusterParameterGroupMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryModifyClusterParameterGroupCommand, serializeAws_queryModifyClusterParameterGroupCommand, } 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 the parameters of a parameter group. For the parameters parameter, it can't contain ASCII characters.</p>
|
|
9
|
-
* <p>
|
|
10
|
-
* For more information about parameters and parameter groups, go to
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</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, ModifyClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
17
|
-
* // const { RedshiftClient, ModifyClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
18
|
-
* const client = new RedshiftClient(config);
|
|
19
|
-
* const command = new ModifyClusterParameterGroupCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ModifyClusterParameterGroupCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ModifyClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var ModifyClusterParameterGroupCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ModifyClusterParameterGroupCommand = (function (_super) {
|
|
29
8
|
__extends(ModifyClusterParameterGroupCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
9
|
function ModifyClusterParameterGroupCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
36
11
|
_this.input = input;
|
|
37
12
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
13
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
14
|
ModifyClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
16
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyClusterParameterGroupCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterParameterGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AACxE,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":"ModifyClusterParameterGroupCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterParameterGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AACxE,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;AAmC7D;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,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,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,39 +3,13 @@ import { ModifyClusterSnapshotMessage, ModifyClusterSnapshotResult } from "../mo
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterSnapshotCommand, serializeAws_queryModifyClusterSnapshotCommand, } 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 settings for a snapshot.</p>
|
|
8
|
-
* <p>This exanmple modifies the manual retention period setting for a cluster snapshot.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, ModifyClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, ModifyClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new ModifyClusterSnapshotCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ModifyClusterSnapshotCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ModifyClusterSnapshotCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ModifyClusterSnapshotCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterSnapshotCommand = (function (_super) {
|
|
25
7
|
__extends(ModifyClusterSnapshotCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ModifyClusterSnapshotCommand(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
|
ModifyClusterSnapshotCommand.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":"ModifyClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,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":"ModifyClusterSnapshotCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSnapshotCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,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;AAgC7D;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,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,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,38 +3,13 @@ import { ModifyClusterSnapshotScheduleMessage } from "../models/models_1";
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterSnapshotScheduleCommand, serializeAws_queryModifyClusterSnapshotScheduleCommand, } 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 a snapshot schedule for a cluster.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, ModifyClusterSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, ModifyClusterSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new ModifyClusterSnapshotScheduleCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ModifyClusterSnapshotScheduleCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ModifyClusterSnapshotScheduleCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ModifyClusterSnapshotScheduleCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterSnapshotScheduleCommand = (function (_super) {
|
|
24
7
|
__extends(ModifyClusterSnapshotScheduleCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ModifyClusterSnapshotScheduleCommand(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
|
ModifyClusterSnapshotScheduleCommand.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":"ModifyClusterSnapshotScheduleCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSnapshotScheduleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AAC1E,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":"ModifyClusterSnapshotScheduleCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSnapshotScheduleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AAC1E,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;AA+B7D;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,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,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,39 +3,13 @@ import { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from
|
|
|
3
3
|
import { deserializeAws_queryModifyClusterSubnetGroupCommand, serializeAws_queryModifyClusterSubnetGroupCommand, } 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 a cluster subnet group to include the specified list of VPC subnets. The
|
|
8
|
-
* operation replaces the existing list of subnets with the new list of subnets.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, ModifyClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, ModifyClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new ModifyClusterSubnetGroupCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ModifyClusterSubnetGroupCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ModifyClusterSubnetGroupCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ModifyClusterSubnetGroupCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyClusterSubnetGroupCommand = (function (_super) {
|
|
25
7
|
__extends(ModifyClusterSubnetGroupCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ModifyClusterSubnetGroupCommand(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
|
ModifyClusterSubnetGroupCommand.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":"ModifyClusterSubnetGroupCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSubnetGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACrG,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":"ModifyClusterSubnetGroupCommand.js","sourceRoot":"","sources":["../../../commands/ModifyClusterSubnetGroupCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACrG,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;AAgC7D;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,8BAA8B,CAAC,kBAAkB;SAC5E,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"}
|
|
@@ -4,38 +4,13 @@ import { ModifyEndpointAccessMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryModifyEndpointAccessCommand, serializeAws_queryModifyEndpointAccessCommand, } 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 Redshift-managed VPC endpoint.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, ModifyEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, ModifyEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new ModifyEndpointAccessCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ModifyEndpointAccessCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ModifyEndpointAccessCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ModifyEndpointAccessCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ModifyEndpointAccessCommand = (function (_super) {
|
|
25
8
|
__extends(ModifyEndpointAccessCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
function ModifyEndpointAccessCommand(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
|
ModifyEndpointAccessCommand.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":"ModifyEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/ModifyEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"ModifyEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/ModifyEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,cAAc,CAAC,kBAAkB;SAC5D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
|
|
@@ -3,38 +3,13 @@ import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from ".
|
|
|
3
3
|
import { deserializeAws_queryModifyEventSubscriptionCommand, serializeAws_queryModifyEventSubscriptionCommand, } 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 an existing Amazon Redshift event notification subscription.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new ModifyEventSubscriptionCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ModifyEventSubscriptionCommand = /** @class */ (function (_super) {
|
|
6
|
+
var ModifyEventSubscriptionCommand = (function (_super) {
|
|
24
7
|
__extends(ModifyEventSubscriptionCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ModifyEventSubscriptionCommand(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
|
ModifyEventSubscriptionCommand.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":"ModifyEventSubscriptionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyEventSubscriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnG,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":"ModifyEventSubscriptionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyEventSubscriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnG,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;AA+B7D;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,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,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"}
|
|
@@ -4,39 +4,13 @@ import { ModifyScheduledActionMessage } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryModifyScheduledActionCommand, serializeAws_queryModifyScheduledActionCommand, } 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 scheduled action.
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, ModifyScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, ModifyScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new ModifyScheduledActionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ModifyScheduledActionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ModifyScheduledActionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ModifyScheduledActionCommand = /** @class */ (function (_super) {
|
|
7
|
+
var ModifyScheduledActionCommand = (function (_super) {
|
|
26
8
|
__extends(ModifyScheduledActionCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
function ModifyScheduledActionCommand(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
|
ModifyScheduledActionCommand.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":"ModifyScheduledActionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyScheduledActionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,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":"ModifyScheduledActionCommand.js","sourceRoot":"","sources":["../../../commands/ModifyScheduledActionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,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;AAgC7D;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,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,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"}
|