@aws-sdk/client-redshift 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Redshift.d.ts +467 -518
- package/dist-types/ts3.4/RedshiftClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeregisterNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverPrimaryComputeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClusterCredentialsWithIAMCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyLakehouseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +138 -596
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +3 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -40,10 +37,7 @@ import {
|
|
|
40
37
|
AcceptReservedNodeExchangeCommandInput,
|
|
41
38
|
AcceptReservedNodeExchangeCommandOutput,
|
|
42
39
|
} from "./commands/AcceptReservedNodeExchangeCommand";
|
|
43
|
-
import {
|
|
44
|
-
AddPartnerCommandInput,
|
|
45
|
-
AddPartnerCommandOutput,
|
|
46
|
-
} from "./commands/AddPartnerCommand";
|
|
40
|
+
import { AddPartnerCommandInput, AddPartnerCommandOutput } from "./commands/AddPartnerCommand";
|
|
47
41
|
import {
|
|
48
42
|
AssociateDataShareConsumerCommandInput,
|
|
49
43
|
AssociateDataShareConsumerCommandOutput,
|
|
@@ -144,10 +138,7 @@ import {
|
|
|
144
138
|
CreateSnapshotScheduleCommandInput,
|
|
145
139
|
CreateSnapshotScheduleCommandOutput,
|
|
146
140
|
} from "./commands/CreateSnapshotScheduleCommand";
|
|
147
|
-
import {
|
|
148
|
-
CreateTagsCommandInput,
|
|
149
|
-
CreateTagsCommandOutput,
|
|
150
|
-
} from "./commands/CreateTagsCommand";
|
|
141
|
+
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
151
142
|
import {
|
|
152
143
|
CreateUsageLimitCommandInput,
|
|
153
144
|
CreateUsageLimitCommandOutput,
|
|
@@ -228,10 +219,7 @@ import {
|
|
|
228
219
|
DeleteSnapshotScheduleCommandInput,
|
|
229
220
|
DeleteSnapshotScheduleCommandOutput,
|
|
230
221
|
} from "./commands/DeleteSnapshotScheduleCommand";
|
|
231
|
-
import {
|
|
232
|
-
DeleteTagsCommandInput,
|
|
233
|
-
DeleteTagsCommandOutput,
|
|
234
|
-
} from "./commands/DeleteTagsCommand";
|
|
222
|
+
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
235
223
|
import {
|
|
236
224
|
DeleteUsageLimitCommandInput,
|
|
237
225
|
DeleteUsageLimitCommandOutput,
|
|
@@ -891,8 +879,7 @@ export type ServiceOutputTypes =
|
|
|
891
879
|
| RevokeSnapshotAccessCommandOutput
|
|
892
880
|
| RotateEncryptionKeyCommandOutput
|
|
893
881
|
| UpdatePartnerStatusCommandOutput;
|
|
894
|
-
export interface ClientDefaults
|
|
895
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
882
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
896
883
|
requestHandler?: __HttpHandlerUserInput;
|
|
897
884
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
898
885
|
urlParser?: __UrlParser;
|
|
@@ -917,9 +904,7 @@ export interface ClientDefaults
|
|
|
917
904
|
extensions?: RuntimeExtension[];
|
|
918
905
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
919
906
|
}
|
|
920
|
-
export type RedshiftClientConfigType = Partial<
|
|
921
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
922
|
-
> &
|
|
907
|
+
export type RedshiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
923
908
|
ClientDefaults &
|
|
924
909
|
UserAgentInputConfig &
|
|
925
910
|
RetryInputConfig &
|
|
@@ -929,19 +914,17 @@ export type RedshiftClientConfigType = Partial<
|
|
|
929
914
|
HttpAuthSchemeInputConfig &
|
|
930
915
|
ClientInputEndpointParameters;
|
|
931
916
|
export interface RedshiftClientConfig extends RedshiftClientConfigType {}
|
|
932
|
-
export type RedshiftClientResolvedConfigType =
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
export interface RedshiftClientResolvedConfig
|
|
944
|
-
extends RedshiftClientResolvedConfigType {}
|
|
917
|
+
export type RedshiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
918
|
+
Required<ClientDefaults> &
|
|
919
|
+
RuntimeExtensionsConfig &
|
|
920
|
+
UserAgentResolvedConfig &
|
|
921
|
+
RetryResolvedConfig &
|
|
922
|
+
RegionResolvedConfig &
|
|
923
|
+
HostHeaderResolvedConfig &
|
|
924
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
925
|
+
HttpAuthSchemeResolvedConfig &
|
|
926
|
+
ClientResolvedEndpointParameters;
|
|
927
|
+
export interface RedshiftClientResolvedConfig extends RedshiftClientResolvedConfigType {}
|
|
945
928
|
export declare class RedshiftClient extends __Client<
|
|
946
929
|
__HttpHandlerOptions,
|
|
947
930
|
ServiceInputTypes,
|
|
@@ -949,8 +932,6 @@ export declare class RedshiftClient extends __Client<
|
|
|
949
932
|
RedshiftClientResolvedConfig
|
|
950
933
|
> {
|
|
951
934
|
readonly config: RedshiftClientResolvedConfig;
|
|
952
|
-
constructor(
|
|
953
|
-
...[configuration]: __CheckOptionalClientConfig<RedshiftClientConfig>
|
|
954
|
-
);
|
|
935
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<RedshiftClientConfig>);
|
|
955
936
|
destroy(): void;
|
|
956
937
|
}
|
|
@@ -7,17 +7,10 @@ import { RedshiftHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: RedshiftHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: RedshiftHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): RedshiftHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { RedshiftClientResolvedConfig } from "../RedshiftClient";
|
|
15
|
-
export interface RedshiftHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface RedshiftHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface RedshiftHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface RedshiftHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
RedshiftClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
RedshiftHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultRedshiftHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: RedshiftClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<RedshiftHttpAuthSchemeParameters>;
|
|
31
|
-
export interface RedshiftHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<RedshiftHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface RedshiftHttpAuthSchemeProvider extends HttpAuthSchemeProvider<RedshiftHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultRedshiftHttpAuthSchemeProvider: RedshiftHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: RedshiftHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: RedshiftHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./RedshiftClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
RedshiftClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AcceptReservedNodeExchangeOutputMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AcceptReservedNodeExchangeCommandInput
|
|
8
|
-
extends AcceptReservedNodeExchangeInputMessage {}
|
|
7
|
+
export interface AcceptReservedNodeExchangeCommandInput extends AcceptReservedNodeExchangeInputMessage {}
|
|
9
8
|
export interface AcceptReservedNodeExchangeCommandOutput
|
|
10
|
-
extends AcceptReservedNodeExchangeOutputMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AcceptReservedNodeExchangeOutputMessage, __MetadataBearer {}
|
|
12
10
|
declare const AcceptReservedNodeExchangeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AcceptReservedNodeExchangeCommandInput
|
|
12
|
+
input: AcceptReservedNodeExchangeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AcceptReservedNodeExchangeCommandInput,
|
|
17
15
|
AcceptReservedNodeExchangeCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AcceptReservedNodeExchangeCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AcceptReservedNodeExchangeCommandInput
|
|
21
|
+
input: AcceptReservedNodeExchangeCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AcceptReservedNodeExchangeCommandInput,
|
|
26
24
|
AcceptReservedNodeExchangeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PartnerIntegrationOutputMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AddPartnerCommandInput
|
|
8
|
-
extends PartnerIntegrationInputMessage {}
|
|
7
|
+
export interface AddPartnerCommandInput extends PartnerIntegrationInputMessage {}
|
|
9
8
|
export interface AddPartnerCommandOutput
|
|
10
|
-
extends PartnerIntegrationOutputMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PartnerIntegrationOutputMessage, __MetadataBearer {}
|
|
12
10
|
declare const AddPartnerCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AddPartnerCommandInput
|
|
12
|
+
input: AddPartnerCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AddPartnerCommandInput,
|
|
17
15
|
AddPartnerCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AddPartnerCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AddPartnerCommandInput
|
|
21
|
+
input: AddPartnerCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AddPartnerCommandInput,
|
|
26
24
|
AddPartnerCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateDataShareConsumerMessage,
|
|
4
|
-
DataShare,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateDataShareConsumerMessage, DataShare } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateDataShareConsumerCommandInput
|
|
8
|
-
|
|
9
|
-
export interface AssociateDataShareConsumerCommandOutput
|
|
10
|
-
extends DataShare,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface AssociateDataShareConsumerCommandInput extends AssociateDataShareConsumerMessage {}
|
|
5
|
+
export interface AssociateDataShareConsumerCommandOutput extends DataShare, __MetadataBearer {}
|
|
12
6
|
declare const AssociateDataShareConsumerCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: AssociateDataShareConsumerCommandInput
|
|
8
|
+
input: AssociateDataShareConsumerCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
AssociateDataShareConsumerCommandInput,
|
|
17
11
|
AssociateDataShareConsumerCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const AssociateDataShareConsumerCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: AssociateDataShareConsumerCommandInput
|
|
17
|
+
input: AssociateDataShareConsumerCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
AssociateDataShareConsumerCommandInput,
|
|
26
20
|
AssociateDataShareConsumerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AuthorizeClusterSecurityGroupIngressResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AuthorizeClusterSecurityGroupIngressCommandInput
|
|
8
|
-
extends AuthorizeClusterSecurityGroupIngressMessage {}
|
|
7
|
+
export interface AuthorizeClusterSecurityGroupIngressCommandInput extends AuthorizeClusterSecurityGroupIngressMessage {}
|
|
9
8
|
export interface AuthorizeClusterSecurityGroupIngressCommandOutput
|
|
10
|
-
extends AuthorizeClusterSecurityGroupIngressResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AuthorizeClusterSecurityGroupIngressResult, __MetadataBearer {}
|
|
12
10
|
declare const AuthorizeClusterSecurityGroupIngressCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AuthorizeClusterSecurityGroupIngressCommandInput
|
|
12
|
+
input: AuthorizeClusterSecurityGroupIngressCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AuthorizeClusterSecurityGroupIngressCommandInput,
|
|
17
15
|
AuthorizeClusterSecurityGroupIngressCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AuthorizeClusterSecurityGroupIngressCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AuthorizeClusterSecurityGroupIngressCommandInput
|
|
21
|
+
input: AuthorizeClusterSecurityGroupIngressCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AuthorizeClusterSecurityGroupIngressCommandInput,
|
|
26
24
|
AuthorizeClusterSecurityGroupIngressCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AuthorizeDataShareMessage, DataShare } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AuthorizeDataShareCommandInput
|
|
5
|
-
|
|
6
|
-
export interface AuthorizeDataShareCommandOutput
|
|
7
|
-
extends DataShare,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface AuthorizeDataShareCommandInput extends AuthorizeDataShareMessage {}
|
|
5
|
+
export interface AuthorizeDataShareCommandOutput extends DataShare, __MetadataBearer {}
|
|
9
6
|
declare const AuthorizeDataShareCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: AuthorizeDataShareCommandInput
|
|
8
|
+
input: AuthorizeDataShareCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
AuthorizeDataShareCommandInput,
|
|
14
11
|
AuthorizeDataShareCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const AuthorizeDataShareCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: AuthorizeDataShareCommandInput
|
|
17
|
+
input: AuthorizeDataShareCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
AuthorizeDataShareCommandInput,
|
|
23
20
|
AuthorizeDataShareCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AuthorizeEndpointAccessMessage,
|
|
4
|
-
EndpointAuthorization,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AuthorizeEndpointAccessMessage, EndpointAuthorization } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AuthorizeEndpointAccessCommandInput
|
|
8
|
-
extends AuthorizeEndpointAccessMessage {}
|
|
4
|
+
export interface AuthorizeEndpointAccessCommandInput extends AuthorizeEndpointAccessMessage {}
|
|
9
5
|
export interface AuthorizeEndpointAccessCommandOutput
|
|
10
|
-
extends EndpointAuthorization,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EndpointAuthorization, __MetadataBearer {}
|
|
12
7
|
declare const AuthorizeEndpointAccessCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AuthorizeEndpointAccessCommandInput
|
|
9
|
+
input: AuthorizeEndpointAccessCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AuthorizeEndpointAccessCommandInput,
|
|
17
12
|
AuthorizeEndpointAccessCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AuthorizeEndpointAccessCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AuthorizeEndpointAccessCommandInput
|
|
18
|
+
input: AuthorizeEndpointAccessCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AuthorizeEndpointAccessCommandInput,
|
|
26
21
|
AuthorizeEndpointAccessCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AuthorizeSnapshotAccessMessage,
|
|
4
|
-
AuthorizeSnapshotAccessResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AuthorizeSnapshotAccessMessage, AuthorizeSnapshotAccessResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AuthorizeSnapshotAccessCommandInput
|
|
8
|
-
extends AuthorizeSnapshotAccessMessage {}
|
|
4
|
+
export interface AuthorizeSnapshotAccessCommandInput extends AuthorizeSnapshotAccessMessage {}
|
|
9
5
|
export interface AuthorizeSnapshotAccessCommandOutput
|
|
10
|
-
extends AuthorizeSnapshotAccessResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AuthorizeSnapshotAccessResult, __MetadataBearer {}
|
|
12
7
|
declare const AuthorizeSnapshotAccessCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AuthorizeSnapshotAccessCommandInput
|
|
9
|
+
input: AuthorizeSnapshotAccessCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AuthorizeSnapshotAccessCommandInput,
|
|
17
12
|
AuthorizeSnapshotAccessCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AuthorizeSnapshotAccessCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AuthorizeSnapshotAccessCommandInput
|
|
18
|
+
input: AuthorizeSnapshotAccessCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AuthorizeSnapshotAccessCommandInput,
|
|
26
21
|
AuthorizeSnapshotAccessCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDeleteClusterSnapshotsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteClusterSnapshotsCommandInput
|
|
8
|
-
extends BatchDeleteClusterSnapshotsRequest {}
|
|
7
|
+
export interface BatchDeleteClusterSnapshotsCommandInput extends BatchDeleteClusterSnapshotsRequest {}
|
|
9
8
|
export interface BatchDeleteClusterSnapshotsCommandOutput
|
|
10
|
-
extends BatchDeleteClusterSnapshotsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDeleteClusterSnapshotsResult, __MetadataBearer {}
|
|
12
10
|
declare const BatchDeleteClusterSnapshotsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDeleteClusterSnapshotsCommandInput
|
|
12
|
+
input: BatchDeleteClusterSnapshotsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDeleteClusterSnapshotsCommandInput,
|
|
17
15
|
BatchDeleteClusterSnapshotsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDeleteClusterSnapshotsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDeleteClusterSnapshotsCommandInput
|
|
21
|
+
input: BatchDeleteClusterSnapshotsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDeleteClusterSnapshotsCommandInput,
|
|
26
24
|
BatchDeleteClusterSnapshotsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchModifyClusterSnapshotsOutputMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchModifyClusterSnapshotsCommandInput
|
|
8
|
-
extends BatchModifyClusterSnapshotsMessage {}
|
|
7
|
+
export interface BatchModifyClusterSnapshotsCommandInput extends BatchModifyClusterSnapshotsMessage {}
|
|
9
8
|
export interface BatchModifyClusterSnapshotsCommandOutput
|
|
10
|
-
extends BatchModifyClusterSnapshotsOutputMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchModifyClusterSnapshotsOutputMessage, __MetadataBearer {}
|
|
12
10
|
declare const BatchModifyClusterSnapshotsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchModifyClusterSnapshotsCommandInput
|
|
12
|
+
input: BatchModifyClusterSnapshotsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchModifyClusterSnapshotsCommandInput,
|
|
17
15
|
BatchModifyClusterSnapshotsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchModifyClusterSnapshotsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchModifyClusterSnapshotsCommandInput
|
|
21
|
+
input: BatchModifyClusterSnapshotsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchModifyClusterSnapshotsCommandInput,
|
|
26
24
|
BatchModifyClusterSnapshotsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelResizeMessage, ResizeProgressMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelResizeCommandInput extends CancelResizeMessage {}
|
|
5
|
-
export interface CancelResizeCommandOutput
|
|
6
|
-
extends ResizeProgressMessage,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelResizeCommandOutput extends ResizeProgressMessage, __MetadataBearer {}
|
|
8
6
|
declare const CancelResizeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelResizeCommandInput
|
|
8
|
+
input: CancelResizeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelResizeCommandInput,
|
|
13
11
|
CancelResizeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelResizeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelResizeCommandInput
|
|
17
|
+
input: CancelResizeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelResizeCommandInput,
|
|
22
20
|
CancelResizeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyClusterSnapshotMessage,
|
|
4
|
-
CopyClusterSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyClusterSnapshotMessage, CopyClusterSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopyClusterSnapshotCommandInput
|
|
8
|
-
extends CopyClusterSnapshotMessage {}
|
|
4
|
+
export interface CopyClusterSnapshotCommandInput extends CopyClusterSnapshotMessage {}
|
|
9
5
|
export interface CopyClusterSnapshotCommandOutput
|
|
10
|
-
extends CopyClusterSnapshotResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CopyClusterSnapshotResult, __MetadataBearer {}
|
|
12
7
|
declare const CopyClusterSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CopyClusterSnapshotCommandInput
|
|
9
|
+
input: CopyClusterSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CopyClusterSnapshotCommandInput,
|
|
17
12
|
CopyClusterSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CopyClusterSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CopyClusterSnapshotCommandInput
|
|
18
|
+
input: CopyClusterSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CopyClusterSnapshotCommandInput,
|
|
26
21
|
CopyClusterSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAuthenticationProfileResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAuthenticationProfileCommandInput
|
|
8
|
-
extends CreateAuthenticationProfileMessage {}
|
|
7
|
+
export interface CreateAuthenticationProfileCommandInput extends CreateAuthenticationProfileMessage {}
|
|
9
8
|
export interface CreateAuthenticationProfileCommandOutput
|
|
10
|
-
extends CreateAuthenticationProfileResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAuthenticationProfileResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateAuthenticationProfileCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAuthenticationProfileCommandInput
|
|
12
|
+
input: CreateAuthenticationProfileCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAuthenticationProfileCommandInput,
|
|
17
15
|
CreateAuthenticationProfileCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAuthenticationProfileCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAuthenticationProfileCommandInput
|
|
21
|
+
input: CreateAuthenticationProfileCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAuthenticationProfileCommandInput,
|
|
26
24
|
CreateAuthenticationProfileCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateClusterMessage, CreateClusterResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateClusterCommandInput extends CreateClusterMessage {}
|
|
5
|
-
export interface CreateClusterCommandOutput
|
|
6
|
-
extends CreateClusterResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateClusterCommandOutput extends CreateClusterResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateClusterCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateClusterCommandInput
|
|
8
|
+
input: CreateClusterCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateClusterCommandInput,
|
|
13
11
|
CreateClusterCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateClusterCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateClusterCommandInput
|
|
17
|
+
input: CreateClusterCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateClusterCommandInput,
|
|
22
20
|
CreateClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateClusterParameterGroupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateClusterParameterGroupCommandInput
|
|
8
|
-
extends CreateClusterParameterGroupMessage {}
|
|
7
|
+
export interface CreateClusterParameterGroupCommandInput extends CreateClusterParameterGroupMessage {}
|
|
9
8
|
export interface CreateClusterParameterGroupCommandOutput
|
|
10
|
-
extends CreateClusterParameterGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateClusterParameterGroupResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateClusterParameterGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateClusterParameterGroupCommandInput
|
|
12
|
+
input: CreateClusterParameterGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateClusterParameterGroupCommandInput,
|
|
17
15
|
CreateClusterParameterGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateClusterParameterGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateClusterParameterGroupCommandInput
|
|
21
|
+
input: CreateClusterParameterGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateClusterParameterGroupCommandInput,
|
|
26
24
|
CreateClusterParameterGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateClusterSecurityGroupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateClusterSecurityGroupCommandInput
|
|
8
|
-
extends CreateClusterSecurityGroupMessage {}
|
|
7
|
+
export interface CreateClusterSecurityGroupCommandInput extends CreateClusterSecurityGroupMessage {}
|
|
9
8
|
export interface CreateClusterSecurityGroupCommandOutput
|
|
10
|
-
extends CreateClusterSecurityGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateClusterSecurityGroupResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateClusterSecurityGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateClusterSecurityGroupCommandInput
|
|
12
|
+
input: CreateClusterSecurityGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateClusterSecurityGroupCommandInput,
|
|
17
15
|
CreateClusterSecurityGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateClusterSecurityGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateClusterSecurityGroupCommandInput
|
|
21
|
+
input: CreateClusterSecurityGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateClusterSecurityGroupCommandInput,
|
|
26
24
|
CreateClusterSecurityGroupCommandOutput,
|