@aws-sdk/client-redshift 3.1091.0 → 3.1093.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/README.md +28 -0
- package/dist-cjs/index.js +151 -1
- package/dist-es/Redshift.js +10 -0
- package/dist-es/commands/CreateQev2IdcApplicationCommand.js +4 -0
- package/dist-es/commands/DeleteQev2IdcApplicationCommand.js +4 -0
- package/dist-es/commands/DescribeQev2IdcApplicationsCommand.js +4 -0
- package/dist-es/commands/ModifyQev2IdcApplicationCommand.js +4 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/errors.js +24 -0
- package/dist-es/pagination/DescribeQev2IdcApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +87 -1
- package/dist-types/Redshift.d.ts +36 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/CreateQev2IdcApplicationCommand.d.ts +105 -0
- package/dist-types/commands/DeleteQev2IdcApplicationCommand.d.ts +82 -0
- package/dist-types/commands/DescribeQev2IdcApplicationsCommand.d.ts +102 -0
- package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyQev2IdcApplicationCommand.d.ts +98 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/errors.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +133 -147
- package/dist-types/models/models_1.d.ts +173 -1
- package/dist-types/pagination/DescribeQev2IdcApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +14 -0
- package/dist-types/ts3.4/Redshift.d.ts +76 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateQev2IdcApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteQev2IdcApplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeQev2IdcApplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyQev2IdcApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/errors.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -32
- package/dist-types/ts3.4/models/models_1.d.ts +41 -0
- package/dist-types/ts3.4/pagination/DescribeQev2IdcApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
- package/package.json +3 -3
|
@@ -202,6 +202,9 @@ const _CPS = "ClusterParameterStatus";
|
|
|
202
202
|
const _CPSL = "ClusterParameterStatusList";
|
|
203
203
|
const _CPUF = "ConflictPolicyUpdateFault";
|
|
204
204
|
const _CQEF = "ClusterQuotaExceededFault";
|
|
205
|
+
const _CQIA = "CreateQev2IdcApplication";
|
|
206
|
+
const _CQIAM = "CreateQev2IdcApplicationMessage";
|
|
207
|
+
const _CQIAR = "CreateQev2IdcApplicationResult";
|
|
205
208
|
const _CR = "ConsumerRegion";
|
|
206
209
|
const _CRIA = "CreateRedshiftIdcApplication";
|
|
207
210
|
const _CRIAM = "CreateRedshiftIdcApplicationMessage";
|
|
@@ -382,6 +385,11 @@ const _DPIM = "DescribePartnersInputMessage";
|
|
|
382
385
|
const _DPOM = "DescribePartnersOutputMessage";
|
|
383
386
|
const _DPe = "DeletePartner";
|
|
384
387
|
const _DPes = "DescribePartners";
|
|
388
|
+
const _DQIA = "DeleteQev2IdcApplication";
|
|
389
|
+
const _DQIAM = "DeleteQev2IdcApplicationMessage";
|
|
390
|
+
const _DQIAMe = "DescribeQev2IdcApplicationsMessage";
|
|
391
|
+
const _DQIAR = "DescribeQev2IdcApplicationsResult";
|
|
392
|
+
const _DQIAe = "DescribeQev2IdcApplications";
|
|
385
393
|
const _DR = "DestinationRegion";
|
|
386
394
|
const _DRIA = "DeleteRedshiftIdcApplication";
|
|
387
395
|
const _DRIAM = "DeleteRedshiftIdcApplicationMessage";
|
|
@@ -725,6 +733,9 @@ const _MLCM = "ModifyLakehouseConfigurationMessage";
|
|
|
725
733
|
const _MMP = "ManageMasterPassword";
|
|
726
734
|
const _MPSA = "MasterPasswordSecretArn";
|
|
727
735
|
const _MPSKKI = "MasterPasswordSecretKmsKeyId";
|
|
736
|
+
const _MQIA = "ModifyQev2IdcApplication";
|
|
737
|
+
const _MQIAM = "ModifyQev2IdcApplicationMessage";
|
|
738
|
+
const _MQIAR = "ModifyQev2IdcApplicationResult";
|
|
728
739
|
const _MR = "MaxRecords";
|
|
729
740
|
const _MRIA = "ModifyRedshiftIdcApplication";
|
|
730
741
|
const _MRIAM = "ModifyRedshiftIdcApplicationMessage";
|
|
@@ -823,6 +834,13 @@ const _Pa = "Parameter";
|
|
|
823
834
|
const _Pe = "Period";
|
|
824
835
|
const _Po = "Port";
|
|
825
836
|
const _Pol = "Policy";
|
|
837
|
+
const _QIA = "Qev2IdcApplication";
|
|
838
|
+
const _QIAA = "Qev2IdcApplicationArn";
|
|
839
|
+
const _QIAAEF = "Qev2IdcApplicationAlreadyExistsFault";
|
|
840
|
+
const _QIAL = "Qev2IdcApplicationList";
|
|
841
|
+
const _QIAN = "Qev2IdcApplicationName";
|
|
842
|
+
const _QIANEF = "Qev2IdcApplicationNotExistsFault";
|
|
843
|
+
const _QIAe = "Qev2IdcApplications";
|
|
826
844
|
const _R = "Resources";
|
|
827
845
|
const _RA = "ResourceArn";
|
|
828
846
|
const _RAL = "RecommendedActionList";
|
|
@@ -1151,7 +1169,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.redshift";
|
|
|
1151
1169
|
const _xN = "xmlName";
|
|
1152
1170
|
const n0 = "com.amazonaws.redshift";
|
|
1153
1171
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1154
|
-
import { AccessToClusterDeniedFault, AccessToSnapshotDeniedFault, AuthenticationProfileAlreadyExistsFault, AuthenticationProfileNotFoundFault, AuthenticationProfileQuotaExceededFault, AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BatchDeleteRequestSizeExceededFault, BatchModifyClusterSnapshotsLimitExceededFault, BucketNotFoundFault, ClusterAlreadyExistsFault, ClusterNotFoundFault, ClusterOnLatestRevisionFault, ClusterParameterGroupAlreadyExistsFault, ClusterParameterGroupNotFoundFault, ClusterParameterGroupQuotaExceededFault, ClusterQuotaExceededFault, ClusterSecurityGroupAlreadyExistsFault, ClusterSecurityGroupNotFoundFault, ClusterSecurityGroupQuotaExceededFault, ClusterSnapshotAlreadyExistsFault, ClusterSnapshotNotFoundFault, ClusterSnapshotQuotaExceededFault, ClusterSubnetGroupAlreadyExistsFault, ClusterSubnetGroupNotFoundFault, ClusterSubnetGroupQuotaExceededFault, ClusterSubnetQuotaExceededFault, ConflictPolicyUpdateFault, CopyToRegionDisabledFault, CustomCnameAssociationFault, CustomDomainAssociationNotFoundFault, DependentServiceAccessDeniedFault, DependentServiceRequestThrottlingFault, DependentServiceUnavailableFault, EndpointAlreadyExistsFault, EndpointAuthorizationAlreadyExistsFault, EndpointAuthorizationNotFoundFault, EndpointAuthorizationsPerClusterLimitExceededFault, EndpointNotFoundFault, EndpointsPerAuthorizationLimitExceededFault, EndpointsPerClusterLimitExceededFault, EventSubscriptionQuotaExceededFault, HsmClientCertificateAlreadyExistsFault, HsmClientCertificateNotFoundFault, HsmClientCertificateQuotaExceededFault, HsmConfigurationAlreadyExistsFault, HsmConfigurationNotFoundFault, HsmConfigurationQuotaExceededFault, IncompatibleOrderableOptions, InProgressTableRestoreQuotaExceededFault, InsufficientClusterCapacityFault, InsufficientS3BucketPolicyFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationConflictStateFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, IntegrationSourceNotFoundFault, IntegrationTargetNotFoundFault, InvalidAuthenticationProfileRequestFault, InvalidAuthorizationStateFault, InvalidClusterParameterGroupStateFault, InvalidClusterSecurityGroupStateFault, InvalidClusterSnapshotScheduleStateFault, InvalidClusterSnapshotStateFault, InvalidClusterStateFault, InvalidClusterSubnetGroupStateFault, InvalidClusterSubnetStateFault, InvalidClusterTrackFault, InvalidDataShareFault, InvalidElasticIpFault, InvalidEndpointStateFault, InvalidHsmClientCertificateStateFault, InvalidHsmConfigurationStateFault, InvalidNamespaceFault, InvalidPolicyFault, InvalidReservedNodeStateFault, InvalidRestoreFault, InvalidRetentionPeriodFault, InvalidS3BucketNameFault, InvalidS3KeyPrefixFault, InvalidScheduledActionFault, InvalidScheduleFault, InvalidSnapshotCopyGrantStateFault, InvalidSubnet, InvalidSubscriptionStateFault, InvalidTableRestoreArgumentFault, InvalidTagFault, InvalidUsageLimitFault, InvalidVPCNetworkStateFault, Ipv6CidrBlockNotFoundFault, LimitExceededFault, NumberOfNodesPerClusterLimitExceededFault, NumberOfNodesQuotaExceededFault, PartnerNotFoundFault, RedshiftIdcApplicationAlreadyExistsFault, RedshiftIdcApplicationNotExistsFault, RedshiftIdcApplicationQuotaExceededFault, RedshiftInvalidParameterFault, ReservedNodeAlreadyExistsFault, ReservedNodeAlreadyMigratedFault, ReservedNodeExchangeNotFoundFault, ReservedNodeNotFoundFault, ReservedNodeOfferingNotFoundFault, ReservedNodeQuotaExceededFault, ResizeNotFoundFault, ResourceNotFoundFault, ScheduledActionAlreadyExistsFault, ScheduledActionNotFoundFault, ScheduledActionQuotaExceededFault, ScheduledActionTypeUnsupportedFault, ScheduleDefinitionTypeUnsupportedFault, SnapshotCopyAlreadyDisabledFault, SnapshotCopyAlreadyEnabledFault, SnapshotCopyDisabledFault, SnapshotCopyGrantAlreadyExistsFault, SnapshotCopyGrantNotFoundFault, SnapshotCopyGrantQuotaExceededFault, SnapshotScheduleAlreadyExistsFault, SnapshotScheduleNotFoundFault, SnapshotScheduleQuotaExceededFault, SnapshotScheduleUpdateInProgressFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceNotFoundFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionEventIdNotFoundFault, SubscriptionNotFoundFault, SubscriptionSeverityNotFoundFault, TableLimitExceededFault, TableRestoreNotFoundFault, TagLimitExceededFault, UnauthorizedOperation, UnauthorizedPartnerIntegrationFault, UnknownSnapshotCopyRegionFault, UnsupportedOperationFault, UnsupportedOptionFault, UsageLimitAlreadyExistsFault, UsageLimitNotFoundFault, } from "../models/errors";
|
|
1172
|
+
import { AccessToClusterDeniedFault, AccessToSnapshotDeniedFault, AuthenticationProfileAlreadyExistsFault, AuthenticationProfileNotFoundFault, AuthenticationProfileQuotaExceededFault, AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BatchDeleteRequestSizeExceededFault, BatchModifyClusterSnapshotsLimitExceededFault, BucketNotFoundFault, ClusterAlreadyExistsFault, ClusterNotFoundFault, ClusterOnLatestRevisionFault, ClusterParameterGroupAlreadyExistsFault, ClusterParameterGroupNotFoundFault, ClusterParameterGroupQuotaExceededFault, ClusterQuotaExceededFault, ClusterSecurityGroupAlreadyExistsFault, ClusterSecurityGroupNotFoundFault, ClusterSecurityGroupQuotaExceededFault, ClusterSnapshotAlreadyExistsFault, ClusterSnapshotNotFoundFault, ClusterSnapshotQuotaExceededFault, ClusterSubnetGroupAlreadyExistsFault, ClusterSubnetGroupNotFoundFault, ClusterSubnetGroupQuotaExceededFault, ClusterSubnetQuotaExceededFault, ConflictPolicyUpdateFault, CopyToRegionDisabledFault, CustomCnameAssociationFault, CustomDomainAssociationNotFoundFault, DependentServiceAccessDeniedFault, DependentServiceRequestThrottlingFault, DependentServiceUnavailableFault, EndpointAlreadyExistsFault, EndpointAuthorizationAlreadyExistsFault, EndpointAuthorizationNotFoundFault, EndpointAuthorizationsPerClusterLimitExceededFault, EndpointNotFoundFault, EndpointsPerAuthorizationLimitExceededFault, EndpointsPerClusterLimitExceededFault, EventSubscriptionQuotaExceededFault, HsmClientCertificateAlreadyExistsFault, HsmClientCertificateNotFoundFault, HsmClientCertificateQuotaExceededFault, HsmConfigurationAlreadyExistsFault, HsmConfigurationNotFoundFault, HsmConfigurationQuotaExceededFault, IncompatibleOrderableOptions, InProgressTableRestoreQuotaExceededFault, InsufficientClusterCapacityFault, InsufficientS3BucketPolicyFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationConflictStateFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, IntegrationSourceNotFoundFault, IntegrationTargetNotFoundFault, InvalidAuthenticationProfileRequestFault, InvalidAuthorizationStateFault, InvalidClusterParameterGroupStateFault, InvalidClusterSecurityGroupStateFault, InvalidClusterSnapshotScheduleStateFault, InvalidClusterSnapshotStateFault, InvalidClusterStateFault, InvalidClusterSubnetGroupStateFault, InvalidClusterSubnetStateFault, InvalidClusterTrackFault, InvalidDataShareFault, InvalidElasticIpFault, InvalidEndpointStateFault, InvalidHsmClientCertificateStateFault, InvalidHsmConfigurationStateFault, InvalidNamespaceFault, InvalidPolicyFault, InvalidReservedNodeStateFault, InvalidRestoreFault, InvalidRetentionPeriodFault, InvalidS3BucketNameFault, InvalidS3KeyPrefixFault, InvalidScheduledActionFault, InvalidScheduleFault, InvalidSnapshotCopyGrantStateFault, InvalidSubnet, InvalidSubscriptionStateFault, InvalidTableRestoreArgumentFault, InvalidTagFault, InvalidUsageLimitFault, InvalidVPCNetworkStateFault, Ipv6CidrBlockNotFoundFault, LimitExceededFault, NumberOfNodesPerClusterLimitExceededFault, NumberOfNodesQuotaExceededFault, PartnerNotFoundFault, Qev2IdcApplicationAlreadyExistsFault, Qev2IdcApplicationNotExistsFault, RedshiftIdcApplicationAlreadyExistsFault, RedshiftIdcApplicationNotExistsFault, RedshiftIdcApplicationQuotaExceededFault, RedshiftInvalidParameterFault, ReservedNodeAlreadyExistsFault, ReservedNodeAlreadyMigratedFault, ReservedNodeExchangeNotFoundFault, ReservedNodeNotFoundFault, ReservedNodeOfferingNotFoundFault, ReservedNodeQuotaExceededFault, ResizeNotFoundFault, ResourceNotFoundFault, ScheduledActionAlreadyExistsFault, ScheduledActionNotFoundFault, ScheduledActionQuotaExceededFault, ScheduledActionTypeUnsupportedFault, ScheduleDefinitionTypeUnsupportedFault, SnapshotCopyAlreadyDisabledFault, SnapshotCopyAlreadyEnabledFault, SnapshotCopyDisabledFault, SnapshotCopyGrantAlreadyExistsFault, SnapshotCopyGrantNotFoundFault, SnapshotCopyGrantQuotaExceededFault, SnapshotScheduleAlreadyExistsFault, SnapshotScheduleNotFoundFault, SnapshotScheduleQuotaExceededFault, SnapshotScheduleUpdateInProgressFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceNotFoundFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionEventIdNotFoundFault, SubscriptionNotFoundFault, SubscriptionSeverityNotFoundFault, TableLimitExceededFault, TableRestoreNotFoundFault, TagLimitExceededFault, UnauthorizedOperation, UnauthorizedPartnerIntegrationFault, UnknownSnapshotCopyRegionFault, UnsupportedOperationFault, UnsupportedOptionFault, UsageLimitAlreadyExistsFault, UsageLimitNotFoundFault, } from "../models/errors";
|
|
1155
1173
|
import { RedshiftServiceException } from "../models/RedshiftServiceException";
|
|
1156
1174
|
const _s_registry = TypeRegistry.for(_s);
|
|
1157
1175
|
export var RedshiftServiceException$ = [-3, _s, "RedshiftServiceException", 0, [], []];
|
|
@@ -1733,6 +1751,18 @@ export var PartnerNotFoundFault$ = [-3, n0, _PNFF,
|
|
|
1733
1751
|
[0]
|
|
1734
1752
|
];
|
|
1735
1753
|
n0_registry.registerError(PartnerNotFoundFault$, PartnerNotFoundFault);
|
|
1754
|
+
export var Qev2IdcApplicationAlreadyExistsFault$ = [-3, n0, _QIAAEF,
|
|
1755
|
+
{ [_aQE]: [`Qev2IdcApplicationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1756
|
+
[_m],
|
|
1757
|
+
[0]
|
|
1758
|
+
];
|
|
1759
|
+
n0_registry.registerError(Qev2IdcApplicationAlreadyExistsFault$, Qev2IdcApplicationAlreadyExistsFault);
|
|
1760
|
+
export var Qev2IdcApplicationNotExistsFault$ = [-3, n0, _QIANEF,
|
|
1761
|
+
{ [_aQE]: [`Qev2IdcApplicationNotExists`, 404], [_e]: _c, [_hE]: 404 },
|
|
1762
|
+
[_m],
|
|
1763
|
+
[0]
|
|
1764
|
+
];
|
|
1765
|
+
n0_registry.registerError(Qev2IdcApplicationNotExistsFault$, Qev2IdcApplicationNotExistsFault);
|
|
1736
1766
|
export var RedshiftIdcApplicationAlreadyExistsFault$ = [-3, n0, _RIAAEF,
|
|
1737
1767
|
{ [_aQE]: [`RedshiftIdcApplicationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1738
1768
|
[_m],
|
|
@@ -2380,6 +2410,16 @@ export var CreateIntegrationMessage$ = [3, n0, _CIM,
|
|
|
2380
2410
|
[_SAo, _TA, _IN, _KMSKI, _TL, _AEC, _D],
|
|
2381
2411
|
[0, 0, 0, 0, [() => TagList, 0], 128 | 0, 0], 3
|
|
2382
2412
|
];
|
|
2413
|
+
export var CreateQev2IdcApplicationMessage$ = [3, n0, _CQIAM,
|
|
2414
|
+
0,
|
|
2415
|
+
[_IIA, _QIAN, _IDN, _T],
|
|
2416
|
+
[0, 0, 0, [() => TagList, 0]], 3
|
|
2417
|
+
];
|
|
2418
|
+
export var CreateQev2IdcApplicationResult$ = [3, n0, _CQIAR,
|
|
2419
|
+
0,
|
|
2420
|
+
[_QIA],
|
|
2421
|
+
[[() => Qev2IdcApplication$, 0]]
|
|
2422
|
+
];
|
|
2383
2423
|
export var CreateRedshiftIdcApplicationMessage$ = [3, n0, _CRIAM,
|
|
2384
2424
|
0,
|
|
2385
2425
|
[_IIA, _RIAN, _IDN, _IRA, _INd, _ATIL, _SIe, _AT, _T, _STK],
|
|
@@ -2535,6 +2575,11 @@ export var DeleteIntegrationMessage$ = [3, n0, _DIM,
|
|
|
2535
2575
|
[_IA],
|
|
2536
2576
|
[0], 1
|
|
2537
2577
|
];
|
|
2578
|
+
export var DeleteQev2IdcApplicationMessage$ = [3, n0, _DQIAM,
|
|
2579
|
+
0,
|
|
2580
|
+
[_QIAA],
|
|
2581
|
+
[0], 1
|
|
2582
|
+
];
|
|
2538
2583
|
export var DeleteRedshiftIdcApplicationMessage$ = [3, n0, _DRIAM,
|
|
2539
2584
|
0,
|
|
2540
2585
|
[_RIAA],
|
|
@@ -2760,6 +2805,16 @@ export var DescribePartnersOutputMessage$ = [3, n0, _DPOM,
|
|
|
2760
2805
|
[_PIIL],
|
|
2761
2806
|
[[() => PartnerIntegrationInfoList, 0]]
|
|
2762
2807
|
];
|
|
2808
|
+
export var DescribeQev2IdcApplicationsMessage$ = [3, n0, _DQIAMe,
|
|
2809
|
+
0,
|
|
2810
|
+
[_QIAA, _MR, _M],
|
|
2811
|
+
[0, 1, 0]
|
|
2812
|
+
];
|
|
2813
|
+
export var DescribeQev2IdcApplicationsResult$ = [3, n0, _DQIAR,
|
|
2814
|
+
0,
|
|
2815
|
+
[_QIAe, _M],
|
|
2816
|
+
[[() => Qev2IdcApplicationList, 0], 0]
|
|
2817
|
+
];
|
|
2763
2818
|
export var DescribeRedshiftIdcApplicationsMessage$ = [3, n0, _DRIAMe,
|
|
2764
2819
|
0,
|
|
2765
2820
|
[_RIAA, _MR, _M],
|
|
@@ -3205,6 +3260,16 @@ export var ModifyLakehouseConfigurationMessage$ = [3, n0, _MLCM,
|
|
|
3205
3260
|
[_CIl, _LR, _CNa, _LIR, _LIAA, _DRr],
|
|
3206
3261
|
[0, 0, 0, 0, 0, 2], 1
|
|
3207
3262
|
];
|
|
3263
|
+
export var ModifyQev2IdcApplicationMessage$ = [3, n0, _MQIAM,
|
|
3264
|
+
0,
|
|
3265
|
+
[_QIAA, _IDN],
|
|
3266
|
+
[0, 0], 1
|
|
3267
|
+
];
|
|
3268
|
+
export var ModifyQev2IdcApplicationResult$ = [3, n0, _MQIAR,
|
|
3269
|
+
0,
|
|
3270
|
+
[_QIA],
|
|
3271
|
+
[[() => Qev2IdcApplication$, 0]]
|
|
3272
|
+
];
|
|
3208
3273
|
export var ModifyRedshiftIdcApplicationMessage$ = [3, n0, _MRIAM,
|
|
3209
3274
|
0,
|
|
3210
3275
|
[_RIAA, _INd, _IRA, _IDN, _ATIL, _SIe],
|
|
@@ -3330,6 +3395,11 @@ export var PutResourcePolicyResult$ = [3, n0, _PRPR,
|
|
|
3330
3395
|
[_RPe],
|
|
3331
3396
|
[() => ResourcePolicy$]
|
|
3332
3397
|
];
|
|
3398
|
+
export var Qev2IdcApplication$ = [3, n0, _QIA,
|
|
3399
|
+
0,
|
|
3400
|
+
[_IIA, _QIAN, _QIAA, _IMAA, _IOS, _IDN, _T],
|
|
3401
|
+
[0, 0, 0, 0, 0, 0, [() => TagList, 0]]
|
|
3402
|
+
];
|
|
3333
3403
|
export var ReadWriteAccess$ = [3, n0, _RWA,
|
|
3334
3404
|
0,
|
|
3335
3405
|
[_Au],
|
|
@@ -3881,6 +3951,10 @@ var PartnerIntegrationInfoList = [1, n0, _PIIL,
|
|
|
3881
3951
|
{ [_xN]: _PII }]
|
|
3882
3952
|
];
|
|
3883
3953
|
var PendingActionsList = 64 | 0;
|
|
3954
|
+
var Qev2IdcApplicationList = [1, n0, _QIAL,
|
|
3955
|
+
0, [() => Qev2IdcApplication$,
|
|
3956
|
+
0]
|
|
3957
|
+
];
|
|
3884
3958
|
var RecommendationList = [1, n0, _RLec,
|
|
3885
3959
|
0, [() => Recommendation$,
|
|
3886
3960
|
{ [_xN]: _Rec }]
|
|
@@ -4137,6 +4211,9 @@ export var CreateHsmConfiguration$ = [9, n0, _CHC,
|
|
|
4137
4211
|
export var CreateIntegration$ = [9, n0, _CIr,
|
|
4138
4212
|
0, () => CreateIntegrationMessage$, () => Integration$
|
|
4139
4213
|
];
|
|
4214
|
+
export var CreateQev2IdcApplication$ = [9, n0, _CQIA,
|
|
4215
|
+
0, () => CreateQev2IdcApplicationMessage$, () => CreateQev2IdcApplicationResult$
|
|
4216
|
+
];
|
|
4140
4217
|
export var CreateRedshiftIdcApplication$ = [9, n0, _CRIA,
|
|
4141
4218
|
0, () => CreateRedshiftIdcApplicationMessage$, () => CreateRedshiftIdcApplicationResult$
|
|
4142
4219
|
];
|
|
@@ -4197,6 +4274,9 @@ export var DeleteIntegration$ = [9, n0, _DI,
|
|
|
4197
4274
|
export var DeletePartner$ = [9, n0, _DPe,
|
|
4198
4275
|
0, () => PartnerIntegrationInputMessage$, () => PartnerIntegrationOutputMessage$
|
|
4199
4276
|
];
|
|
4277
|
+
export var DeleteQev2IdcApplication$ = [9, n0, _DQIA,
|
|
4278
|
+
0, () => DeleteQev2IdcApplicationMessage$, () => __Unit
|
|
4279
|
+
];
|
|
4200
4280
|
export var DeleteRedshiftIdcApplication$ = [9, n0, _DRIA,
|
|
4201
4281
|
0, () => DeleteRedshiftIdcApplicationMessage$, () => __Unit
|
|
4202
4282
|
];
|
|
@@ -4308,6 +4388,9 @@ export var DescribeOrderableClusterOptions$ = [9, n0, _DOCO,
|
|
|
4308
4388
|
export var DescribePartners$ = [9, n0, _DPes,
|
|
4309
4389
|
0, () => DescribePartnersInputMessage$, () => DescribePartnersOutputMessage$
|
|
4310
4390
|
];
|
|
4391
|
+
export var DescribeQev2IdcApplications$ = [9, n0, _DQIAe,
|
|
4392
|
+
0, () => DescribeQev2IdcApplicationsMessage$, () => DescribeQev2IdcApplicationsResult$
|
|
4393
|
+
];
|
|
4311
4394
|
export var DescribeRedshiftIdcApplications$ = [9, n0, _DRIAe,
|
|
4312
4395
|
0, () => DescribeRedshiftIdcApplicationsMessage$, () => DescribeRedshiftIdcApplicationsResult$
|
|
4313
4396
|
];
|
|
@@ -4428,6 +4511,9 @@ export var ModifyIntegration$ = [9, n0, _MI,
|
|
|
4428
4511
|
export var ModifyLakehouseConfiguration$ = [9, n0, _MLC,
|
|
4429
4512
|
0, () => ModifyLakehouseConfigurationMessage$, () => LakehouseConfiguration$
|
|
4430
4513
|
];
|
|
4514
|
+
export var ModifyQev2IdcApplication$ = [9, n0, _MQIA,
|
|
4515
|
+
0, () => ModifyQev2IdcApplicationMessage$, () => ModifyQev2IdcApplicationResult$
|
|
4516
|
+
];
|
|
4431
4517
|
export var ModifyRedshiftIdcApplication$ = [9, n0, _MRIA,
|
|
4432
4518
|
0, () => ModifyRedshiftIdcApplicationMessage$, () => ModifyRedshiftIdcApplicationResult$
|
|
4433
4519
|
];
|
package/dist-types/Redshift.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ import { type CreateEventSubscriptionCommandInput, type CreateEventSubscriptionC
|
|
|
23
23
|
import { type CreateHsmClientCertificateCommandInput, type CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
|
|
24
24
|
import { type CreateHsmConfigurationCommandInput, type CreateHsmConfigurationCommandOutput } from "./commands/CreateHsmConfigurationCommand";
|
|
25
25
|
import { type CreateIntegrationCommandInput, type CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
|
|
26
|
+
import { type CreateQev2IdcApplicationCommandInput, type CreateQev2IdcApplicationCommandOutput } from "./commands/CreateQev2IdcApplicationCommand";
|
|
26
27
|
import { type CreateRedshiftIdcApplicationCommandInput, type CreateRedshiftIdcApplicationCommandOutput } from "./commands/CreateRedshiftIdcApplicationCommand";
|
|
27
28
|
import { type CreateScheduledActionCommandInput, type CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
|
|
28
29
|
import { type CreateSnapshotCopyGrantCommandInput, type CreateSnapshotCopyGrantCommandOutput } from "./commands/CreateSnapshotCopyGrantCommand";
|
|
@@ -43,6 +44,7 @@ import { type DeleteHsmClientCertificateCommandInput, type DeleteHsmClientCertif
|
|
|
43
44
|
import { type DeleteHsmConfigurationCommandInput, type DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
|
|
44
45
|
import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
45
46
|
import { type DeletePartnerCommandInput, type DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
|
|
47
|
+
import { type DeleteQev2IdcApplicationCommandInput, type DeleteQev2IdcApplicationCommandOutput } from "./commands/DeleteQev2IdcApplicationCommand";
|
|
46
48
|
import { type DeleteRedshiftIdcApplicationCommandInput, type DeleteRedshiftIdcApplicationCommandOutput } from "./commands/DeleteRedshiftIdcApplicationCommand";
|
|
47
49
|
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
48
50
|
import { type DeleteScheduledActionCommandInput, type DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
|
|
@@ -80,6 +82,7 @@ import { type DescribeLoggingStatusCommandInput, type DescribeLoggingStatusComma
|
|
|
80
82
|
import { type DescribeNodeConfigurationOptionsCommandInput, type DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
|
|
81
83
|
import { type DescribeOrderableClusterOptionsCommandInput, type DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
|
|
82
84
|
import { type DescribePartnersCommandInput, type DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
|
|
85
|
+
import { type DescribeQev2IdcApplicationsCommandInput, type DescribeQev2IdcApplicationsCommandOutput } from "./commands/DescribeQev2IdcApplicationsCommand";
|
|
83
86
|
import { type DescribeRedshiftIdcApplicationsCommandInput, type DescribeRedshiftIdcApplicationsCommandOutput } from "./commands/DescribeRedshiftIdcApplicationsCommand";
|
|
84
87
|
import { type DescribeReservedNodeExchangeStatusCommandInput, type DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
|
|
85
88
|
import { type DescribeReservedNodeOfferingsCommandInput, type DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
|
|
@@ -120,6 +123,7 @@ import { type ModifyEndpointAccessCommandInput, type ModifyEndpointAccessCommand
|
|
|
120
123
|
import { type ModifyEventSubscriptionCommandInput, type ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
121
124
|
import { type ModifyIntegrationCommandInput, type ModifyIntegrationCommandOutput } from "./commands/ModifyIntegrationCommand";
|
|
122
125
|
import { type ModifyLakehouseConfigurationCommandInput, type ModifyLakehouseConfigurationCommandOutput } from "./commands/ModifyLakehouseConfigurationCommand";
|
|
126
|
+
import { type ModifyQev2IdcApplicationCommandInput, type ModifyQev2IdcApplicationCommandOutput } from "./commands/ModifyQev2IdcApplicationCommand";
|
|
123
127
|
import { type ModifyRedshiftIdcApplicationCommandInput, type ModifyRedshiftIdcApplicationCommandOutput } from "./commands/ModifyRedshiftIdcApplicationCommand";
|
|
124
128
|
import { type ModifyScheduledActionCommandInput, type ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
|
|
125
129
|
import { type ModifySnapshotCopyRetentionPeriodCommandInput, type ModifySnapshotCopyRetentionPeriodCommandOutput } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
|
|
@@ -282,6 +286,12 @@ export interface Redshift {
|
|
|
282
286
|
createIntegration(args: CreateIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationCommandOutput>;
|
|
283
287
|
createIntegration(args: CreateIntegrationCommandInput, cb: (err: any, data?: CreateIntegrationCommandOutput) => void): void;
|
|
284
288
|
createIntegration(args: CreateIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationCommandOutput) => void): void;
|
|
289
|
+
/**
|
|
290
|
+
* @see {@link CreateQev2IdcApplicationCommand}
|
|
291
|
+
*/
|
|
292
|
+
createQev2IdcApplication(args: CreateQev2IdcApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateQev2IdcApplicationCommandOutput>;
|
|
293
|
+
createQev2IdcApplication(args: CreateQev2IdcApplicationCommandInput, cb: (err: any, data?: CreateQev2IdcApplicationCommandOutput) => void): void;
|
|
294
|
+
createQev2IdcApplication(args: CreateQev2IdcApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQev2IdcApplicationCommandOutput) => void): void;
|
|
285
295
|
/**
|
|
286
296
|
* @see {@link CreateRedshiftIdcApplicationCommand}
|
|
287
297
|
*/
|
|
@@ -403,6 +413,12 @@ export interface Redshift {
|
|
|
403
413
|
deletePartner(args: DeletePartnerCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartnerCommandOutput>;
|
|
404
414
|
deletePartner(args: DeletePartnerCommandInput, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
|
|
405
415
|
deletePartner(args: DeletePartnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
|
|
416
|
+
/**
|
|
417
|
+
* @see {@link DeleteQev2IdcApplicationCommand}
|
|
418
|
+
*/
|
|
419
|
+
deleteQev2IdcApplication(args: DeleteQev2IdcApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQev2IdcApplicationCommandOutput>;
|
|
420
|
+
deleteQev2IdcApplication(args: DeleteQev2IdcApplicationCommandInput, cb: (err: any, data?: DeleteQev2IdcApplicationCommandOutput) => void): void;
|
|
421
|
+
deleteQev2IdcApplication(args: DeleteQev2IdcApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQev2IdcApplicationCommandOutput) => void): void;
|
|
406
422
|
/**
|
|
407
423
|
* @see {@link DeleteRedshiftIdcApplicationCommand}
|
|
408
424
|
*/
|
|
@@ -649,6 +665,13 @@ export interface Redshift {
|
|
|
649
665
|
describePartners(args: DescribePartnersCommandInput, options?: __HttpHandlerOptions): Promise<DescribePartnersCommandOutput>;
|
|
650
666
|
describePartners(args: DescribePartnersCommandInput, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
|
|
651
667
|
describePartners(args: DescribePartnersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnersCommandOutput) => void): void;
|
|
668
|
+
/**
|
|
669
|
+
* @see {@link DescribeQev2IdcApplicationsCommand}
|
|
670
|
+
*/
|
|
671
|
+
describeQev2IdcApplications(): Promise<DescribeQev2IdcApplicationsCommandOutput>;
|
|
672
|
+
describeQev2IdcApplications(args: DescribeQev2IdcApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQev2IdcApplicationsCommandOutput>;
|
|
673
|
+
describeQev2IdcApplications(args: DescribeQev2IdcApplicationsCommandInput, cb: (err: any, data?: DescribeQev2IdcApplicationsCommandOutput) => void): void;
|
|
674
|
+
describeQev2IdcApplications(args: DescribeQev2IdcApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQev2IdcApplicationsCommandOutput) => void): void;
|
|
652
675
|
/**
|
|
653
676
|
* @see {@link DescribeRedshiftIdcApplicationsCommand}
|
|
654
677
|
*/
|
|
@@ -902,6 +925,12 @@ export interface Redshift {
|
|
|
902
925
|
modifyLakehouseConfiguration(args: ModifyLakehouseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLakehouseConfigurationCommandOutput>;
|
|
903
926
|
modifyLakehouseConfiguration(args: ModifyLakehouseConfigurationCommandInput, cb: (err: any, data?: ModifyLakehouseConfigurationCommandOutput) => void): void;
|
|
904
927
|
modifyLakehouseConfiguration(args: ModifyLakehouseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLakehouseConfigurationCommandOutput) => void): void;
|
|
928
|
+
/**
|
|
929
|
+
* @see {@link ModifyQev2IdcApplicationCommand}
|
|
930
|
+
*/
|
|
931
|
+
modifyQev2IdcApplication(args: ModifyQev2IdcApplicationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyQev2IdcApplicationCommandOutput>;
|
|
932
|
+
modifyQev2IdcApplication(args: ModifyQev2IdcApplicationCommandInput, cb: (err: any, data?: ModifyQev2IdcApplicationCommandOutput) => void): void;
|
|
933
|
+
modifyQev2IdcApplication(args: ModifyQev2IdcApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyQev2IdcApplicationCommandOutput) => void): void;
|
|
905
934
|
/**
|
|
906
935
|
* @see {@link ModifyRedshiftIdcApplicationCommand}
|
|
907
936
|
*/
|
|
@@ -1197,6 +1226,13 @@ export interface Redshift {
|
|
|
1197
1226
|
* @returns AsyncIterable of {@link DescribeOrderableClusterOptionsCommandOutput}.
|
|
1198
1227
|
*/
|
|
1199
1228
|
paginateDescribeOrderableClusterOptions(args?: DescribeOrderableClusterOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeOrderableClusterOptionsCommandOutput>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @see {@link DescribeQev2IdcApplicationsCommand}
|
|
1231
|
+
* @param args - command input.
|
|
1232
|
+
* @param paginationConfig - optional pagination config.
|
|
1233
|
+
* @returns AsyncIterable of {@link DescribeQev2IdcApplicationsCommandOutput}.
|
|
1234
|
+
*/
|
|
1235
|
+
paginateDescribeQev2IdcApplications(args?: DescribeQev2IdcApplicationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeQev2IdcApplicationsCommandOutput>;
|
|
1200
1236
|
/**
|
|
1201
1237
|
* @see {@link DescribeRedshiftIdcApplicationsCommand}
|
|
1202
1238
|
* @param args - command input.
|
|
@@ -29,6 +29,7 @@ import type { CreateEventSubscriptionCommandInput, CreateEventSubscriptionComman
|
|
|
29
29
|
import type { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "./commands/CreateHsmClientCertificateCommand";
|
|
30
30
|
import type { CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput } from "./commands/CreateHsmConfigurationCommand";
|
|
31
31
|
import type { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
|
|
32
|
+
import type { CreateQev2IdcApplicationCommandInput, CreateQev2IdcApplicationCommandOutput } from "./commands/CreateQev2IdcApplicationCommand";
|
|
32
33
|
import type { CreateRedshiftIdcApplicationCommandInput, CreateRedshiftIdcApplicationCommandOutput } from "./commands/CreateRedshiftIdcApplicationCommand";
|
|
33
34
|
import type { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
|
|
34
35
|
import type { CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput } from "./commands/CreateSnapshotCopyGrantCommand";
|
|
@@ -49,6 +50,7 @@ import type { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificate
|
|
|
49
50
|
import type { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
|
|
50
51
|
import type { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
51
52
|
import type { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
|
|
53
|
+
import type { DeleteQev2IdcApplicationCommandInput, DeleteQev2IdcApplicationCommandOutput } from "./commands/DeleteQev2IdcApplicationCommand";
|
|
52
54
|
import type { DeleteRedshiftIdcApplicationCommandInput, DeleteRedshiftIdcApplicationCommandOutput } from "./commands/DeleteRedshiftIdcApplicationCommand";
|
|
53
55
|
import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
54
56
|
import type { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
|
|
@@ -86,6 +88,7 @@ import type { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOut
|
|
|
86
88
|
import type { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
|
|
87
89
|
import type { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
|
|
88
90
|
import type { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "./commands/DescribePartnersCommand";
|
|
91
|
+
import type { DescribeQev2IdcApplicationsCommandInput, DescribeQev2IdcApplicationsCommandOutput } from "./commands/DescribeQev2IdcApplicationsCommand";
|
|
89
92
|
import type { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "./commands/DescribeRedshiftIdcApplicationsCommand";
|
|
90
93
|
import type { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "./commands/DescribeReservedNodeExchangeStatusCommand";
|
|
91
94
|
import type { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "./commands/DescribeReservedNodeOfferingsCommand";
|
|
@@ -126,6 +129,7 @@ import type { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutpu
|
|
|
126
129
|
import type { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
127
130
|
import type { ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput } from "./commands/ModifyIntegrationCommand";
|
|
128
131
|
import type { ModifyLakehouseConfigurationCommandInput, ModifyLakehouseConfigurationCommandOutput } from "./commands/ModifyLakehouseConfigurationCommand";
|
|
132
|
+
import type { ModifyQev2IdcApplicationCommandInput, ModifyQev2IdcApplicationCommandOutput } from "./commands/ModifyQev2IdcApplicationCommand";
|
|
129
133
|
import type { ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput } from "./commands/ModifyRedshiftIdcApplicationCommand";
|
|
130
134
|
import type { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "./commands/ModifyScheduledActionCommand";
|
|
131
135
|
import type { ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
|
|
@@ -153,11 +157,11 @@ export { __Client };
|
|
|
153
157
|
/**
|
|
154
158
|
* @public
|
|
155
159
|
*/
|
|
156
|
-
export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateIntegrationCommandInput | CreateRedshiftIdcApplicationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeleteIntegrationCommandInput | DeletePartnerCommandInput | DeleteRedshiftIdcApplicationCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DeregisterNamespaceCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeRedshiftIdcApplicationsCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | FailoverPrimaryComputeCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetIdentityCenterAuthTokenCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | GetResourcePolicyCommandInput | ListRecommendationsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyIntegrationCommandInput | ModifyLakehouseConfigurationCommandInput | ModifyRedshiftIdcApplicationCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | PutResourcePolicyCommandInput | RebootClusterCommandInput | RegisterNamespaceCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
|
|
160
|
+
export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateIntegrationCommandInput | CreateQev2IdcApplicationCommandInput | CreateRedshiftIdcApplicationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeleteIntegrationCommandInput | DeletePartnerCommandInput | DeleteQev2IdcApplicationCommandInput | DeleteRedshiftIdcApplicationCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DeregisterNamespaceCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeQev2IdcApplicationsCommandInput | DescribeRedshiftIdcApplicationsCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | FailoverPrimaryComputeCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetIdentityCenterAuthTokenCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | GetResourcePolicyCommandInput | ListRecommendationsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyIntegrationCommandInput | ModifyLakehouseConfigurationCommandInput | ModifyQev2IdcApplicationCommandInput | ModifyRedshiftIdcApplicationCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | PutResourcePolicyCommandInput | RebootClusterCommandInput | RegisterNamespaceCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
|
|
157
161
|
/**
|
|
158
162
|
* @public
|
|
159
163
|
*/
|
|
160
|
-
export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateRedshiftIdcApplicationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeletePartnerCommandOutput | DeleteRedshiftIdcApplicationCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DeregisterNamespaceCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeRedshiftIdcApplicationsCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | FailoverPrimaryComputeCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetIdentityCenterAuthTokenCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | GetResourcePolicyCommandOutput | ListRecommendationsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyIntegrationCommandOutput | ModifyLakehouseConfigurationCommandOutput | ModifyRedshiftIdcApplicationCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | PutResourcePolicyCommandOutput | RebootClusterCommandOutput | RegisterNamespaceCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
|
|
164
|
+
export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateQev2IdcApplicationCommandOutput | CreateRedshiftIdcApplicationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeletePartnerCommandOutput | DeleteQev2IdcApplicationCommandOutput | DeleteRedshiftIdcApplicationCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DeregisterNamespaceCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeQev2IdcApplicationsCommandOutput | DescribeRedshiftIdcApplicationsCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | FailoverPrimaryComputeCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetIdentityCenterAuthTokenCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | GetResourcePolicyCommandOutput | ListRecommendationsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyIntegrationCommandOutput | ModifyLakehouseConfigurationCommandOutput | ModifyQev2IdcApplicationCommandOutput | ModifyRedshiftIdcApplicationCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | PutResourcePolicyCommandOutput | RebootClusterCommandOutput | RegisterNamespaceCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
|
|
161
165
|
/**
|
|
162
166
|
* @public
|
|
163
167
|
*/
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { CreateQev2IdcApplicationMessage, CreateQev2IdcApplicationResult } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link CreateQev2IdcApplicationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface CreateQev2IdcApplicationCommandInput extends CreateQev2IdcApplicationMessage {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link CreateQev2IdcApplicationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateQev2IdcApplicationCommandOutput extends CreateQev2IdcApplicationResult, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const CreateQev2IdcApplicationCommand_base: {
|
|
22
|
+
new (input: CreateQev2IdcApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateQev2IdcApplicationCommandInput, CreateQev2IdcApplicationCommandOutput, import("..").RedshiftClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateQev2IdcApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateQev2IdcApplicationCommandInput, CreateQev2IdcApplicationCommandOutput, import("..").RedshiftClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Creates an Amazon Redshift Query Editor (QEV2) IAM Identity Center application.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { RedshiftClient, CreateQev2IdcApplicationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
|
+
* // const { RedshiftClient, CreateQev2IdcApplicationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
|
+
* // import type { RedshiftClientConfig } from "@aws-sdk/client-redshift";
|
|
34
|
+
* const config = {}; // type is RedshiftClientConfig
|
|
35
|
+
* const client = new RedshiftClient(config);
|
|
36
|
+
* const input = { // CreateQev2IdcApplicationMessage
|
|
37
|
+
* IdcInstanceArn: "STRING_VALUE", // required
|
|
38
|
+
* Qev2IdcApplicationName: "STRING_VALUE", // required
|
|
39
|
+
* IdcDisplayName: "STRING_VALUE", // required
|
|
40
|
+
* Tags: [ // TagList
|
|
41
|
+
* { // Tag
|
|
42
|
+
* Key: "STRING_VALUE",
|
|
43
|
+
* Value: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CreateQev2IdcApplicationCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateQev2IdcApplicationResult
|
|
50
|
+
* // Qev2IdcApplication: { // Qev2IdcApplication
|
|
51
|
+
* // IdcInstanceArn: "STRING_VALUE",
|
|
52
|
+
* // Qev2IdcApplicationName: "STRING_VALUE",
|
|
53
|
+
* // Qev2IdcApplicationArn: "STRING_VALUE",
|
|
54
|
+
* // IdcManagedApplicationArn: "STRING_VALUE",
|
|
55
|
+
* // IdcOnboardStatus: "STRING_VALUE",
|
|
56
|
+
* // IdcDisplayName: "STRING_VALUE",
|
|
57
|
+
* // Tags: [ // TagList
|
|
58
|
+
* // { // Tag
|
|
59
|
+
* // Key: "STRING_VALUE",
|
|
60
|
+
* // Value: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param CreateQev2IdcApplicationCommandInput - {@link CreateQev2IdcApplicationCommandInput}
|
|
69
|
+
* @returns {@link CreateQev2IdcApplicationCommandOutput}
|
|
70
|
+
* @see {@link CreateQev2IdcApplicationCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link CreateQev2IdcApplicationCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link DependentServiceAccessDeniedFault} (client fault)
|
|
75
|
+
* <p>A dependent service denied access for the integration.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
78
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
79
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link Qev2IdcApplicationAlreadyExistsFault} (client fault)
|
|
82
|
+
* <p>The Amazon Redshift Query Editor (QEV2) IAM Identity Center application already exists. Use a different application name or describe existing applications to find the ARN.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
85
|
+
* <p>The requested operation isn't supported.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link RedshiftServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
89
|
+
*
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class CreateQev2IdcApplicationCommand extends CreateQev2IdcApplicationCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateQev2IdcApplicationMessage;
|
|
98
|
+
output: CreateQev2IdcApplicationResult;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateQev2IdcApplicationCommandInput;
|
|
102
|
+
output: CreateQev2IdcApplicationCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { DeleteQev2IdcApplicationMessage } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link DeleteQev2IdcApplicationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface DeleteQev2IdcApplicationCommandInput extends DeleteQev2IdcApplicationMessage {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link DeleteQev2IdcApplicationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface DeleteQev2IdcApplicationCommandOutput extends __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const DeleteQev2IdcApplicationCommand_base: {
|
|
22
|
+
new (input: DeleteQev2IdcApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteQev2IdcApplicationCommandInput, DeleteQev2IdcApplicationCommandOutput, import("..").RedshiftClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteQev2IdcApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteQev2IdcApplicationCommandInput, DeleteQev2IdcApplicationCommandOutput, import("..").RedshiftClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Deletes an Amazon Redshift Query Editor (QEV2) IAM Identity Center application.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { RedshiftClient, DeleteQev2IdcApplicationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
|
+
* // const { RedshiftClient, DeleteQev2IdcApplicationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
|
+
* // import type { RedshiftClientConfig } from "@aws-sdk/client-redshift";
|
|
34
|
+
* const config = {}; // type is RedshiftClientConfig
|
|
35
|
+
* const client = new RedshiftClient(config);
|
|
36
|
+
* const input = { // DeleteQev2IdcApplicationMessage
|
|
37
|
+
* Qev2IdcApplicationArn: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteQev2IdcApplicationCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteQev2IdcApplicationCommandInput - {@link DeleteQev2IdcApplicationCommandInput}
|
|
46
|
+
* @returns {@link DeleteQev2IdcApplicationCommandOutput}
|
|
47
|
+
* @see {@link DeleteQev2IdcApplicationCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteQev2IdcApplicationCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DependentServiceAccessDeniedFault} (client fault)
|
|
52
|
+
* <p>A dependent service denied access for the integration.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DependentServiceUnavailableFault} (client fault)
|
|
55
|
+
* <p>Your request cannot be completed because a dependent internal service is
|
|
56
|
+
* temporarily unavailable. Wait 30 to 60 seconds and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link Qev2IdcApplicationNotExistsFault} (client fault)
|
|
59
|
+
* <p>The specified Amazon Redshift Query Editor (QEV2) IAM Identity Center application doesn't exist. Verify that the application ARN is correct and that the application exists in this Region.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
62
|
+
* <p>The requested operation isn't supported.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link RedshiftServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare class DeleteQev2IdcApplicationCommand extends DeleteQev2IdcApplicationCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteQev2IdcApplicationMessage;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteQev2IdcApplicationCommandInput;
|
|
79
|
+
output: DeleteQev2IdcApplicationCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|