@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,38 +3,13 @@ import { DescribeDataSharesForProducerMessage, DescribeDataSharesForProducerResu
|
|
|
3
3
|
import { deserializeAws_queryDescribeDataSharesForProducerCommand, serializeAws_queryDescribeDataSharesForProducerCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns a list of datashares when the account identifier being called is a producer account identifier.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, DescribeDataSharesForProducerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, DescribeDataSharesForProducerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new DescribeDataSharesForProducerCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeDataSharesForProducerCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeDataSharesForProducerCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeDataSharesForProducerCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeDataSharesForProducerCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeDataSharesForProducerCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeDataSharesForProducerCommand(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
|
DescribeDataSharesForProducerCommand.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":"DescribeDataSharesForProducerCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesForProducerCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"DescribeDataSharesForProducerCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDataSharesForProducerCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,mCAAmC,CAAC,kBAAkB;SACjF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|
|
@@ -3,43 +3,13 @@ import { DescribeDefaultClusterParametersMessage, DescribeDefaultClusterParamete
|
|
|
3
3
|
import { deserializeAws_queryDescribeDefaultClusterParametersCommand, serializeAws_queryDescribeDefaultClusterParametersCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns a list of parameter settings for the specified parameter group
|
|
8
|
-
* family.</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, DescribeDefaultClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
17
|
-
* // const { RedshiftClient, DescribeDefaultClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
18
|
-
* const client = new RedshiftClient(config);
|
|
19
|
-
* const command = new DescribeDefaultClusterParametersCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeDefaultClusterParametersCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeDefaultClusterParametersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var DescribeDefaultClusterParametersCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeDefaultClusterParametersCommand = (function (_super) {
|
|
29
7
|
__extends(DescribeDefaultClusterParametersCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
8
|
function DescribeDefaultClusterParametersCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
36
10
|
_this.input = input;
|
|
37
11
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
DescribeDefaultClusterParametersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDefaultClusterParametersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDefaultClusterParametersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uCAAuC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,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":"DescribeDefaultClusterParametersCommand.js","sourceRoot":"","sources":["../../../commands/DescribeDefaultClusterParametersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uCAAuC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAsC7D;IAA6D,2DAI5D;IAIC,iDAAqB,KAAmD;QAAxE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8C;;IAIxE,CAAC;IAKD,mEAAiB,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,yCAAyC,CAAC;QAC9D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uCAAuC,CAAC,kBAAkB;YACnF,wBAAwB,EAAE,sCAAsC,CAAC,kBAAkB;SACpF,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,2DAAS,GAAjB,UACE,KAAmD,EACnD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,6DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,8CAAC;AAAD,CAAC,AA5DD,CAA6D,QAAQ,GA4DpE"}
|
|
@@ -3,38 +3,13 @@ import { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/mod
|
|
|
3
3
|
import { deserializeAws_queryDescribeEndpointAccessCommand, serializeAws_queryDescribeEndpointAccessCommand, } 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>Describes a Redshift-managed VPC endpoint.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, DescribeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, DescribeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new DescribeEndpointAccessCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeEndpointAccessCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeEndpointAccessCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeEndpointAccessCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeEndpointAccessCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeEndpointAccessCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeEndpointAccessCommand(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
|
DescribeEndpointAccessCommand.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":"DescribeEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACvF,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":"DescribeEndpointAccessCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEndpointAccessCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACvF,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;AA+B7D;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,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,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"}
|
|
@@ -3,38 +3,13 @@ import { DescribeEndpointAuthorizationMessage, EndpointAuthorizationList } from
|
|
|
3
3
|
import { deserializeAws_queryDescribeEndpointAuthorizationCommand, serializeAws_queryDescribeEndpointAuthorizationCommand, } 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>Describes an endpoint authorization.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { RedshiftClient, DescribeEndpointAuthorizationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
12
|
-
* // const { RedshiftClient, DescribeEndpointAuthorizationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
13
|
-
* const client = new RedshiftClient(config);
|
|
14
|
-
* const command = new DescribeEndpointAuthorizationCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeEndpointAuthorizationCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeEndpointAuthorizationCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeEndpointAuthorizationCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeEndpointAuthorizationCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeEndpointAuthorizationCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeEndpointAuthorizationCommand(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
|
DescribeEndpointAuthorizationCommand.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":"DescribeEndpointAuthorizationCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEndpointAuthorizationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACrG,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":"DescribeEndpointAuthorizationCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEndpointAuthorizationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACrG,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,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,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,40 +3,13 @@ import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../model
|
|
|
3
3
|
import { deserializeAws_queryDescribeEventCategoriesCommand, serializeAws_queryDescribeEventCategoriesCommand, } 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>Displays a list of event categories for all event source types, or for a specified
|
|
8
|
-
* source type. For a list of the event categories and source types, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html">Amazon Redshift Event
|
|
9
|
-
* Notifications</a>.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new DescribeEventCategoriesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DescribeEventCategoriesCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeEventCategoriesCommand = (function (_super) {
|
|
26
7
|
__extends(DescribeEventCategoriesCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function DescribeEventCategoriesCommand(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
|
DescribeEventCategoriesCommand.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":"DescribeEventCategoriesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventCategoriesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"DescribeEventCategoriesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventCategoriesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -3,48 +3,13 @@ import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "..
|
|
|
3
3
|
import { deserializeAws_queryDescribeEventSubscriptionsCommand, serializeAws_queryDescribeEventSubscriptionsCommand, } 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>Lists descriptions of all the Amazon Redshift event notification subscriptions for a
|
|
8
|
-
* customer account. If you specify a subscription name, lists the description for that
|
|
9
|
-
* subscription.</p>
|
|
10
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
11
|
-
* all event notification subscriptions that match any combination of the specified keys
|
|
12
|
-
* and values. For example, if you have <code>owner</code> and <code>environment</code> for
|
|
13
|
-
* tag keys, and <code>admin</code> and <code>test</code> for tag values, all subscriptions
|
|
14
|
-
* that have any combination of those values are returned.</p>
|
|
15
|
-
* <p>If both tag keys and values are omitted from the request, subscriptions are
|
|
16
|
-
* returned regardless of whether they have tag keys or values associated with
|
|
17
|
-
* them.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { RedshiftClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
22
|
-
* // const { RedshiftClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
23
|
-
* const client = new RedshiftClient(config);
|
|
24
|
-
* const command = new DescribeEventSubscriptionsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DescribeEventSubscriptionsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeEventSubscriptionsCommand = (function (_super) {
|
|
34
7
|
__extends(DescribeEventSubscriptionsCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
8
|
function DescribeEventSubscriptionsCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
41
10
|
_this.input = input;
|
|
42
11
|
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
DescribeEventSubscriptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeEventSubscriptionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventSubscriptionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAClG,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":"DescribeEventSubscriptionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventSubscriptionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAClG,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;AAyC7D;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,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,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"}
|
|
@@ -3,41 +3,13 @@ import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns events related to clusters, security groups, snapshots, and parameter
|
|
8
|
-
* groups for the past 14 days. Events specific to a particular cluster, security group,
|
|
9
|
-
* snapshot or parameter group can be obtained by providing the name as a parameter. By
|
|
10
|
-
* default, the past hour of events are returned.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { RedshiftClient, DescribeEventsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
15
|
-
* // const { RedshiftClient, DescribeEventsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
16
|
-
* const client = new RedshiftClient(config);
|
|
17
|
-
* const command = new DescribeEventsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var DescribeEventsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeEventsCommand = (function (_super) {
|
|
27
7
|
__extends(DescribeEventsCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function DescribeEventsCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
DescribeEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeEventsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,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":"DescribeEventsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeEventsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,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,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,aAAa,CAAC,kBAAkB;SAC3D,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,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -3,47 +3,13 @@ import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } fro
|
|
|
3
3
|
import { deserializeAws_queryDescribeHsmClientCertificatesCommand, serializeAws_queryDescribeHsmClientCertificatesCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns information about the specified HSM client certificate. If no certificate
|
|
8
|
-
* ID is specified, returns information about all the HSM certificates owned by your Amazon Web Services account.</p>
|
|
9
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
10
|
-
* all HSM client certificates that match any combination of the specified keys and values.
|
|
11
|
-
* For example, if you have <code>owner</code> and <code>environment</code> for tag keys,
|
|
12
|
-
* and <code>admin</code> and <code>test</code> for tag values, all HSM client certificates
|
|
13
|
-
* that have any combination of those values are returned.</p>
|
|
14
|
-
* <p>If both tag keys and values are omitted from the request, HSM client certificates
|
|
15
|
-
* are returned regardless of whether they have tag keys or values associated with
|
|
16
|
-
* them.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { RedshiftClient, DescribeHsmClientCertificatesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
21
|
-
* // const { RedshiftClient, DescribeHsmClientCertificatesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
22
|
-
* const client = new RedshiftClient(config);
|
|
23
|
-
* const command = new DescribeHsmClientCertificatesCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link DescribeHsmClientCertificatesCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link DescribeHsmClientCertificatesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
var DescribeHsmClientCertificatesCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeHsmClientCertificatesCommand = (function (_super) {
|
|
33
7
|
__extends(DescribeHsmClientCertificatesCommand, _super);
|
|
34
|
-
// Start section: command_properties
|
|
35
|
-
// End section: command_properties
|
|
36
8
|
function DescribeHsmClientCertificatesCommand(input) {
|
|
37
|
-
var _this =
|
|
38
|
-
// Start section: command_constructor
|
|
39
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
40
10
|
_this.input = input;
|
|
41
11
|
return _this;
|
|
42
|
-
// End section: command_constructor
|
|
43
12
|
}
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
13
|
DescribeHsmClientCertificatesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
48
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
49
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeHsmClientCertificatesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeHsmClientCertificatesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"DescribeHsmClientCertificatesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeHsmClientCertificatesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAwC7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|
|
@@ -3,48 +3,13 @@ import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../mo
|
|
|
3
3
|
import { deserializeAws_queryDescribeHsmConfigurationsCommand, serializeAws_queryDescribeHsmConfigurationsCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns information about the specified Amazon Redshift HSM configuration. If no
|
|
8
|
-
* configuration ID is specified, returns information about all the HSM configurations
|
|
9
|
-
* owned by your Amazon Web Services account.</p>
|
|
10
|
-
* <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns
|
|
11
|
-
* all HSM connections that match any combination of the specified keys and values. For
|
|
12
|
-
* example, if you have <code>owner</code> and <code>environment</code> for tag keys, and
|
|
13
|
-
* <code>admin</code> and <code>test</code> for tag values, all HSM connections that
|
|
14
|
-
* have any combination of those values are returned.</p>
|
|
15
|
-
* <p>If both tag keys and values are omitted from the request, HSM connections are
|
|
16
|
-
* returned regardless of whether they have tag keys or values associated with
|
|
17
|
-
* them.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { RedshiftClient, DescribeHsmConfigurationsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
22
|
-
* // const { RedshiftClient, DescribeHsmConfigurationsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
23
|
-
* const client = new RedshiftClient(config);
|
|
24
|
-
* const command = new DescribeHsmConfigurationsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeHsmConfigurationsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeHsmConfigurationsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DescribeHsmConfigurationsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeHsmConfigurationsCommand = (function (_super) {
|
|
34
7
|
__extends(DescribeHsmConfigurationsCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
8
|
function DescribeHsmConfigurationsCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
41
10
|
_this.input = input;
|
|
42
11
|
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
DescribeHsmConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeHsmConfigurationsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeHsmConfigurationsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"DescribeHsmConfigurationsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeHsmConfigurationsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyC7D;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
|
|
@@ -4,39 +4,13 @@ import { LoggingStatus } from "../models/models_1";
|
|
|
4
4
|
import { deserializeAws_queryDescribeLoggingStatusCommand, serializeAws_queryDescribeLoggingStatusCommand, } 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>Describes whether information, such as queries and connection attempts, is being
|
|
9
|
-
* logged for the specified Amazon Redshift cluster.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { RedshiftClient, DescribeLoggingStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
14
|
-
* // const { RedshiftClient, DescribeLoggingStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
15
|
-
* const client = new RedshiftClient(config);
|
|
16
|
-
* const command = new DescribeLoggingStatusCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeLoggingStatusCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeLoggingStatusCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DescribeLoggingStatusCommand = /** @class */ (function (_super) {
|
|
7
|
+
var DescribeLoggingStatusCommand = (function (_super) {
|
|
26
8
|
__extends(DescribeLoggingStatusCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
function DescribeLoggingStatusCommand(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
|
DescribeLoggingStatusCommand.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":"DescribeLoggingStatusCommand.js","sourceRoot":"","sources":["../../../commands/DescribeLoggingStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,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":"DescribeLoggingStatusCommand.js","sourceRoot":"","sources":["../../../commands/DescribeLoggingStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,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,aAAa,CAAC,kBAAkB;SAC3D,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,39 +3,13 @@ import { DescribeNodeConfigurationOptionsMessage, NodeConfigurationOptionsMessag
|
|
|
3
3
|
import { deserializeAws_queryDescribeNodeConfigurationOptionsCommand, serializeAws_queryDescribeNodeConfigurationOptionsCommand, } from "../protocols/Aws_query";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Returns properties of possible node configurations such as node type, number of nodes, and
|
|
8
|
-
* disk usage for the specified action type.</p>
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { RedshiftClient, DescribeNodeConfigurationOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
13
|
-
* // const { RedshiftClient, DescribeNodeConfigurationOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
14
|
-
* const client = new RedshiftClient(config);
|
|
15
|
-
* const command = new DescribeNodeConfigurationOptionsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DescribeNodeConfigurationOptionsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DescribeNodeConfigurationOptionsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link RedshiftClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DescribeNodeConfigurationOptionsCommand = /** @class */ (function (_super) {
|
|
6
|
+
var DescribeNodeConfigurationOptionsCommand = (function (_super) {
|
|
25
7
|
__extends(DescribeNodeConfigurationOptionsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DescribeNodeConfigurationOptionsCommand(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
|
DescribeNodeConfigurationOptionsCommand.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":"DescribeNodeConfigurationOptionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeNodeConfigurationOptionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAC9G,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,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":"DescribeNodeConfigurationOptionsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeNodeConfigurationOptionsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAC9G,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAA6D,2DAI5D;IAIC,iDAAqB,KAAmD;QAAxE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8C;;IAIxE,CAAC;IAKD,mEAAiB,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,yCAAyC,CAAC;QAC9D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uCAAuC,CAAC,kBAAkB;YACnF,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2DAAS,GAAjB,UACE,KAAmD,EACnD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,6DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,8CAAC;AAAD,CAAC,AA5DD,CAA6D,QAAQ,GA4DpE"}
|