@aws-sdk/client-rds 3.1087.0 → 3.1089.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 +5 -5
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +16 -6
- package/dist-types/ts3.4/RDS.d.ts +549 -679
- package/dist-types/ts3.4/RDSClient.d.ts +13 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +4 -6
- 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/DescribeExportTasksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +5 -10
- 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 +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +144 -620
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/models/models_1.d.ts +10 -24
- 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/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +4 -8
- package/package.json +40 -40
|
@@ -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 {
|
|
@@ -1029,8 +1026,7 @@ export type ServiceOutputTypes =
|
|
|
1029
1026
|
| SwitchoverBlueGreenDeploymentCommandOutput
|
|
1030
1027
|
| SwitchoverGlobalClusterCommandOutput
|
|
1031
1028
|
| SwitchoverReadReplicaCommandOutput;
|
|
1032
|
-
export interface ClientDefaults
|
|
1033
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
1029
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
1034
1030
|
requestHandler?: __HttpHandlerUserInput;
|
|
1035
1031
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
1036
1032
|
urlParser?: __UrlParser;
|
|
@@ -1055,9 +1051,7 @@ export interface ClientDefaults
|
|
|
1055
1051
|
extensions?: RuntimeExtension[];
|
|
1056
1052
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
1057
1053
|
}
|
|
1058
|
-
export type RDSClientConfigType = Partial<
|
|
1059
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
1060
|
-
> &
|
|
1054
|
+
export type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
1061
1055
|
ClientDefaults &
|
|
1062
1056
|
UserAgentInputConfig &
|
|
1063
1057
|
RetryInputConfig &
|
|
@@ -1067,17 +1061,16 @@ export type RDSClientConfigType = Partial<
|
|
|
1067
1061
|
HttpAuthSchemeInputConfig &
|
|
1068
1062
|
ClientInputEndpointParameters;
|
|
1069
1063
|
export interface RDSClientConfig extends RDSClientConfigType {}
|
|
1070
|
-
export type RDSClientResolvedConfigType =
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
ClientResolvedEndpointParameters;
|
|
1064
|
+
export type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
1065
|
+
Required<ClientDefaults> &
|
|
1066
|
+
RuntimeExtensionsConfig &
|
|
1067
|
+
UserAgentResolvedConfig &
|
|
1068
|
+
RetryResolvedConfig &
|
|
1069
|
+
RegionResolvedConfig &
|
|
1070
|
+
HostHeaderResolvedConfig &
|
|
1071
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
1072
|
+
HttpAuthSchemeResolvedConfig &
|
|
1073
|
+
ClientResolvedEndpointParameters;
|
|
1081
1074
|
export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {}
|
|
1082
1075
|
export declare class RDSClient extends __Client<
|
|
1083
1076
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { RDSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: RDSHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: RDSHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): RDSHttpAuthSchemeProvider;
|
|
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;
|
|
@@ -15,32 +15,29 @@ import { RDSClientResolvedConfig } from "../RDSClient";
|
|
|
15
15
|
export interface RDSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface RDSHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface RDSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
RDSClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
RDSHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultRDSHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: RDSClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<RDSHttpAuthSchemeParameters>;
|
|
30
|
-
export interface RDSHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<RDSHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface RDSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<RDSHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultRDSHttpAuthSchemeProvider: RDSHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: RDSHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: RDSHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./RDSClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./RDSClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
RDSClientResolvedConfig,
|
|
@@ -38,15 +33,10 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
47
37
|
export declare const _mw1: (
|
|
48
38
|
Command: any,
|
|
49
39
|
cs: any,
|
|
50
40
|
config: any,
|
|
51
|
-
o: any
|
|
41
|
+
o: any,
|
|
52
42
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AddRoleToDBClusterMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AddRoleToDBClusterCommandInput
|
|
5
|
-
extends AddRoleToDBClusterMessage {}
|
|
4
|
+
export interface AddRoleToDBClusterCommandInput extends AddRoleToDBClusterMessage {}
|
|
6
5
|
export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const AddRoleToDBClusterCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: AddRoleToDBClusterCommandInput
|
|
8
|
+
input: AddRoleToDBClusterCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
AddRoleToDBClusterCommandInput,
|
|
12
11
|
AddRoleToDBClusterCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const AddRoleToDBClusterCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: AddRoleToDBClusterCommandInput
|
|
17
|
+
input: AddRoleToDBClusterCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
AddRoleToDBClusterCommandInput,
|
|
21
20
|
AddRoleToDBClusterCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AddRoleToDBInstanceMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AddRoleToDBInstanceCommandInput
|
|
5
|
-
extends AddRoleToDBInstanceMessage {}
|
|
4
|
+
export interface AddRoleToDBInstanceCommandInput extends AddRoleToDBInstanceMessage {}
|
|
6
5
|
export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const AddRoleToDBInstanceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: AddRoleToDBInstanceCommandInput
|
|
8
|
+
input: AddRoleToDBInstanceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
AddRoleToDBInstanceCommandInput,
|
|
12
11
|
AddRoleToDBInstanceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const AddRoleToDBInstanceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: AddRoleToDBInstanceCommandInput
|
|
17
|
+
input: AddRoleToDBInstanceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
AddRoleToDBInstanceCommandInput,
|
|
21
20
|
AddRoleToDBInstanceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AddSourceIdentifierToSubscriptionResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AddSourceIdentifierToSubscriptionCommandInput
|
|
8
|
-
extends AddSourceIdentifierToSubscriptionMessage {}
|
|
7
|
+
export interface AddSourceIdentifierToSubscriptionCommandInput extends AddSourceIdentifierToSubscriptionMessage {}
|
|
9
8
|
export interface AddSourceIdentifierToSubscriptionCommandOutput
|
|
10
|
-
extends AddSourceIdentifierToSubscriptionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AddSourceIdentifierToSubscriptionResult, __MetadataBearer {}
|
|
12
10
|
declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AddSourceIdentifierToSubscriptionCommandInput
|
|
12
|
+
input: AddSourceIdentifierToSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
17
15
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AddSourceIdentifierToSubscriptionCommandInput
|
|
21
|
+
input: AddSourceIdentifierToSubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
26
24
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { AddTagsToResourceMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface AddTagsToResourceCommandInput
|
|
5
|
-
extends AddTagsToResourceMessage {}
|
|
4
|
+
export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage {}
|
|
6
5
|
export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const AddTagsToResourceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: AddTagsToResourceCommandInput
|
|
8
|
+
input: AddTagsToResourceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
AddTagsToResourceCommandInput,
|
|
12
11
|
AddTagsToResourceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: AddTagsToResourceCommandInput
|
|
17
|
+
input: AddTagsToResourceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
AddTagsToResourceCommandInput,
|
|
21
20
|
AddTagsToResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ApplyPendingMaintenanceActionResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ApplyPendingMaintenanceActionCommandInput
|
|
8
|
-
extends ApplyPendingMaintenanceActionMessage {}
|
|
7
|
+
export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingMaintenanceActionMessage {}
|
|
9
8
|
export interface ApplyPendingMaintenanceActionCommandOutput
|
|
10
|
-
extends ApplyPendingMaintenanceActionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ApplyPendingMaintenanceActionResult, __MetadataBearer {}
|
|
12
10
|
declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ApplyPendingMaintenanceActionCommandInput
|
|
12
|
+
input: ApplyPendingMaintenanceActionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ApplyPendingMaintenanceActionCommandInput,
|
|
17
15
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ApplyPendingMaintenanceActionCommandInput
|
|
21
|
+
input: ApplyPendingMaintenanceActionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ApplyPendingMaintenanceActionCommandInput,
|
|
26
24
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AuthorizeDBSecurityGroupIngressResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AuthorizeDBSecurityGroupIngressCommandInput
|
|
8
|
-
extends AuthorizeDBSecurityGroupIngressMessage {}
|
|
7
|
+
export interface AuthorizeDBSecurityGroupIngressCommandInput extends AuthorizeDBSecurityGroupIngressMessage {}
|
|
9
8
|
export interface AuthorizeDBSecurityGroupIngressCommandOutput
|
|
10
|
-
extends AuthorizeDBSecurityGroupIngressResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AuthorizeDBSecurityGroupIngressResult, __MetadataBearer {}
|
|
12
10
|
declare const AuthorizeDBSecurityGroupIngressCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AuthorizeDBSecurityGroupIngressCommandInput
|
|
12
|
+
input: AuthorizeDBSecurityGroupIngressCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AuthorizeDBSecurityGroupIngressCommandInput,
|
|
17
15
|
AuthorizeDBSecurityGroupIngressCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AuthorizeDBSecurityGroupIngressCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AuthorizeDBSecurityGroupIngressCommandInput
|
|
21
|
+
input: AuthorizeDBSecurityGroupIngressCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AuthorizeDBSecurityGroupIngressCommandInput,
|
|
26
24
|
AuthorizeDBSecurityGroupIngressCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BacktrackDBClusterMessage,
|
|
4
|
-
DBClusterBacktrack,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BacktrackDBClusterMessage, DBClusterBacktrack } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BacktrackDBClusterCommandInput
|
|
8
|
-
|
|
9
|
-
export interface BacktrackDBClusterCommandOutput
|
|
10
|
-
extends DBClusterBacktrack,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface BacktrackDBClusterCommandInput extends BacktrackDBClusterMessage {}
|
|
5
|
+
export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __MetadataBearer {}
|
|
12
6
|
declare const BacktrackDBClusterCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: BacktrackDBClusterCommandInput
|
|
8
|
+
input: BacktrackDBClusterCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
BacktrackDBClusterCommandInput,
|
|
17
11
|
BacktrackDBClusterCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const BacktrackDBClusterCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: BacktrackDBClusterCommandInput
|
|
17
|
+
input: BacktrackDBClusterCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
BacktrackDBClusterCommandInput,
|
|
26
20
|
BacktrackDBClusterCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelExportTaskMessage, ExportTask } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelExportTaskCommandInput extends CancelExportTaskMessage {}
|
|
5
|
-
export interface CancelExportTaskCommandOutput
|
|
6
|
-
extends ExportTask,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBearer {}
|
|
8
6
|
declare const CancelExportTaskCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelExportTaskCommandInput
|
|
8
|
+
input: CancelExportTaskCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelExportTaskCommandInput,
|
|
13
11
|
CancelExportTaskCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelExportTaskCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelExportTaskCommandInput
|
|
17
|
+
input: CancelExportTaskCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelExportTaskCommandInput,
|
|
22
20
|
CancelExportTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CopyDBClusterParameterGroupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopyDBClusterParameterGroupCommandInput
|
|
8
|
-
extends CopyDBClusterParameterGroupMessage {}
|
|
7
|
+
export interface CopyDBClusterParameterGroupCommandInput extends CopyDBClusterParameterGroupMessage {}
|
|
9
8
|
export interface CopyDBClusterParameterGroupCommandOutput
|
|
10
|
-
extends CopyDBClusterParameterGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CopyDBClusterParameterGroupResult, __MetadataBearer {}
|
|
12
10
|
declare const CopyDBClusterParameterGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CopyDBClusterParameterGroupCommandInput
|
|
12
|
+
input: CopyDBClusterParameterGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CopyDBClusterParameterGroupCommandInput,
|
|
17
15
|
CopyDBClusterParameterGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CopyDBClusterParameterGroupCommandInput
|
|
21
|
+
input: CopyDBClusterParameterGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CopyDBClusterParameterGroupCommandInput,
|
|
26
24
|
CopyDBClusterParameterGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyDBClusterSnapshotMessage,
|
|
4
|
-
CopyDBClusterSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopyDBClusterSnapshotCommandInput
|
|
8
|
-
extends CopyDBClusterSnapshotMessage {}
|
|
4
|
+
export interface CopyDBClusterSnapshotCommandInput extends CopyDBClusterSnapshotMessage {}
|
|
9
5
|
export interface CopyDBClusterSnapshotCommandOutput
|
|
10
|
-
extends CopyDBClusterSnapshotResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CopyDBClusterSnapshotResult, __MetadataBearer {}
|
|
12
7
|
declare const CopyDBClusterSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CopyDBClusterSnapshotCommandInput
|
|
9
|
+
input: CopyDBClusterSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CopyDBClusterSnapshotCommandInput,
|
|
17
12
|
CopyDBClusterSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CopyDBClusterSnapshotCommandInput
|
|
18
|
+
input: CopyDBClusterSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CopyDBClusterSnapshotCommandInput,
|
|
26
21
|
CopyDBClusterSnapshotCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyDBParameterGroupMessage,
|
|
4
|
-
CopyDBParameterGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyDBParameterGroupMessage, CopyDBParameterGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopyDBParameterGroupCommandInput
|
|
8
|
-
extends CopyDBParameterGroupMessage {}
|
|
4
|
+
export interface CopyDBParameterGroupCommandInput extends CopyDBParameterGroupMessage {}
|
|
9
5
|
export interface CopyDBParameterGroupCommandOutput
|
|
10
|
-
extends CopyDBParameterGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CopyDBParameterGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const CopyDBParameterGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CopyDBParameterGroupCommandInput
|
|
9
|
+
input: CopyDBParameterGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CopyDBParameterGroupCommandInput,
|
|
17
12
|
CopyDBParameterGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CopyDBParameterGroupCommandInput
|
|
18
|
+
input: CopyDBParameterGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CopyDBParameterGroupCommandInput,
|
|
26
21
|
CopyDBParameterGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyDBSnapshotMessage,
|
|
4
|
-
CopyDBSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyDBSnapshotMessage, CopyDBSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CopyDBSnapshotCommandInput extends CopyDBSnapshotMessage {}
|
|
8
|
-
export interface CopyDBSnapshotCommandOutput
|
|
9
|
-
extends CopyDBSnapshotResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __MetadataBearer {}
|
|
11
6
|
declare const CopyDBSnapshotCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CopyDBSnapshotCommandInput
|
|
8
|
+
input: CopyDBSnapshotCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CopyDBSnapshotCommandInput,
|
|
16
11
|
CopyDBSnapshotCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CopyDBSnapshotCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CopyDBSnapshotCommandInput
|
|
17
|
+
input: CopyDBSnapshotCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CopyDBSnapshotCommandInput,
|
|
25
20
|
CopyDBSnapshotCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyOptionGroupMessage,
|
|
4
|
-
CopyOptionGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyOptionGroupMessage, CopyOptionGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CopyOptionGroupCommandInput extends CopyOptionGroupMessage {}
|
|
8
|
-
export interface CopyOptionGroupCommandOutput
|
|
9
|
-
extends CopyOptionGroupResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CopyOptionGroupCommandOutput extends CopyOptionGroupResult, __MetadataBearer {}
|
|
11
6
|
declare const CopyOptionGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CopyOptionGroupCommandInput
|
|
8
|
+
input: CopyOptionGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CopyOptionGroupCommandInput,
|
|
16
11
|
CopyOptionGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CopyOptionGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CopyOptionGroupCommandInput
|
|
17
|
+
input: CopyOptionGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CopyOptionGroupCommandInput,
|
|
25
20
|
CopyOptionGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateBlueGreenDeploymentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateBlueGreenDeploymentCommandInput
|
|
8
|
-
extends CreateBlueGreenDeploymentRequest {}
|
|
7
|
+
export interface CreateBlueGreenDeploymentCommandInput extends CreateBlueGreenDeploymentRequest {}
|
|
9
8
|
export interface CreateBlueGreenDeploymentCommandOutput
|
|
10
|
-
extends CreateBlueGreenDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateBlueGreenDeploymentResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateBlueGreenDeploymentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateBlueGreenDeploymentCommandInput
|
|
12
|
+
input: CreateBlueGreenDeploymentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateBlueGreenDeploymentCommandInput,
|
|
17
15
|
CreateBlueGreenDeploymentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateBlueGreenDeploymentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateBlueGreenDeploymentCommandInput
|
|
21
|
+
input: CreateBlueGreenDeploymentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateBlueGreenDeploymentCommandInput,
|
|
26
24
|
CreateBlueGreenDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCustomDBEngineVersionMessage,
|
|
4
|
-
DBEngineVersion,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCustomDBEngineVersionMessage, DBEngineVersion } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCustomDBEngineVersionCommandInput
|
|
8
|
-
extends CreateCustomDBEngineVersionMessage {}
|
|
4
|
+
export interface CreateCustomDBEngineVersionCommandInput extends CreateCustomDBEngineVersionMessage {}
|
|
9
5
|
export interface CreateCustomDBEngineVersionCommandOutput
|
|
10
|
-
extends DBEngineVersion,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBEngineVersion, __MetadataBearer {}
|
|
12
7
|
declare const CreateCustomDBEngineVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateCustomDBEngineVersionCommandInput
|
|
9
|
+
input: CreateCustomDBEngineVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateCustomDBEngineVersionCommandInput,
|
|
17
12
|
CreateCustomDBEngineVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateCustomDBEngineVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateCustomDBEngineVersionCommandInput
|
|
18
|
+
input: CreateCustomDBEngineVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateCustomDBEngineVersionCommandInput,
|
|
26
21
|
CreateCustomDBEngineVersionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBClusterMessage,
|
|
4
|
-
CreateDBClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {}
|
|
8
|
-
export interface CreateDBClusterCommandOutput
|
|
9
|
-
extends CreateDBClusterResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateDBClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDBClusterCommandInput
|
|
8
|
+
input: CreateDBClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDBClusterCommandInput,
|
|
16
11
|
CreateDBClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDBClusterCommandInput
|
|
17
|
+
input: CreateDBClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDBClusterCommandInput,
|
|
25
20
|
CreateDBClusterCommandOutput,
|